JAXBTextArea.jwc 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: JAXBTextArea.jwc,v 1.3 2004/05/27 12:59:49 sebong Exp $ -->
  3. <!DOCTYPE component-specification PUBLIC
  4. "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  5. "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
  6. <component-specification class="jeus.tool.webadmin.component.JAXBTextArea" allow-body="no">
  7. <parameter name="disabled" default-value="!enabledEdit">
  8. <description>
  9. If true, then the disabled attribute will be written on render, and the
  10. TextArea will not update its value parameter when the form is submitted.
  11. </description>
  12. </parameter>
  13. <parameter name="translator" default-value="translator:string"/>
  14. <parameter name="validators"/>
  15. <parameter name="id" property="idParameter" default-value="id"/>
  16. <reserved-parameter name="name"/>
  17. <inject property="validatableFieldSupport" object="service:tapestry.form.ValidatableFieldSupport"/>
  18. <inject property="translatedFieldSupport" object="service:tapestry.form.TranslatedFieldSupport"/>
  19. </component-specification>