218. SourceDialogs

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

    218.2. Global Functions

    218.2.1. EditDialog

    Sample implementation of URL selection dialog

    Return value

    • symbol - for wizard sequencer

    218.2.2. EditPopup

    URL editation popup with the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    218.2.3. EditPopupNoHTTPS

    URL editation popup without the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    218.2.4. GetURL

    Return URL after the run of the dialog

    Return value

    • string - the URL

    218.2.5. SetURL

    Set the URL to work with

    Function parameters

    • string url

    Return value

    • void

    218.2.6. TypeDialog

    Sample implementation of URL type selection dialog

    Return value

    • symbol - for wizard sequencer

    218.2.7. TypePopup

    URL editation popup with the HTTPS option

    Return value

    • string - modified URL or empty string if canceled

    218.3. Global Variables

    218.4. Module Requirements

    218.4.1. Module Imports

    • CWM
    • Label
    • Popup
    • SourceManager
    • URL

    218.4.2. Module Includes