ActionItem :: text - Formatted description text
The property contains the text for the detailed description of the action. The text is provided as html text.
Return value: String value ( odaba::String )
Implementation overview
- Get formatted text
ActionItem :: text (  ) - Change action item description
ActionItem :: text ( sText )
Implementation details
-
Get formatted text
odaba::String ActionItem  :: text (  )
The function returns the formatted description for the action item.
to list
-
Change action item description
odaba::String ActionItem  :: text ( odaba::String &sText )
The setter function allows changing the action item description during run-time. In order to make the new description visible, refresh() has to be called.
- sText - Text string
to list