-
29 Jun 2010 2:51 PM #1
[FIXED] Component style property not being applied, documentation incorrect
[FIXED] Component style property not being applied, documentation incorrect
Documentation for the Component's style property:
http://www.sencha.com/deploy/touch/d...=Ext.Component
http://www.sencha.com/deploy/touch/d...omponent-style
Has an example that doesn't display anything with the touch js. If you remove "layout: 'form'" it will display the elements, however it still doesnt apply style properties.
I would very much like to use style properties in the components, is it possible in the current beta?
-
29 Jun 2010 3:09 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 4
Thanks for the report. This is fixed in the next release (due in an hour or so).
-
29 Jun 2010 4:55 PM #3
Where should I look for announcements of new releases? Blog? Twitter?
-
30 Jun 2010 9:41 AM #4Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 4
I think we will post it both on our Tumblr blog and Twitter. We will also probably make an announcement in the forum.
-
30 Jun 2010 8:27 PM #5
Still not inserting the style tag. Is this syntax wrong?
Code:Ext.setup({onReady: function () { new Ext.Panel({ fullscreen: true, style: { border: '2px solid green' }, html: 'a' }); }});
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Shouldn't there be a 'flex' property in the Component documentation?
By stratton in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 14 Aug 2009, 5:10 AM -
emptyText style being applied to items in ComboBox
By dbassett74 in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 28 Jun 2009, 7:14 AM -
How to know ellipsis style or text overflow applied..
By ext_fan in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 20 Jun 2008, 10:36 PM -
[2.0.2][DUP][FIXED] IE6 TreePanel highlight/select style is not applied on root nodes
By oltonn in forum Ext 2.x: BugsReplies: 1Last Post: 7 Apr 2008, 8:35 AM -
How to modify style applied to the combobox's list items
By markovuksanovic in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 28 Nov 2007, 2:41 PM


Reply With Quote
