Changes between Version 11 and Version 12 of Development/WebUi/Json


Ignore:
Timestamp:
07/25/2008 06:24:26 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/WebUi/Json

    v11 v12  
    4545}}} 
    4646 
    47 == get_webui_config == 
     47=== get_webui_config === 
    4848returns: a dict with the current webui config (excluding "pwd_*" fields) 
    4949 
    50 == set_webui_config == 
    51 input : a dict with the webui config-values  (extra possible key:"pwd") 
     50=== set_webui_config(config_dict) === 
     51input: a dict with the webui config-values  (extra possible key:"pwd") 
    5252 
    53 == get_webui_templates == 
    54 returns a list of strings. 
     53=== get_webui_templates() === 
     54returns: a list of strings.