StaticText_updatable
The StaticText_updatable widget represents a field as non-editable text. Although the field cannot be edited by the user, the field value can be changed at runtime using the Uniface JavaScript API.
Logical Widget Name: | StaticText_updatable |
Maps to Physical Widget: | plain
|
Default definition: |
StaticText_updatable=plain(rawhtml=false;clientsyntaxcheck=false)[syntax=npr]
|
Supported triggers and properties: | See plain |
Use for: | Displaying data that should not be edited by the user. |
Description
Unlike the StaticText logical widget, the StaticText_updatable widget field syntax is set only to NPR
(no
prompt), not to non-editable. This enables the field to be modified in the browser using the setValue() API.
Widget Property Restrictions
The following restrictions apply:
- For the Text Alignment
(
style:text-decoration
) property, the valueblink
is not supported.