| Home | Trees | Indices | Help |
|
|---|
|
|
??-283 --+
|
S3EmbeddedComponentWidget
Widget used by S3CRUD for link-table components with actuate="embed". Uses s3.embed_component.js for client-side processing, and S3CRUD._postprocess_embedded to receive the data.
| Instance Methods | |||
|
|||
|
|||
| Static Methods | |||
|
|||
| Method Details |
Constructor
|
Widget renderer
|
Parse a link filter expression and convert it into an
S3ResourceQuery that can be added to the search_ac resource.
Link filter expressions are used to exclude records from
the (autocomplete-)search that are already linked to the master
record.
General format:
?link=<linktablename>.<leftkey>.<id>.<rkey>.<fkey>
Example:
?link=project_organisation.organisation_id.5.project_id.id
@param expression: the link filter expression
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 15 08:51:50 2019 | http://epydoc.sourceforge.net |