]> git.evergreen-ils.org Git - working/Evergreen.git/commit
IDL.js -- Retrieves the fm_IDL.xml file and builds fieldmapper classes based
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 9 Jan 2009 03:37:10 +0000 (03:37 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 9 Jan 2009 03:37:10 +0000 (03:37 +0000)
commita275e5e185ce7a587a1c3ab6ff9e3f07c9764a4c
tree2216df1266552f2106dc89edefc0542cf74b8d29
parente0931d83308dd1dd976d87dc67db731abdfd6d6e
IDL.js -- Retrieves the fm_IDL.xml file and builds fieldmapper classes based
on its contents.  This retrieval is syncronous, and times out after 10s.  If
it times out, the older fmall.js method is used to build fieldmapper classes.
If you load only this packaged then you must call fieldmapper.IDL.load() after
the dojo.require() call.

AutoIDL.js -- A simple wrapper to IDL.js which calls fieldmapper.IDL.load() so
that the user doesn't have to.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11775 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/fieldmapper/AutoIDL.js [new file with mode: 0644]
Open-ILS/web/js/dojo/fieldmapper/IDL.js [new file with mode: 0644]