Search Type: Posts; User: Julius Fatherofkraken
Search: Search took 0.02 seconds.
-
21 Nov 2011 1:24 PM
- Replies
- 5
- Views
- 830
Isn't JamesGpearce example working because all its code is nicely set under the same namespace and file while my code is splitted down to 5 files ?
-
21 Nov 2011 12:36 PM
- Replies
- 5
- Views
- 830
I do use a 4 items XML file for testing purposes where all record are correctly defined.
Based on this example from JamesgPearce I am trying to set the variable the other way around (as I do for... -
21 Nov 2011 12:22 PM
- Replies
- 5
- Views
- 830
Hi Mitchell,
Thanks for your help.
I did try this
record.get('lat') solution but it keeps bumping "record is not defined" error. This may seem anobvious issue BUT 'lat' value is correctly... -
21 Nov 2011 11:17 AM
- Replies
- 5
- Views
- 830
I understood that by calling MyDetailView.Update(record.data) I send record.data to MyDetailView and can access them in the xtemplate:
tpl:'<h1>{title}></h1>'
Additionally I want to use... -
17 Nov 2011 1:12 AM
- Replies
- 1
- Views
- 679
I solved it with a double quote escape
-
17 Nov 2011 12:16 AM
- Replies
- 1
- Views
- 679
Hi,
Extracting data from XML I want to preprocess one before sending it as a variable to template. A stackoverflow fellow pointed me to Ext.Xtemplate and that is close to do the job.
In each of...
Results 1 to 6 of 6
