Packagekm.ui
Classpublic final class CustomContextMenu

The CustomContextMenu class contains custom context menus.
The CustomContextMenu class should not be instantiated !



Public Properties
 PropertyDefined by
  richText : ContextMenu
[static][read-only] Returns a ContextMenu instance with edit functions to be used with a dynamic textfield.
CustomContextMenu
Property detail
richTextproperty
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

Example
 import km.ui.*;
   
 txt1.contextMenu = CustomContextMenu.richText;