Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Dawson committed Jan 23, 2014
1 parent 52bd526 commit 30cd49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ silverstripe-quickaddnew
What is it?
--------

A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField, ListboxField. It works both in the CMS and in the frontend. For frontend, [Select2Field or MultiSelect2Field](https://github.com/sheadawson/silverstripe-select2) are recommended.
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField, ListboxField and CheckboxSetField. It works both in the CMS and in the frontend. For frontend, [Select2Field or MultiSelect2Field](https://github.com/sheadawson/silverstripe-select2) are recommended.

Screenshot
--------
Expand Down Expand Up @@ -37,4 +37,4 @@ Next, we can tell the field to use and configure quickaddnew. The first paramete

Add the field to your FieldList

$fields->addFieldToTab('Root.Main', $field);
$fields->addFieldToTab('Root.Main', $field);

0 comments on commit 30cd49d

Please sign in to comment.