(Anhgolden's Blog)-Để thay đổi kích cỡ của 1 trường nhập thông tin (Customize text field size) trong SugarCRM, xin chia sẻ cách làm như sau:
1. Mở file
custom/modules/[Ten-module]/metadata/editviewdefs.php
2. Tìm và sửa:
Ví dụ:
array (
'name' => 'comments_c',
'label' => 'LBL_COMMENTS',
'displayParams'=>array('rows'=>20, 'cols'=>80),
),
Hoặc
'displayParams'=>array('size'=>20,),
No comments:
Post a Comment