How to increase text field to more than 1024
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2019 10:06 AM
Hello,
Standard sice of text field is 1024. I need size 4000 chars. Is it possible to increase this size? And how?
Thank you
Martin
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2019 12:59 PM
You need to define size of text field during configure.
<appearance>
<field id="ac:property1">
<control template='/org/alfresco/components/form/controls/textfield.ftl'>
<control-param name='size'>5000</control-param>
</control>
</field>
</appearance>
