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

michi at wyona.com michi at wyona.com
Fri Jan 23 11:58:47 CET 2009


Author: michi
Date: 2009-01-23 11:58:47 +0100 (Fri, 23 Jan 2009)
New Revision: 41120

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

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc	2009-01-23 10:58:47 UTC (rev 41120)
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="tinymce" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+    <yanel:custom-config>
+     <views>
+      <view id="default" type="jelly">
+        <template>rthtdocs:/tinymce.jelly</template>
+        <xslt>/app/xslt/global.xsl</xslt>
+        <mime-type>text/html</mime-type>
+      </view>
+      <view id="fix-wellformness" type="jelly">
+        <template>rthtdocs:/tinymce-fix.jelly</template>
+        <xslt>/app/xslt/global.xsl</xslt>
+        <mime-type>text/html</mime-type>
+      </view>
+      <view id="done" type="jelly">
+        <template>rthtdocs:/tinymce-status.jelly</template>
+        <xslt>/app/xslt/global.xsl</xslt>
+      </view>
+      <view id="cancel" type="jelly">
+        <template>rthtdocs:/tinymce-status.jelly</template>
+        <xslt>/app/xslt/global.xsl</xslt>
+      </view>
+      <view id="error" type="jelly">
+        <template>rthtdocs:/tinymce-status.jelly</template>
+        <xslt>/app/xslt/global.xsl</xslt>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list