company logo

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

Implementation details

  1. Get formatted text
    odaba::String ActionItem  :: text (  )

    The function returns the formatted description for the action item.

  2. to list
  3. 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
  4. to list