Technical Name |
web_widget_classes |
License | LGPL-3 |
Repository | lp:~webaddons-core-editors/web-addons/6.1 |
For simple UI changes, having classes attached to widgets giving information about the model being displayed can be essential.
For instance, to apply some CSS to the name field in forms for tasks,
.oe_model_project_task input[name='name'] { //your CSS }will be enough.
Please log in to comment on this module