Wijmo UI for the Web
Quick Start
Show AllShow All
Hide AllHide All

In this quick start, you'll learn how to add the TextBox widget 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 widget. This markup adds three textbox widgets to your page.
    • The first <input> element creates the text input widget, with its id option set to 'textbox' and its type option set to 'text.' The text input accepts a single line of text.
    • The second <input> element creates the password widget, with its id option set to 'textbox' and its type option set to 'password.' The password input hides text as it is entered.
    • The <textarea> element creates the resizable text area widget, with its id option set to 'area' and its rows and cols options set to '5' and '50.' The rows and cols options set the size of the area.

    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 each of the three textbox widgets and add a watermark, text that disappears when the user begins typing, to each.

    Drop down and copy script to paste inside the head tags

  5. Save your HTML file and open it in a browser. The widget appears like the following live widget. Click inside any of the TextBox widgets to see the watermark disappear.

See Also

Reference

Concepts

 
Support Options