Package | km.ui |
Class | public final class CustomContextMenu |
Property | Defined by | ||
---|---|---|---|
richText : ContextMenu [static][read-only] Returns a ContextMenu instance with edit functions to be used with a dynamic textfield.
| CustomContextMenu |
richText | property |
richText:ContextMenu
[read-only]Returns a ContextMenu instance with edit functions to be used with a dynamic textfield.
Implementation public static function get richText():ContextMenu
import km.ui.*; txt1.contextMenu = CustomContextMenu.richText;