FlatButton

The FlatButton DSP widget represents a field as hyperlink.

Flat button with text Click here!,  in Chrome browser

Widget Summary
Logical widget name: FlatButton
Maps to physical widget: plain
Default definition: FlatButton=plain(rawhtml=false;clientsyntaxcheck=false)
Supported triggers and properties: See plain.
Use for: String fields.

Description

The value of a FlatButton is represented as blue underlined text, the conventional formatting for a link. When the cursor is positioned over the field, it becomes a pointing hand.

The FlatButton widget ensures that neither the user nor JavaScript can change the value of the field. This is ensured by the syntax setting NED.

If for some reason you do want to change the value for the field, you can do so if you using the FlatButton_updatable logical widget.

Widget Property Restrictions

The following restrictions apply:

  • It is not possible to set the html:href property for this widget.

Related Topics