Tooltip for widgets would display some properties and ECA rules of the widget when users hovers the pointer over it.
Only those meet the following requirements would be displayed.
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 |
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.
The tooltip for a Button: