Widgets used by HTTP server configuration
List of Global Functions
DefaultHostPopupInit - Fallback initialization function of a table entry / popup
DefaultHostPopupStore - Fallback store function of a table entry / popup
HostTableContents - Function for getting contents of the default host table
HostTableEntryDelete - Delete function of the global table
HostTableEntrySummary - Fallback summary function of a table entry / popup
SSLTableContents - Function for getting contents of the default host table
handleHostTable - Handler for editing default host. Handles additional buttons, like logs and modules. Rest is passed to TablePopup::TableHandle.
handleListenSettings - Handle function of a widget
handleModules - Handle function of a widget
initAdaptFirewall - Initialization function for firewall adapting
initListenSettings - Initialize function of a widget
initModules - Initialize function of a widget
initServiceStatus - Initialize function of a widget
listen2item - Convert a Listen string to an item for table. Splits by the colon.
showAccessLogPopup - Handle function of the access log button (the first defined access log file)
showErrorLogPopup - Handle function of the error log button
storeAdaptFirewall - Store function for firewall adapting
storeServiceStatus - Store function of a widget
Fallback initialization function of a table entry / popup
Function parameters
any option_id
string option_type
Return value
void
Fallback store function of a table entry / popup
Function parameters
any option_id
string option_type
Return value
void
Function for getting contents of the default host table
Function parameters
map descr
Return value
list - of items for the table
Delete function of the global table
Function parameters
any opt_id
string opt_key
Return value
boolean - true if was really deleted
Fallback summary function of a table entry / popup
Function parameters
any option_id
string option_type
Return value
string - table entry summary
Function for getting contents of the default host table
Function parameters
map descr
Return value
list - of items for the table
Handler for editing default host. Handles additional buttons, like logs and modules. Rest is passed to TablePopup::TableHandle.
Function parameters
string key
map event
Return value
symbol - the result of the handling
Handle function of a widget
Function parameters
string key
map event
Return value
symbol - symbol for WS or nil
Handle function of a widget
Function parameters
string key
map event
Return value
symbol - symbol for WS or nil
Initialization function for firewall adapting
Function parameters
string key
Return value
void
Initialize function of a widget
Function parameters
string key
Return value
void
Initialize function of a widget
Function parameters
string key
Return value
void
Convert a Listen string to an item for table. Splits by the colon.
Function parameters
map<string,any> arg
integer id
Return value
term - term for the table
Handle function of the access log button (the first defined access log file)
Function parameters
any key
map event
Return value
symbol - value for wizard sequencer, always nil
Handle function of the error log button
Function parameters
any key
map event
Return value
symbol - value for wizard sequencer, always nil
Store function for firewall adapting
Function parameters
string opt_id
map event
Return value
void