FlatButton_updatable

The FlatButton DSP widget represents a field as hyperlink. It is possible to change the value (the text of the link) using the Uniface JavaScript API.

Flat button with text Click here!,  in Chrome browser

Widget Summary
Logical widget name: FlatButton_updatable
Maps to physical widget: plain
Default definition:

FlatButton_updatable=plain(rawhtml=false;clientsyntaxcheck=false)

Supported triggers and properties: See plain.
Use for: String fields.

Description

The value of a FlatButton_updatable 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.

Unlike the FlatButton logical widget, the FlatButton_updatable widget can be modified in the browser using the setValue() API.

Widget Property Restrictions

The following restrictions apply:

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

Related Topics