Configuration of dns-server |
include/dns-server/dialogs.ycp |
Dialogs definitions |
|
|
Imports
- CWM
- DnsServer
- Label
- Popup
- Wizard
Global Functions
Local Functions
|
|
|
global ReallyExit () -> boolean
|
|
Ask user if exit without saving
- Return value:
global ReallyAbort () -> boolean
|
|
If modified, ask for confirmation
- Return value:
|
true if abort is confirmed |
global ReallyAbortAlways () -> boolean
|
|
Ask for confirmation (always)
- Return value:
|
true if abort is confirmed |
global ReadDialog () -> symbol
|
|
Read settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
global WriteDialog () -> symbol
|
|
Write settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
global runMainDialog () -> symbol
|
|
Run main dialog
- Return value:
local runGlobalOptionsDialog () -> symbol
|
|
Run global options dialog
- Return value:
local runFirewallDialog () -> symbol
|
|
Run firewall settings dialog
- Return value:
local runDDNSDialog () -> symbol
|
|
Run synaimc DNS settings dialog
- Return value:
local runNewZoneDialog () -> symbol
|
|
Run dialog for new zone selection
- Return value:
global runMasterZoneDialog () -> symbol
|
|
Run master zone edit dialog
- Return value:
global runSoaDialog () -> symbol
|
|
Run SOA record edit dialog
- Return value:
global runSlaveStubZoneDialog (symbol type) -> symbol
|
|
Run slave or stub zone edit dialog
- Parameters:
- Return value:
global runSlaveZoneDialog () -> symbol
|
|
Run slave zone edit dialog
- Return value:
global runStubZoneDialog () -> symbol
|
|
Run stub zone edit dialog
- Return value:
|