Changes between Version 14 and Version 15 of S3UI
- Timestamp:
- 08/18/10 19:32:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3UI
v14 v15 55 55 * also has ability to generate buttons for actions - widgets_formPanel_createButton(action, caption, title, dom element id) 56 56 * handles form submission, has very basic error indicaton as of now. 57 === Grid View Widget ===58 59 == RHeader Tabs ==60 61 == Form generation ==62 57 63 58 == Roadmap == 64 59 65 60 == FAQ == 61 62 '''Q. How to turn off S3UI and fall back to old UI?''' 63 64 '''A.''' In models/01_extcrud.py change - 65 {{{ 66 S3XRC_FRONTEND = True 67 }}} 68 into 69 {{{ 70 S3XRC_FRONTEND = False 71 }}}