Tooltip for widgets

Tooltip for widgets would display some properties and ECA rules of the widget when users hovers the pointer over it.

Properties

Only those meet the following requirements would be displayed.

  1. showInTooltip is set True (By default, if this property is not set false, it is set true). This means all the properties which are not listed in the table.
    Widget Properties whose showInTooltip is set false
    Text visibility
    Label text, visibility
    Button text, visibility, icon
    Combo visibility
    Radio text, visibility
    CheckBox text, visibility
    SelectList visibility
    RichText visibility
    TextArea visibility
    Image visibility
    Link text, visibility
    Table visibility
    Tree visibility
    ErrorMessage visibility
    FileUpload visibility
    TabbedPane visibility
    ContentPane(Tabs) title
    Group text
  2. The property has been modified and is different from the default value.
    Note: If hint or text properties are set by NLS, the properties would display the translated value rather than NLS key.
ECA rules

Each ECA rule that is defined in the XUI and associated to the widget would be displayed using their event name as label.

Rules title is actionable. After clicking it, the ECA editor will be opened with all the rules associated with this widgets listed for editing.

Example

The tooltip for a Button: