-
- Downloads
Major redesign of the configurator section:
- remove the service CvtSvc - introduce a new module extjs containing a configurator class for each ExtJS component. - introduce a new module converter containing helper function transforming web2py dal object into ExtJS configurator. - deploy configurator in the rest of the code. - define an xtype forl the App.Viewport class. - Remove the widget class and transform the Spacer into a configurator. - clean the navtree module. Helper function are replaced by configurator
Showing
- controllers/plugin_dbui.py 3 additions, 2 deletionscontrollers/plugin_dbui.py
- models/plugin_dbui.py 3 additions, 5 deletionsmodels/plugin_dbui.py
- models/widgets.py 9 additions, 10 deletionsmodels/widgets.py
- modules/plugin_dbui/__init__.py 35 additions, 7 deletionsmodules/plugin_dbui/__init__.py
- modules/plugin_dbui/converter.py 550 additions, 0 deletionsmodules/plugin_dbui/converter.py
- modules/plugin_dbui/cvtsvc.py 0 additions, 526 deletionsmodules/plugin_dbui/cvtsvc.py
- modules/plugin_dbui/dbsvc.py 1 addition, 1 deletionmodules/plugin_dbui/dbsvc.py
- modules/plugin_dbui/extjs.py 184 additions, 0 deletionsmodules/plugin_dbui/extjs.py
- modules/plugin_dbui/mapper.py 6 additions, 5 deletionsmodules/plugin_dbui/mapper.py
- modules/plugin_dbui/modifier.py 0 additions, 18 deletionsmodules/plugin_dbui/modifier.py
- modules/plugin_dbui/navtree.py 0 additions, 134 deletionsmodules/plugin_dbui/navtree.py
- static/plugin_dbui/CHANGELOG 5 additions, 2 deletionsstatic/plugin_dbui/CHANGELOG
- static/plugin_dbui/src/appviewport.js 2 additions, 0 deletionsstatic/plugin_dbui/src/appviewport.js
Loading
Please register or sign in to comment