36. CWMTab

Routines for tab widget handling

36.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    36.2. Global Functions

    36.2.1. CreateWidget

    Get the widget description map

    Function parameters

    • map settings

    Return value

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

    36.2.2. CurrentTab

    Get the ID of the currently displayed tab

    Return value

    • string - the ID of the currently displayed tab

    36.2.3. Handle

    Handle function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    36.2.4. HandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    36.2.5. Init

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    36.2.6. InitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    36.2.7. Store

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    36.2.8. Validate

    Validate function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • boolean

    36.3. Global Variables

    36.4. Module Requirements

    36.4.1. Module Imports

    • CWM
    • Wizard

    36.4.2. Module Includes