YaST2 Developers Documentation: inst_source.ycp



functions
files
intro

inst_source.ycp

Functions

global dialogButtons () -> term

Return an HBox with ok and cancel buttons for use by other dialogs.

Return value:
An HBox term for use in a CreateDialog call.

global editAuthentification () -> void

Open a dialog for editing of authentification information (basically a username and a password.

global editFtp () -> void

Open a dialog for editing of FTP server information.

global getNfsUrl () -> void

Get a nfs url.

global getCdUrl () -> void

Get url for a cd or dvd.

global getServerUrl (symbol protocol) -> void

Get a URL for a ftp, http or samba server, optionally inclduing user/password information.

Parameters:
protocol type of server, can be `ftp, `http or `samba.

global getDirectoryUrl (string default) -> string

Let the user put in a directory url.

Parameters:
default initial default
Return value:
directory url on success, empty string when the user canceled the dialog.

YaST2 Developers Documentation