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

This quick start helps you to create a Web page, add the wijappview widget, and customize the appearance and behavior of the widget.

  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 HTML markup to paste inside Notepad

  2. To reference the latest dependencies from the CDN, see wijmo cdn. Add them to your HTML page within the <head> tags. For example:

    Drop down and copy references to paste inside the head tags

  3. Within the <body> tags, add markup like the following:

    Drop down and copy markup to paste inside the body tags

    The first <div> element creates the page, and the second one creates the wijappview widget. The third one creates the appviewpage where we add a header and default content with the fourth and fifth <div> tags. The last set of <div> tags create the menu, where we embed an unordered list with links to menu items in each list item.

  4. In Notepad, create three new HTML pages, with the following names and contents:
    • blippity.html

    • fling.html

    • flang.html

  5. Save your HTML files, host them in your favorite web server, and open the main one in a browser. The wijappview widget appears like the following.
    Image Title

    Image Title

See Also

Widgets

 
Support Options