Security configuration |
include/security/widgets.ycp |
Security widgets definitions | |
|
|
This module has an unstable interface. |
This file contains the definitions of all widgets used by the
security module. They are all in one map (function) called
WIDGETS.
The WIDGETS format: ------------------- map WIDGETS = $[ "Item unique ID" : $[ "Widget" : "ComboBox", "Label" : "Item Label", "Options" : [ "option1", "option2", ... ], "Value" : "option2" ], ... ]; The "Value" is the current value of this option and one from "Options". Particular "Options" can be either Local Variables |
Info:
- Return value:
-
all widgets
local
WIDGETS
->
map
All widgets are here