Changes between Version 14 and Version 15 of S3UI


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3UI

    v14 v15  
    5555    * also has ability to generate buttons for actions - widgets_formPanel_createButton(action, caption, title, dom element id)
    5656    * handles form submission, has very basic error indicaton as of now.
    57 === Grid View Widget ===
    58 
    59 == RHeader Tabs ==
    60 
    61 == Form generation ==
    6257
    6358== Roadmap ==
    6459
    6560== 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{{{
     66S3XRC_FRONTEND = True
     67}}}
     68into
     69{{{
     70S3XRC_FRONTEND = False
     71}}}