37. CWMTab

Routines for tab widget handling

37.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    37.2. Global Functions

    37.2.1. CleanUp

    Clean up function of the widget

    Function parameters

    • string key

    Return value

    • void

    37.2.2. CreateWidget

    Get the widget description map

    Function parameters

    • map settings

    Return value

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

    37.2.3. CurrentTab

    Get the ID of the currently displayed tab

    Return value

    • string - the ID of the currently displayed tab

    37.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

    37.2.5. HandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    37.2.6. Init

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    37.2.7. InitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    37.2.8. Store

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    37.2.9. Validate

    Validate function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • boolean

    37.3. Global Variables

    37.4. Module Requirements

    37.4.1. Module Imports

    • CWM
    • Wizard

    37.4.2. Module Includes