Changes between Version 37 and Version 38 of DeveloperGuidelinesS3Framework
- Timestamp:
- 06/06/10 20:57:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v37 v38 82 82 return DIV(*items) 83 83 }}} 84 This is called in {{{models/01_ RESTlike_controller.py}}} in the RESTlikeController:84 This is called in {{{models/01_crud.py}}} in the REST Controller: 85 85 {{{ 86 db.p erson.represent = lambda table:shn_list_item(table, resource='person', action='display', display='table.full_name')86 db.pr_person.represent = lambda table:shn_list_item(table, resource='person', action='display', display='table.full_name') 87 87 }}} 88 88 … … 106 106 107 107 Help for a form field can be set using: 108 {{{ A(SPAN("[Help]"), _class="tooltip", _title=T("Help Title|This is what this <a href='http://wikipedia.org/Field' target=_blank>field</a> is for."))}}}108 {{{DIV(DIV, _class="tooltip", _title=T("Help Title|This is what this <a href='http://wikipedia.org/Field' target=_blank>field</a> is for."))}}} 109 109 110 110 Different Flash styles can be set via: