Search Type: Posts; User: larssin
Search: Search took 0.02 seconds.
-
14 Feb 2012 2:01 AM
- Replies
- 2
- Views
- 634
Just to elaborate my question here is an example of what I'm looking for:
config: {
cls: 'alarm-default-item',
items: [
{
xtype: 'panel',
... -
12 Feb 2012 5:19 AM
- Replies
- 2
- Views
- 634
Hi,
I'm trying to use a DataItem to show data from a Store. This is pretty straightforward when looking at http://www.sencha.com/blog/dive-into-dataview-with-sencha-touch-2-beta-2/. However I need... -
19 Jan 2012 7:13 AM
- Replies
- 3
- Views
- 476
Thanks for the answer btw :) I was helpfull
-
19 Jan 2012 6:58 AM
- Replies
- 3
- Views
- 476
ok, that was what I suspected :( I tried earlier to have a Model like:
Ext.define('Config.model.Configuration', { extend: 'Ext.data.Model',
hasMany: {model: 'Configurations', name:... -
19 Jan 2012 6:43 AM
- Replies
- 3
- Views
- 476
Hi,
In an app I'm going to use the localstorage to save configurations made by the user and the model looks like this:
Ext.define('Config.model.Configuration', { extend: 'Ext.data.Model',
... -
11 Jan 2012 12:00 PM
- Replies
- 2
- Views
- 387
Nice, that works. Thanks a lot for the quick reply :)
-
11 Jan 2012 9:39 AM
- Replies
- 2
- Views
- 387
Hi,
I'm building an app where i need to load some data from a store into a custom calendar. I need to attach listeners to event items in the calendar so that the user can click/tap an event and...
Results 1 to 7 of 7
