38. CWMTab

Routines for tab widget handling

38.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    38.2. Global Functions

    38.2.1. CleanUp

    Clean up function of the widget

    Function parameters

    • string key

    Return value

    • void

    38.2.2. CreateWidget

    Get the widget description map

    Function parameters

    • map settings

    Return value

    • map<string,any> - the widget description map

    38.2.3. CurrentTab

    Get the ID of the currently displayed tab

    Return value

    • string - the ID of the currently displayed tab

    38.2.4. Handle

    Handle function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    38.2.5. HandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    38.2.6. Init

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    38.2.7. InitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    38.2.8. Store

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    38.2.9. Validate

    Validate function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • boolean

    38.3. Global Variables

    38.4. Module Requirements

    38.4.1. Module Imports

    • CWM
    • Wizard

    38.4.2. Module Includes