Commit 6af2a286 authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Add note on 'create_modal' flag to documentation. #942

parent 53bd2089
...@@ -242,9 +242,10 @@ For a faster editing experience, enable **inline editing** in the list view:: ...@@ -242,9 +242,10 @@ For a faster editing experience, enable **inline editing** in the list view::
column_editable_list = ['name', 'last_name'] column_editable_list = ['name', 'last_name']
Or, have the edit form display inside a **modal window** on the list page, in stead of Or, have the add & edit forms display inside a **modal window** on the list page, in stead of
on the dedicated *edit* page:: on the dedicated *create* & *edit* pages::
create_modal = True
edit_modal = True edit_modal = True
You can restrict the possible values for a text-field by specifying a list of **select choices**:: You can restrict the possible values for a text-field by specifying a list of **select 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