Details
Description
For full Theme Roller support we need to support the setting of theme swatches on components. Theme Roller Mobile uses the concept of swatches, so a particular css class for a button may have several swatch versions, a-f.... The theme roller classes have been added to the components with default swatches. Components supporting swatches would have a new attribute 'theme'. Setting this would change the css class for that component.
{code}
<mobi;commandButton theme="b"../>
{code}
would generate
{code}
<input class="mobi-button ui-btn-up-b".../>
{code}
{code}
<mobi;commandButton theme="b"../>
{code}
would generate
{code}
<input class="mobi-button ui-btn-up-b".../>
{code}
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion