How to change the width of a text field?

I would like to make the notes name field wider (I have already increased the number of chars the field accepts) so that I can more easily gather useful information. How do I do this? Thanks in advance.

Using SugarCRM CE Version 6.5.16 (Build 1082)
Parents
  • Hello,

    Go to custom/modules/Notes/metadata/editviewdefs.php , If file is not exist then copy it from modules/Notes/metadata/editviewdefs.php and
    modify name field array to have 
    'displayParams'=>array('size'=>100),

    Do quick repair & rebuild from admin.

    Thanks & Regards,
    Urdhva Tech
    Web : http://www.urdhva-tech.com


Reply
  • Hello,

    Go to custom/modules/Notes/metadata/editviewdefs.php , If file is not exist then copy it from modules/Notes/metadata/editviewdefs.php and
    modify name field array to have 
    'displayParams'=>array('size'=>100),

    Do quick repair & rebuild from admin.

    Thanks & Regards,
    Urdhva Tech
    Web : http://www.urdhva-tech.com


Children