i am using suitecrm and i need to change the looks of the list view and in detail view i need scroll bar in some field
For ex:- In detail view i have field notes which is showing on the full screen and it makes the screen size bigger
So i need to show this text in the text area with the scroll bar.
same as in list view i need to change its looks.
All i need to know where can i find files for such modifications
Could you not use CSS to apply a style that would add the scroll bar to that specific notes field using its id? You would add the CSS rule to custom/themes/default/css/style.css and then do a quick repair and rebuild.
The layout of a view is controlled by the /custom/modules/YOURMODULE/metadata/detailviewdefs.php, editviewdefs and listviewdefs.php files. But you cant really change the look of fields in those files unless you make it a custom code field.
Will you please guide me some more regarding the directory structure of suitecrm,
and how can i make the the custom code fields.
But in my case i need to change the looking of the list view.
For better understanding about my requirement , how my list view look like, i am going to share a screenshot with you please tell me is that possible to view list view like this.
Could you not use CSS to apply a style that would add the scroll bar to that specific notes field using its id? You would add the CSS rule to custom/themes/default/css/style.css and then do a quick repair and rebuild.
I did not find any theme folder in custom, but i have tried it with the style.css in parent theme/suiteR/css/style.css