Changes between Version 12 and Version 13 of Development/Plugins/WebUi/Examples


Ignore:
Timestamp:
09/20/2008 05:51:24 AM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

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

    v12 v13  
    44 
    55= Webui Examples = 
     6 
     7'''Tested and developed on deluge-svn/Deluge 1.1''' 
    68 
    79== Adding a page to the webui == 
     
    1719''Disclaimer, MVC is a highly abused therm, and i'm abusing it here.'' 
    1820{{{ 
    19 deluged->xmlrpc->uiclient-> webui        -> data passed as arguments to template. 
    20 ('Model'                 )  ('controller')   ('view')  
     21[core-plugin],deluged->uiclient->webui,[webui-plugin] -> data passed as arguments to template. 
     22('Model'                       ) ('controller'       )   ('view')  
    2123}}} 
    2224