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
Sample implementation of URL selection dialog
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, allows setting plaindir type
Function parameters
string url
boolean plaindir_type
Return value
string - modified URL or empty string if canceled
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