Changes between Version 1 and Version 2 of Development/Plugins/WebUi/Examples


Ignore:
Timestamp:
09/19/2008 05:45:48 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Plugins/WebUi/Examples

    v1 v2  
    11['Development'] 
     2 
    23['Development/Plugins'] 
    34 
     
    78 
    89=== Intro === 
    9 Webui templates are dumb, they get passed data from python, but can't call uiclient api's directly. 
     10Webui templates are dumb, they get passed data from python, and can't call uiclient api's directly. 
    1011 
    1112They are there to format the data, not to execute logic. 
     
    1314Template language: http://webpy.org/templetor 
    1415 
    15 Flow of data (''Disclaimer, MVC is a highly abused therm, and i'm abusing it here too.'') 
     16== Flow of the data == 
     17''Disclaimer, MVC is a highly abused therm, and i'm abusing it here.'' 
    1618{{{ 
    1719deluged->xmlrpc->uiclient-> webui         -> data passed as arguments to template. 
     
    1921}}} 
    2022 
     23== todo: example plugin here== 
    2124 
    2225