
functions
files
intro
|
|
Configuration of dns-server |
include/dns-server/options.ycp |
Table options and popups used by DNS server configuration |
|
|
|
global globalPopupInit (any opt_id, string opt_key) -> void
|
|
Fallback initialization function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
global globalPopupStore (any opt_id, string opt_key) -> void
|
|
Fallback store function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
global globalTableEntrySummary (any opt_id, string opt_key) -> string
|
|
Fallback summary function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
- Return value:
global masterPopupInit (any opt_id, string opt_key) -> void
|
|
Fallback initialization function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
global masterPopupStore (any opt_id, string opt_key) -> void
|
|
Fallback store function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
global masterTableEntrySummary (any opt_id, string opt_key) -> string
|
|
Fallback summary function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
- Return value:
global masterTableLabelFunc (any opt_id, string opt_key) -> string
|
|
Fallback function for determining the first column of the table
in order not to depend on the option key
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
- Return value:
global InitPopups () -> map
|
|
Initialize all poups
- Return value:
|
description of all popups/options |
|