Changes between Initial Version and Version 1 of Ticket #11771
- Timestamp:
- Apr 7, 2014, 9:33:30 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11771 – Description
initial v1 1 At the moment (#11297) to change the way widgets are styled, developer must override `widget#add/has/getClass `, which is not quite straightforward.1 At the moment (#11297) to change the way widgets are styled, developer must override `widget#add/has/getClasses`, which is not quite straightforward. 2 2 3 3 The idea is to introduce `widget#styleableElement` property which, referring to the right element, can be re-used in `widget#add/has/getClass` and reduce the complexity of customisation.