xul + dojo can not use dojo.addOnLoad or djConfig.parseOnLoad
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Oct 2009 16:17:41 +0000 (16:17 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Oct 2009 16:17:41 +0000 (16:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14443 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/xul/template_builder.xul

index 921ee0b..608e191 100644 (file)
        <!--#include virtual="/opac/locale/${locale}/reports.dtd"-->
 ]>
 
-<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xhtml="http://www.w3.org/1999/xhtml" onload="loadIDL()">
 
 <!-- Load dojo -->
 <script type="text/javascript">
 <![CDATA[
        var djConfig= {
                isDebug: false,
-               parseOnLoad: true
+               parseOnLoad: false
        }
 ]]>
 </script>