39. CWMTab

Routines for tab widget handling

39.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    39.2. Global Functions

    39.2.1. CleanUp

    Clean up function of the widget

    Function parameters

    • string key

    Return value

    • void

    39.2.2. CreateWidget

    Get the widget description map

    Function parameters

    • map settings

    Return value

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

    39.2.3. CurrentTab

    Get the ID of the currently displayed tab

    Return value

    • string - the ID of the currently displayed tab

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

    39.2.5. HandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    39.2.6. Init

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    39.2.7. InitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    39.2.8. Store

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    39.2.9. Validate

    Validate function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • boolean

    39.3. Global Variables

    39.4. Module Requirements

    39.4.1. Module Imports

    • CWM
    • Wizard

    39.4.2. Module Includes