Hi,
I have functionality that user can select a style class for the current page or solution from a combo,
What I am doing is , I use a default style for that form and when user select a style class I fired method where I do
I don’t understand why this feature is on application level.
It should be at elements level (elements.setStyle(‘x’) and at controller level ( controller.replaceStyle(‘cmb.x’, ‘cmb.y’) and obviously run dynamically.
I didn’t see the webinar on the 4.0 release but I really hope this feuture will be powered
application.overrideStyle() overrides not just the style on a specific element. It overrides the stylesheet.
So you can define a stylesheet for Mac/Linux/Windows/Web/ColorBlind/CEO and switch accordingly when you load the solution.