Commit 64203190 authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Add paragraph about the new 'edit_modal' attribute.

parent e7057a2c
...@@ -231,6 +231,11 @@ For a faster editing experience, make some of the columns editable in the list v ...@@ -231,6 +231,11 @@ For a faster editing experience, make some of the columns editable in the list v
Configuring the Create & Edit Views Configuring the Create & Edit Views
************************************ ************************************
To have the edit form display inside a modal window on the list page, in stead of
on the dedicated *edit* page, you can use::
edit_modal = True
You can restrict the possible values for a text-field by specifying a list of choices:: You can restrict the possible values for a text-field by specifying a list of choices::
form_choices = { form_choices = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment