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>
Wed, 25 Jul 2012 14:37:29 +0000 (10:37 -0400)
commit2338ec3331a36a73b6142859c7b3d3bd4aee608c
tree6412bd0583cd59efafe644b03bd545d0eb64adb0
parent70ce11273a1bdf4c9d78eb8065f4c4ca6ecb76a3
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