Changes between Version 59 and Version 60 of S3/S3REST/s3_rest_controller
- Timestamp:
- 03/20/11 15:14:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v59 v60 91 91 If the resource is set to {{{insertable=False}}} or if the user is not permitted to create records in this table, no "Add Record"-button will be available. 92 92 93 NOTE: ''If for some reason the default embedded create-form is not desired, you can set {{{s3xrc.model.configure(table, listadd=False, add _btn=True)}}}, which will render the "Add Record"-button as link to the create method instead.''93 NOTE: ''If for some reason the default embedded create-form is not desired, you can set {{{s3xrc.model.configure(table, listadd=False, addbtn=True)}}}, which will render the "Add Record"-button as link to the create method instead.'' 94 94 === Redirection === 95 95