265. SourceDialogs

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

265.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    265.3. Global Functions

    265.3.1. EditDialog

    Sample implementation of URL selection dialog

    Return value

    • symbol - for wizard sequencer

    265.3.2. EditDialogProtocol

    Sample implementation of URL selection dialog

    Function parameters

    • string proto

    Return value

    • symbol - for wizard sequencer

    265.3.3. EditDialogProtocolService

    Sample implementation of URL selection dialog

    Function parameters

    • string proto

    Return value

    • symbol - for wizard sequencer

    265.3.4. EditPopup

    URL editation popup

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    265.3.5. EditPopupNoHTTPS

    URL editation popup without the HTTPS option

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

    265.3.6. EditPopupService

    URL editation popup

    Function parameters

    • string url

    Return value

    • string - modified URL or empty string if canceled

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

    265.3.8. GetRepoName

    Return RepoName after the run of the dialog

    Return value

    • string - the RepoName

    265.3.9. GetURL

    Return URL after the run of the dialog

    Return value

    • string - the URL

    265.3.10. SetRepoName

    Set the RepoName to work with

    Function parameters

    • string repo_name

    Return value

    • void

    265.3.11. SetURL

    Set the URL to work with

    Function parameters

    • string url

    Return value

    • void

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

    265.3.13. TypeDialog

    Sample implementation of URL type selection dialog

    Return value

    • symbol - for wizard sequencer

    265.3.14. TypeDialogDownloadOpt

    Sample implementation of URL type selection dialog

    Return value

    • map<string,any> - for wizard sequencer

    265.3.15. TypePopup

    URL editation popup with the HTTPS option

    Return value

    • string - modified URL or empty string if canceled

    265.4. Global Variables

    265.5. Module Requirements

    265.5.1. Module Imports

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

    265.5.2. Module Includes