root/trunk/examples/xml/defines-method.xml

Revision 94, 220 bytes (checked in by schst, 2 years ago)

Add the possibility to call setter methods with any number of arguments. This fixed ticket #9. But beware: this feature is in alpha stage, it may break existing applications.

Line 
1 <defines>
2   <tag name="props" type="Properties">
3     <methodCallTag name="property" method="setProperty">
4       <attribute name="name" type="string"/>
5       <cdata type="string"/>
6     </methodCallTag>
7   </tag>
8 </defines>
Note: See TracBrowser for help on using the browser.