How to increase text field to more than 1024

cancel
Showing results for 
Search instead for 
Did you mean: 
mbikl
Member II

How to increase text field to more than 1024

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

1 Reply
sanjaybandhniya
Intermediate

Re: How to increase text field to more than 1024

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>