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
List of Global Functions
EditDialog - Sample implementation of URL selection dialog
EditDialogProtocol - Sample implementation of URL selection dialog
EditDialogProtocolService - Sample implementation of URL selection dialog
EditPopup - URL editation popup
EditPopupNoHTTPS - URL editation popup without the HTTPS option
EditPopupService - URL editation popup
EditPopupType - URL editation popup, allows setting plaindir type
GetRawURL - Return the configured URL in the dialog, do not do any conversion (return the internal value)
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
Sample implementation of URL selection dialog
Return value
symbol - for wizard sequencer
Sample implementation of URL selection dialog
Function parameters
string proto
Return value
symbol - for wizard sequencer
Sample implementation of URL selection dialog
Function parameters
string proto
Return value
symbol - for wizard sequencer
URL editation popup
Function parameters
string url
Return value
string - modified URL or empty string if canceled
URL editation popup without the HTTPS option
Function parameters
string url
Return value
string - modified URL or empty string if canceled
URL editation popup
Function parameters
string url
Return value
string - modified URL or empty string if canceled
URL editation popup, allows setting plaindir type
Function parameters
string url
boolean plaindir_type
Return value
string - modified URL or empty string if canceled
Return the configured URL in the dialog, do not do any conversion (return the internal value)
Return value
string - raw internal URL
Set the RepoName to work with
Function parameters
string repo_name
Return value
void
Set the URL to work with, set the plaindir flag (type of the repository)
Function parameters
string url
boolean plaindir_type
Return value
void
Sample implementation of URL type selection dialog
Return value
symbol - for wizard sequencer
Sample implementation of URL type selection dialog
Return value
map<string,any> - for wizard sequencer