229. SourceDialogs

229.1. Summary of Module Globals

List of Global Functions

  • EditDialog - Sample implementation of URL selection dialog

  • EditPopup - URL editation popup with the HTTPS option

  • EditPopupNoHTTPS - URL editation popup without the HTTPS option

  • GetURL - Return URL after the run of the dialog

  • SetURL - Set the URL to work with

  • TypeDialog - Sample implementation of URL type selection dialog

  • TypePopup - URL editation popup with the HTTPS option

List of Global Variables

    229.2. Global Functions

    229.2.1. EditDialog

    Sample implementation of URL selection dialog

    Return value

    • symbol - for wizard sequencer

    229.2.2. EditPopup

    URL editation popup with the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    229.2.3. EditPopupNoHTTPS

    URL editation popup without the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    229.2.4. GetURL

    Return URL after the run of the dialog

    Return value

    • string - the URL

    229.2.5. SetURL

    Set the URL to work with

    Function parameters

    • string url

    Return value

    • void

    229.2.6. TypeDialog

    Sample implementation of URL type selection dialog

    Return value

    • symbol - for wizard sequencer

    229.2.7. TypePopup

    URL editation popup with the HTTPS option

    Return value

    • string - modified URL or empty string if canceled

    229.3. Global Variables

    229.4. Module Requirements

    229.4.1. Module Imports

    • CWM
    • Label
    • Popup
    • SourceManager
    • URL

    229.4.2. Module Includes