EditPane.js API repairs
authorBill Erickson <berick@esilibrary.com>
Fri, 20 Jul 2012 15:15:25 +0000 (11:15 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 31 Jul 2012 20:02:40 +0000 (16:02 -0400)
commit85738dad271fd5449e3765ad682905c45e942641
tree70a55c7ef40f493d2f1f2306477332139723d638
parentc133f4cc9dbb0d388879ff3a40a16496ba746cfc
EditPane.js API repairs

By default, don't throw an exception from EditPane.getFieldValue when a
field is required and the value is null.  Otherwise, external code is
unable to use this method for inspecting the pane.  Make checkRequired
an additional method flag.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/dojo/openils/widget/EditPane.js