Changes between Version 10 and Version 11 of S3UI


Ignore:
Timestamp:
08/18/10 19:02:32 (14 years ago)
Author:
Abhishek Mishra
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3UI

    v10 v11  
    66'''S3UI Framework is has 4 major components'''
    77  * '''Custom views''' - these views contain appropriate javascript and html required to render the S3UI widgets, however they are minimal and look almost similar to old views for matter of simplicity and similarity.
     8
    89  * '''Javascript''' -
    910    * '''_s3ui_list.js''' - generates the grid view, included by _s3ui_list and _s3ui_list_create views -
     
    1213      * Parsing json data from s3xrc into an Ext Datastore
    1314      * Configuring and rendering a Grid widget on desired DOM element
     15
    1416    * '''core.js''' -
    1517      * Provides S3UI objects and S3UI_Elements list
     
    2022        * widget_FunctionName - Larger widgets that can be used directly to create new visible UI elements
    2123    * '''plugins''' - various ExtJS based plugins used by core.js
     24
    2225  * '''Extcrud.py'''
    2326      * is used to override necessary functions of 01_crud.py that are useful to S3UI