Changes between Version 49 and Version 50 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
11/08/10 18:26:36 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v49 v50  
    8484  - in standard views, the add-form in list views is hidden and can be activated by clicking the respective "Add Record" button. If {{{listadd=False}}}, then the "Add Record" button will redirect to the create-form view instead.
    8585  - these settings do not effect non-interactive representations
     86
     87=== List-add ===
     88
     89By default, list views will contain a hidden create-form and an "Add Record"-button to activate the create-form.
     90
     91If the user is not permitted to add records, or when you set {{{s3xrc.model.configure(table, listadd=False)}}}, the "Add Record"-button will link to a separate create-view instead.
     92
     93If the resource is set to {{{insertable=False}}}, no "Add Record"-button will be available.
     94
    8695
    8796=== Redirection ===