Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
When creating a widget, define its form, fields, and its behavior by using

Common SimpleTags are the template elements

to

that specify the way

it displays

widgets displayed with HTML

and 

and Widget Attributes

. Apply HTML tags to add and control elements

, their fields, and their behavior. These tags allow adding and controlling elements such as buttons and various types of fields. 

info<textarea>

Page Tree
root

Some SimpleTags implement portal widgets and are described in a dedicated article: Portal SimpleTags

Note

When a widget is implemented, all tag attribute values are transmitted as a string regardless of the attribute type. During the processing phase, the attribute value is applied in line with the type specified.

  • <attachment>
  • <button>
  • <checkbox>
  • <codemirror>
  • <conditions>
  • <datetime>
  • <daysofweek>
  • <duration>
  • <htmlEditor>
  • <list>
  • <modal>
  • <multiselect>
  • <reference>
  • <rem>
  • <remform>
  • <report>
  • <select>
  • <string>
  • <template>
  • Common SimpleTags