245. SourceDialogs

245.1. Summary of Module Globals

List of Global Functions

  • EditDialog - Sample implementation of URL selection dialog

  • EditPopup - URL editation popup

  • EditPopupNoHTTPS - URL editation popup without the HTTPS option

  • EditPopupType - URL editation popup, allows setting plaindir type

  • GetRepoName - Return RepoName after the run of the dialog

  • GetURL - Return URL after the run of the dialog

  • SetRepoName - Set the RepoName to work with

  • SetURL - Set the URL to work with

  • SetURLType - Set the URL to work with, set the plaindir flag (type of the repository)

  • TypeDialog - Sample implementation of URL type selection dialog

  • TypeDialogDownloadOpt - Sample implementation of URL type selection dialog

  • TypePopup - URL editation popup with the HTTPS option

List of Global Variables

    245.2. Global Functions

    245.2.1. EditDialog

    Sample implementation of URL selection dialog

    Return value

    • symbol - for wizard sequencer

    245.2.2. EditPopup

    URL editation popup

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    245.2.3. EditPopupNoHTTPS

    URL editation popup without the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    245.2.4. EditPopupType

    URL editation popup, allows setting plaindir type

    Function parameters

    • string url

    • boolean plaindir_type

    Return value

    • string - modified URL or empty string if canceled

    245.2.5. GetRepoName

    Return RepoName after the run of the dialog

    Return value

    • string - the RepoName

    245.2.6. GetURL

    Return URL after the run of the dialog

    Return value

    • string - the URL

    245.2.7. SetRepoName

    Set the RepoName to work with

    Function parameters

    • string repo_name

    Return value

    • void

    245.2.8. SetURL

    Set the URL to work with

    Function parameters

    • string url

    Return value

    • void

    245.2.9. SetURLType

    Set the URL to work with, set the plaindir flag (type of the repository)

    Function parameters

    • string url

    • boolean plaindir_type

    Return value

    • void

    245.2.10. TypeDialog

    Sample implementation of URL type selection dialog

    Return value

    • symbol - for wizard sequencer

    245.2.11. TypeDialogDownloadOpt

    Sample implementation of URL type selection dialog

    Return value

    • map<string,any> - for wizard sequencer

    245.2.12. TypePopup

    URL editation popup with the HTTPS option

    Return value

    • string - modified URL or empty string if canceled

    245.3. Global Variables

    245.4. Module Requirements

    245.4.1. Module Imports

    • CWM
    • Hostname
    • IP
    • Label
    • Message
    • NetworkPopup
    • Popup
    • Report
    • SourceManager
    • String
    • URL

    245.4.2. Module Includes