Configuration of ntp-client |
include/ntp-client/dialogs.ycp |
Dialogs definitions |
|
|
Imports
- CWM
- Label
- NtpClient
- Popup
- Report
- SuSEFirewall
- Wizard
Includes
- ntp-client/misc.ycp
- ntp-client/widgets.ycp
Local Functions
|
|
|
local GetWidgets () -> map<string,map<string,any> >
|
|
Get the map of all widgets
- Return value:
|
a map with all widgets for CWM |
local abortPopup () -> boolean
|
|
Display the popup to confirm abort
- Return value:
local ReadDialog () -> symbol
|
|
Read settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
local WriteDialog () -> symbol
|
|
Write settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
local SimpleDialog () -> symbol
|
|
Main dialog
- Return value:
local MainDialog () -> symbol
|
|
Main dialog
- Return value:
local TypeSelectDialog () -> symbol
|
|
Type of new peer selection dialog
- Return value:
local ServerDialog () -> symbol
|
|
Server editing dialog
- Return value:
local PeerDialog () -> symbol
|
|
Peer editing dialog
- Return value:
local RadioDialog () -> symbol
|
|
Reference clock editing dialog
- Return value:
local BCastDialog () -> symbol
|
|
Broadcast editing dialog
- Return value:
local BCastClientDialog () -> symbol
|
|
Broadcast client editing dialog
- Return value:
local FudgeDialog () -> symbol
|
|
Fudge factors dialog
- Return value:
local ServerSelectionDialog () -> symbol
|
|
Dialog for selecting a server from a list
- Return value:
local SimpleDialogPrepare () -> symbol
|
|
Pseudo-dialog to fetch information for the simple dialog
- Return value:
|
for wizard sequencer (always `next) |
local SimpleDialogFinish () -> symbol
|
|
Pseudo-dialog to store information after the simple dialog
- Return value:
|
for wizard sequencer (always `next) |
local StoreRecord () -> symbol
|
|
Pseudo-dialog to store settings to main structure
- Return value:
local SelectConfigType () -> symbol
|
|
Select the type of configuration - simple vs. complex
- Return value:
|
for ws `simple or `complex |
|