Isomorphic,
I'm trying to see how we can achieve custom styling as per our company to SmartGWT components. This is critical for and approval to purchase SmartGWT.
Just started off with the IButton component. I had gone through the QuickStartGuide, created a seperate theme and played around modifying the css files.
I'm trying to achieve what is in the attached image.
The height of the Button image was always 22. Then I changed load_skin.js to change this behaviour but it doesn't help. However if I do a setHeight on IButton in java it renders the height specified. I cannot take this approach because we want to have custom styling which can be used across and would want to avoid such function calls in java.
Can you suggest me the next steps in achieving this. Also suggest what could be the best possible way to achieve the styles in the attached document.
Thanks.
I'm trying to see how we can achieve custom styling as per our company to SmartGWT components. This is critical for and approval to purchase SmartGWT.
Just started off with the IButton component. I had gone through the QuickStartGuide, created a seperate theme and played around modifying the css files.
I'm trying to achieve what is in the attached image.
The height of the Button image was always 22. Then I changed load_skin.js to change this behaviour but it doesn't help. However if I do a setHeight on IButton in java it renders the height specified. I cannot take this approach because we want to have custom styling which can be used across and would want to avoid such function calls in java.
Can you suggest me the next steps in achieving this. Also suggest what could be the best possible way to achieve the styles in the attached document.
Thanks.
Comment