Changes between Version 10 and Version 11 of S3UI
- Timestamp:
- 08/18/10 19:02:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3UI
v10 v11 6 6 '''S3UI Framework is has 4 major components''' 7 7 * '''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 8 9 * '''Javascript''' - 9 10 * '''_s3ui_list.js''' - generates the grid view, included by _s3ui_list and _s3ui_list_create views - … … 12 13 * Parsing json data from s3xrc into an Ext Datastore 13 14 * Configuring and rendering a Grid widget on desired DOM element 15 14 16 * '''core.js''' - 15 17 * Provides S3UI objects and S3UI_Elements list … … 20 22 * widget_FunctionName - Larger widgets that can be used directly to create new visible UI elements 21 23 * '''plugins''' - various ExtJS based plugins used by core.js 24 22 25 * '''Extcrud.py''' 23 26 * is used to override necessary functions of 01_crud.py that are useful to S3UI