[open-ils-commits] r14466 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 15 20:36:12 EDT 2009


Author: phasefx
Date: 2009-10-15 20:36:11 -0400 (Thu, 15 Oct 2009)
New Revision: 14466

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/shell.html
Log:
load dojo and dojo fieldmapper into the Javascript Shell

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/shell.html
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/shell.html	2009-10-16 00:33:47 UTC (rev 14465)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/shell.html	2009-10-16 00:36:11 UTC (rev 14466)
@@ -5,6 +5,10 @@
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <title>JavaScript Shell 1.4</title>
 
+<script>var djConfig = { 'baseUrl' : '/js/dojo/dojo/',parseOnLoad: true,isDebug:false };</script>
+<script type="text/javascript" src="/js/dojo/dojo/dojo.js" />
+<script>try { dojo.require('fieldmapper.AutoIDL'); } catch(E) { alert(E); }</script>
+
 <script type="text/javascript" src="shell.js"></script>
 
 <!-- for http://ted.mielczarek.org/code/mozilla/extensiondev/ -->



More information about the open-ils-commits mailing list