[Yanel-commits] rev 42503 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases

michi at wyona.com michi at wyona.com
Thu Apr 23 00:03:13 CEST 2009


Author: michi
Date: 2009-04-23 00:03:13 +0200 (Thu, 23 Apr 2009)
New Revision: 42503

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc
Log:
tinymce-lookup added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc	2009-04-22 22:03:13 UTC (rev 42503)
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="lookup" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="name4path-parameter" value="node"/>
+  <yanel:property name="filter-pattern-image" value=".*[.]gif"/>
+  <yanel:property name="filter-pattern-image" value=".*[.]jpg"/>
+  <yanel:property name="filter-pattern-image" value=".*[.]png"/>
+  
+  
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default" type="jelly">
+        <template>/app/jelly/tinymce-lookup.jelly</template>
+        <mime-type>text/html</mime-type>
+      </view>
+
+      <!-- json view -->
+      <view id="json-node" type="jelly">
+        <template>rthtdocs:/json-node.jelly</template>
+        <xslt>rthtdocs:/json-node.xsl</xslt>
+        <mime-type>application/json</mime-type>
+        <serializer key="TEXT">
+        </serializer>
+      </view>
+
+    </views>
+    
+    <rc:sitetree class="org.wyona.yanel.impl.navigation.SitetreeResConfigAndDataRepoImpl" xmlns:rc="http://www.wyona.org/yanel/resource/sitetree/1.0"/>
+    
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list