Widget Controls

Overview

There are seven widget controls you can use to create special control structures. All widgets begin with <widget> and end with </widget>.

Shared Attributes

All attributes go inside the opening <widget> tag, and must be surrounded by double-quotes.

name (required)

The type of widget you wish to create.
Default Value: none
Limitations: Must be one of the widget types.

Widget Types

Example

<widget name="share"></widget>