
net.sf.wcfart.wcf.convert.config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wcf-art Show documentation
Show all versions of wcf-art Show documentation
jpivot-wcf code used by the ART reporting tool
The newest version!
<?xml version="1.0" encoding="iso-8859-1"?> <converter class="net.sf.wcfart.wcf.convert.ConverterImpl"> <handler elementName="textField" class="net.sf.wcfart.wcf.convert.EditCtrlConverter"/> <handler elementName="label" class="net.sf.wcfart.wcf.convert.EditCtrlConverter"/> <handler elementName="password" class="net.sf.wcfart.wcf.convert.EditCtrlConverter"/> <handler elementName="textArea" class="net.sf.wcfart.wcf.convert.EditCtrlConverter"/> <handler elementName="checkBox" class="net.sf.wcfart.wcf.convert.CheckBoxConverter"/> <handler elementName="radioButton" class="net.sf.wcfart.wcf.convert.RadioButtonConverter"/> <handler elementName="listBox1" class="net.sf.wcfart.wcf.convert.SelectSingleConverter"/> <handler elementName="listBoxN" class="net.sf.wcfart.wcf.convert.SelectMultipleConverter"/> <handler elementName="radioButtons" class="net.sf.wcfart.wcf.convert.SelectSingleConverter"/> <handler elementName="checkBoxes" class="net.sf.wcfart.wcf.convert.SelectMultipleConverter"/> <handler elementName="fileUpload" class="net.sf.wcfart.wcf.convert.FileUploadConverter"/> </converter>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy