0
shareconfigcustom.xml
文本框接受這些參數不是在創建表單露天適當調整,但在編輯工作形式(接受定義的字符數)
無限字符字符數量還有最大限制嗎?文字大小限制不正確調整的創建內容形式
<config evaluator="node-type" condition="acme:document">
<forms>
<form>
<field-visibility>
<show id="acme:anycustomproperty"/>
</field-visibility>
<appearance>
<field id="acme:anycustomproperty" label-id="xqw">
<control template='/org/alfresco/components/form/controls/textfield.ftl' />
<control-param name='maxlength'>5000</control-param>
<control template='/org/alfresco/components/form/controls/textarea.ftl' />
<control-param name='rows'>10</control-param>
<control-param name='columns'>10</control-param>
</field>
</appearance>
</form>
</forms>
</config>
得益於穆拉利,請參閱編輯的代碼,行和列罰款沒有可以填充的字符(比如5000以上) – k10ml