[Yanel-commits] rev 42372 - public/yanel/trunk/src/realms/yanel-website/content/jelly

simon at wyona.com simon at wyona.com
Tue Apr 14 17:29:58 CEST 2009


Author: simon
Date: 2009-04-14 17:29:58 +0200 (Tue, 14 Apr 2009)
New Revision: 42372

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly
Log:
configured

Modified: public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly	2009-04-14 15:22:49 UTC (rev 42371)
+++ public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly	2009-04-14 15:29:58 UTC (rev 42372)
@@ -8,8 +8,8 @@
           var lookupTreeConfig = {
               "lookup-panel-border": "false", 
               "lookup-panel-padding": "15", 
-              "lookup-treepanel-width": "160", 
-              "lookup-treepanel-height": "600", 
+              "lookup-treepanel-width": "360", 
+              "lookup-treepanel-height": "340", 
               "lookup-root-node-label": "test",
               "lookup-hook": "lookupHook",
               "lookup-request-paramter-type": '${resource.getParameterAsString("type")}'
@@ -48,6 +48,7 @@
         <link rel="stylesheet" href="${yanel.back2realm}${yanel.reservedPrefix}/yanel-css/global.css" type="text/css"/>
       </head>
       <body>
+        <h1>Lookup</h1>
         <script language="javascript" src="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::lookup/js/org.wyona.yanel.navigation.gwt.lookuptree.LookupTree.nocache.js"></script>
         <div id="lookupHook"/>
         <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>



More information about the Yanel-commits mailing list