Wijmo UI for the Web
Form Decorator
Show AllShow All
Hide AllHide All

Easily style standard HTML form elements like radio buttons or check boxes on your web apps using the Wijmo Form Decorator widgets. With these widgets, you can style form elements uniformly in any browser.

Form Decorator Widgets

Use the following Wijmo Form Decorator widgets to decorate standard HTML form elements:

Specify which HTML elements of the form to decorate by using a custom jQuery selector.

Here is how to add all of the Form Decorator widgets to an HTML project using HTML markup and jQuery script.

  1. To create a new HTML page in your favorite text editor, add the following code and save the document with an .html extension.

    Drop down and copy markup

  2. Add links to the dependencies to your HTML page within the <head> tags. Find the latest dependencies in the content delivery network (CDN) file at wijmo cdn.

    Drop down and copy references to paste inside the head tags

  3. Add the following markup within the <body> tags to create the widgets. The HTML elements create the widgets, and we call their class attributes in jQuery to initialize them.

    Drop down and copy markup to paste inside the body tags

  4. Within the <head> tags, below the references, add the following script to initialize the widgets and populate them with values.

    Drop down and copy script to paste inside the head tags

  5. Save your HTML file and open it in a browser. The file appears like the following live widgets.

See Also

Widgets

Reference

 
Support Options