root/resource-types/textedit/resource.xml

Revision 270, 345 bytes (checked in by litwan, 3 years ago)

simple text editor resource started

Line 
1<?xml version="1.0"?>
2
3<resource xmlns="http://www.wyona.org/yanel/1.0"
4  name="textedit"
5  namespace="http://litwan.com/yanel/resource/1.0"
6  class="com.litwan.yanel.impl.resources.textedit.TextEditResource"
7  >
8<description>
9textEdit to edit xhtml
10</description>
11
12<rtd>
13<!--
14  <property name="foo" default-value="bar"/>
15-->
16</rtd>
17</resource>
Note: See TracBrowser for help on using the browser.