Search Type: Posts; User: jurrie
Search: Search took 0.01 seconds.
-
24 Oct 2011 11:34 PM
- Replies
- 1
- Views
- 754
The following code worked fine in Touch 1.1 and should work according to the 2.0 docs:
Ext.select('.myClassName');
When I try this in 2pr1, a new CompositeElementLite is created (line 43721... -
20 Oct 2011 11:48 PM
- Replies
- 1
- Views
- 663
I used the same JSON-file and model structure in Sencha 1.1 in which it worked fine. I cannot, however, get this to work in touch 2. After going through all documentation multiple times and running...
-
19 Oct 2011 10:13 PM
- Replies
- 2
- Views
- 818
A feature I loved in Sencha 1.1 was creating templates from HTML nodes:
tpl: Ext.XTemplate.from('myTemplate', { method: function() });
This does work when I, for example, have the following... -
19 Oct 2011 9:34 PM
- Replies
- 4
- Views
- 1,104
We use a toolbar with spacers for our button bar which works out great, f.e.:
{ xtype: 'toolbar',
ui: 'light',
style: 'background: #444',
defaults: {
iconMask: true,
... -
19 Oct 2011 9:30 PM
- Replies
- 3
- Views
- 959
Even better than I hoped and works like a charm; thanks!
I reckon I should browse through the components for other new, convenient ones :-) -
19 Oct 2011 12:42 AM
- Replies
- 3
- Views
- 959
I have a details page of an item consisting of:
A toolbar for the item's title and a back button to the list of items
A summary panel
A toolbar with buttons allowing the user to open f.e....
Results 1 to 6 of 6
