YaST2 Developers Documentation: Configuration of dns-server



functions
files
intro

Configuration of dns-server

include/dns-server/options.ycp
Table options and popups used by DNS server configuration

Imports

  • CWM
  • DnsServer
  • Label

Global Functions

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:
table entry summary

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:
table entry summary

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:
the table entry

global InitPopups () -> map

Initialize all poups

Return value:
description of all popups/options

YaST2 Developers Documentation