Changes between Version 37 and Version 38 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
06/06/10 20:57:10 (14 years ago)
Author:
Fran Boon
Comment:

New tooltip style

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v37 v38  
    8282    return DIV(*items)
    8383}}}
    84 This is called in {{{models/01_RESTlike_controller.py}}} in the RESTlike Controller:
     84This is called in {{{models/01_crud.py}}} in the REST Controller:
    8585{{{
    86 db.person.represent = lambda table:shn_list_item(table, resource='person', action='display', display='table.full_name')
     86db.pr_person.represent = lambda table:shn_list_item(table, resource='person', action='display', display='table.full_name')
    8787}}}
    8888
     
    106106
    107107Help 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."))}}}
    109109
    110110Different Flash styles can be set via: