Configuration of DNS-server |
include/dns-server/dialog-masterzone.ycp |
Definition of the master zone dialog |
|
|
Imports
- Confirm
- DnsFakeTabs
- DnsRoutines
- DnsServer
- DnsServerAPI
- DnsTsigKeys
- Hostname
- IP
- Label
- Mode
- Popup
- ProductFeatures
- Report
- Wizard
Local Functions
|
|
|
local GetMasterZoneEditorTabBasics () -> term
|
|
Dialog Tab - Zone Editor - Basics
- Return value:
local InitZoneBasicsTab () -> void
|
|
Initialize the tab of the dialog
local StoreZoneBasicsTab () -> void
|
|
Store settings of a tab of a dialog
local HandleZoneBasicsTab (map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local GetMasterZoneEditorTabNameServers () -> term
|
|
Dialog Tab - Zone Editor - Name Servers
- Return value:
local ValidCharsNsListWidget () -> void
|
|
Setting ValidChars for dialog
local InitNsListTab () -> void
|
|
Initialize the tab of the dialog
local StoreNsListTab () -> void
|
|
Store settings of a tab of a dialog
local HandleNsListTab (map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local GetMasterZoneEditorTabMailServers () -> term
|
|
Dialog Tab - Zone Editor - Mail Servers
- Return value:
local ValidCharsMxListTab () -> void
|
|
Setting ValidChars for dialog
local InitMxListTab () -> void
|
|
Initialize the tab of the dialog
local StoreMxListTab () -> void
|
|
Store settings of a tab of a dialog
local HandleMxListTab (map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local GetMasterZoneEditorTabSOASettings () -> term
|
|
Dialog Tab - Zone Editor - Zone Settings
- Return value:
local InitSoaTab () -> void
|
|
Initialize the tab of the dialog
local StoreSoaTab () -> void
|
|
Store settings of a tab of a dialog
local HandleSoaTab (map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local GetMasterZoneEditorTabRecords () -> term
|
|
Dialog Tab - Zone Editor - Records
- Return value:
local ValidCharsZoneRecordsTab () -> void
|
|
Setting ValidChars for dialog
local InitZoneRecordsTab () -> void
|
|
Initialize the tab of the dialog
local StoreZoneRecordsTab () -> void
|
|
Store settings of a tab of a dialog
local CheckNewZoneRecordSyntax (map <string, string> record) -> boolean
|
|
Checking new record by the "type"
- Parameters:
local CheckNewZoneRecordLogic (map <string, string> record) -> boolean
|
|
Checking new record by the "type"
- Parameters:
local HandleZoneRecordsTab (map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local GetMasterZoneEditorTab (string tab_id) -> term
|
|
Dialog Zone Editor - Tab
- Parameters:
- Return value:
|
dialog for ZoneEditorDialog() |
local runMasterZoneTabDialog () -> symbol
|
|
Dialog Zone Editor - Main
- Return value:
local runSlaveZoneTabDialog () -> symbol
|
|
Dialog Zone Editor - Slave
- Return value:
local runStubZoneTabDialog () -> symbol
|
|
Dialog Zone Editor - Stub
- Return value:
|