-
23 Oct 2011 11:53 PM #1
Html in text for buttons
Html in text for buttons
In ST1 i can add html in the text config but in ST2 does not reconigze . This my code
Code:Ext.define('Bcp.view.BottomToolBar',{ extend : 'Ext.Toolbar', xtype : 'bottomtoolbar', requires:['Ext.button'], config :{ items:[ { ui : 'plain', text: 'Some <br> text', style: 'padding-bottom: 2em' } ] } });
-
31 Oct 2011 11:18 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Thank you for the report.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-927
in
2.0.


Reply With Quote