[Yanel-commits] rev 47360 - public/yanel/trunk/src/contributions/resources/lookup/yanel-htdocs/doc

michi at wyona.com michi at wyona.com
Fri Jan 29 23:53:00 CET 2010


Author: michi
Date: 2010-01-29 23:53:00 +0100 (Fri, 29 Jan 2010)
New Revision: 47360

Modified:
   public/yanel/trunk/src/contributions/resources/lookup/yanel-htdocs/doc/index.html
Log:
typo fixed, protocol fixed and href re GWT added

Modified: public/yanel/trunk/src/contributions/resources/lookup/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/contributions/resources/lookup/yanel-htdocs/doc/index.html	2010-01-29 22:41:40 UTC (rev 47359)
+++ public/yanel/trunk/src/contributions/resources/lookup/yanel-htdocs/doc/index.html	2010-01-29 22:53:00 UTC (rev 47360)
@@ -79,7 +79,7 @@
     </p>
     <h3>Example</h3>
     <p>
-      if you want to display images of typ jpg, gif, png you have to configure filters within youre resource-configuration e.g.
+      if you want to display images of typ jpg, gif, png then you have to configure filters within your resource-configuration, e.g.
       <pre>
         &lt;yanel:property name="filter-pattern-image" value=".*[.]gif"/>
         &lt;yanel:property name="filter-pattern-image" value=".*[.]jpg"/>
@@ -105,7 +105,7 @@
         &lt;yanel:custom-config>
           &lt;views xmlns="http://www.wyona.org/yanel/rti/1.0">
             &lt;view id="default" type="jelly">
-              &lt;template>/app/jelly/tinymce-lookup.jelly&lt;/template>
+              &lt;template>rthtdocs:/tinymce-lookup.jelly&lt;/template>
               &lt;mime-type>text/html&lt;/mime-type>
             &lt;/view>
       
@@ -203,6 +203,6 @@
     </pre>
     <h2>javascript/gwt source</h2>
     <p>svn co https://svn.wyona.com/repos/public/yanel/contributions/ajax-components/src/lookup-tree/ </p>
-    <p>See:  http://svn.wyona.com/repos/public/yanel/contributions/ajax-components/src/lookup-tree/README.txt</p>
+    <p>See: <a href="http://svn.wyona.com/repos/public/yanel/contributions/ajax-components/src/lookup-tree/README.txt">http://svn.wyona.com/repos/public/yanel/contributions/ajax-components/src/lookup-tree/README.txt</a></p>
   </body>
 </html>



More information about the Yanel-commits mailing list