The decorator widgets allow you to apply Wijmo styles to standard HTML elements along with the other, more complex widgets. These widgets use a different style of markup for the AngularJS directives. Instead of being in their own HTML elements like the other widgets, these ones are marked up as attributes of the standard HTML elements. For example, a wijtextbox is marked up as follows.
Directive as attribute |
Copy Code |
---|---|
<input type="text" wij-textbox /> |
This section provides a quick start guide for each decorator widget.