]> git.evergreen-ils.org Git - working/Evergreen.git/commit
AutoFieldWidget gets new useWriteStore option
authorBill Erickson <berick@esilibrary.com>
Fri, 10 Feb 2012 15:40:17 +0000 (10:40 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 13 Mar 2012 19:28:17 +0000 (15:28 -0400)
commitbf43e8670e2971d96888fb4e57fc64b47ee46c74
tree78846c143565574056784835e94b7d7940b6090f
parent1ec10b00946dd331742d04bba676dc0a640325ea
AutoFieldWidget gets new useWriteStore option

If the useWriteStore attribute is set to true, the underlying data store
for dynamically create data will live in an ItemFileWriteStore instead
of a ReadStore, which allows the caller to modify the data after the
widget is rendered.  It's useful for in-place additions of newly created
items.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js