doc/book/en/B1060-templates.en.txt
changeset 1222 0d5035525a23
parent 1191 216141cf47a3
equal deleted inserted replaced
1221:d474534fd04d 1222:0d5035525a23
   179   is returned
   179   is returned
   180 * `__force_display`, if present and its value is not null, no navigation 
   180 * `__force_display`, if present and its value is not null, no navigation 
   181   whatever the number of entities to display
   181   whatever the number of entities to display
   182 * `__method`, if the result set to render contains only one entity and this 
   182 * `__method`, if the result set to render contains only one entity and this 
   183   parameter is set, it refers to a method to call on the entity by passing it
   183   parameter is set, it refers to a method to call on the entity by passing it
   184   the dictionnary of the forms parameters, before going the classic way (through
   184   the dictionary of the forms parameters, before going the classic way (through
   185   step 1 and 2 described juste above)
   185   step 1 and 2 described juste above)
   186 
   186 
   187 The MainTemplate is a bit complex as it tries to accomodate many
   187 The MainTemplate is a bit complex as it tries to accomodate many
   188 different cases. We are now about to go through it and cutomize entirely
   188 different cases. We are now about to go through it and cutomize entirely
   189 our application.
   189 our application.