244. SourceDialogs

244.1. Authors

  • Jiri Srain <jsrain@suse.cz>

  • Klaus Kaempf <kkaempf@suse.de>

  • Gabriele Strattner <gs@suse.de>

  • Stefan Schubert <schubi@suse.de>

  • Cornelius Schumacher <cschum@suse.de>

  • Purpose:

  • Displays possibilities to install from NFS, CD or partion

244.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    244.3. Global Functions

    244.3.1. EditDialog

    Sample implementation of URL selection dialog

    Return value

    • symbol - for wizard sequencer

    244.3.2. EditDialogProtocol

    Sample implementation of URL selection dialog

    Function parameters

    • string proto

    Return value

    • symbol - for wizard sequencer

    244.3.3. EditDialogProtocolService

    Sample implementation of URL selection dialog

    Function parameters

    • string proto

    Return value

    • symbol - for wizard sequencer

    244.3.4. EditPopup

    URL editation popup

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    244.3.5. EditPopupNoHTTPS

    URL editation popup without the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    244.3.6. EditPopupService

    URL editation popup

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

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

    244.3.8. GetRawURL

    Return the configured URL in the dialog, do not do any conversion (return the internal value)

    Return value

    • string - raw internal URL

    244.3.9. GetRepoName

    Return RepoName after the run of the dialog

    Return value

    • string - the RepoName

    244.3.10. GetURL

    Return URL after the run of the dialog

    Return value

    • string - the URL

    244.3.11. SetRepoName

    Set the RepoName to work with

    Function parameters

    • string repo_name

    Return value

    • void

    244.3.12. SetURL

    Set the URL to work with

    Function parameters

    • string url

    Return value

    • void

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

    244.3.14. TypeDialog

    Sample implementation of URL type selection dialog

    Return value

    • symbol - for wizard sequencer

    244.3.15. TypeDialogDownloadOpt

    Sample implementation of URL type selection dialog

    Return value

    • map<string,any> - for wizard sequencer

    244.3.16. TypePopup

    URL editation popup with the HTTPS option

    Return value

    • string - modified URL or empty string if canceled

    244.4. Global Variables

    244.5. Module Requirements

    244.5.1. Module Imports

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

    244.5.2. Module Includes