
functions
files
intro
|
|
Configuration of samba-server |
modules/SambaServerWidgets.ycp |
Widgets used by SAMBA server configuration |
|
|
Imports
- Label
- Ldap
- LogView
- Popup
- Report
- SambaServer
- SambaServerPassdb
- TablePopup
- URL
Includes
- samba-server/helps.ycp
- samba-server/routines.ycp
- samba-server/samba-options-global.ycp
- samba-server/samba-options-local.ycp
Global Variables
Global Functions
- GlobalSettingsContents (map descr)
- GlobalSettingsEntryDelete (any opt_id, string opt_key)
- GlobalSettingsPopupInit (any opt_id, string opt_key)
- GlobalSettingsPopupStore (any opt_id, string opt_key, map event)
- GlobalSettingsSummary (any opt_id, string opt_key)
- ShareEditContents (map descr)
- ShareEditEntryDelete (any opt_id, string opt_key)
- ShareEditPopupInit (any opt_id, string opt_key)
- ShareEditPopupStore (any opt_id, string opt_key, map event)
- ShareEditSummary (any opt_id, string opt_key)
|
|
|
global shareToEdit -> string
|
|
A share name do be editted in the Edit share dialog
Map of widgets for CWM
global ShareEditContents (map descr) -> list
|
|
Function for getting contents of the default host table
- Parameters:
descr |
map description map of the table |
- Return value:
global ShareEditEntryDelete (any opt_id, string opt_key) -> boolean
|
|
Delete function of the global table
- Parameters:
opt_id |
any option id of selected option |
opt_key |
any option key of selected option |
- Return value:
|
true if was really deleted |
global ShareEditPopupInit (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 ShareEditPopupStore (any opt_id, string opt_key, map event) -> void
|
|
Fallback store function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
event |
|
global ShareEditSummary (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 GlobalSettingsContents (map descr) -> list
|
|
Function for getting contents of the default host table
- Parameters:
descr |
map description map of the table |
- Return value:
global GlobalSettingsEntryDelete (any opt_id, string opt_key) -> boolean
|
|
Delete function of the global table
- Parameters:
opt_id |
any option id of selected option |
opt_key |
any option key of selected option |
- Return value:
|
true if was really deleted |
global GlobalSettingsPopupInit (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 GlobalSettingsPopupStore (any opt_id, string opt_key, map event) -> void
|
|
Fallback store function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
any option key |
event |
|
global GlobalSettingsSummary (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:
|