Changes between Version 3 and Version 4 of S3/S3ReusableField


Ignore:
Timestamp:
12/01/10 21:03:29 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3ReusableField

    v3 v4  
    66== Define a S3ReusableField ==
    77
    8 An S3ReusableField is defined like a normal [http://web2py.com/book/default/chapter/06?search=Field#DAL,-Table,-Field Field] (though outside Table definition):
     8A '''{{{S3ReusableField}}}''' is defined like a normal [http://web2py.com/book/default/chapter/06?search=Field#DAL,-Table,-Field Field] (though outside any '''{{{Table}}}''' definitions):
    99
    1010{{{
     
    2424}}}
    2525
    26 This definition does '''not''' create a Field instance, it just holds the parameters.
     26This definition does '''not''' create a '''{{{Field instance}}}''', but just holds the parameters.
    2727
    2828== Use S3ReusableFields in Table Definitions ==