What are the steps to pack sench touch 2 app with phoneGap?
Type: Posts; User: amarjitsingh
What are the steps to pack sench touch 2 app with phoneGap?
Hi Guys,
I am new to Sencha Touch. I am trying to build a simple application with few buttons. Data for some of them is in xml format and i want to display it as list. So i wrote some thing...
Hi Guys,
I am also trying to load xml file from some location. I am able to open that xml file from my browser, but when loading using js it is keep on loading. I believe my code is not correct. I...
I guess the plugin works, but how come basic things doesn't show up, like Ext.onReady?
I have similar issue, any suggestion?
I fixed it:
var mystore = new Ext.data.Store({
model: 'mydata',
proxy: {
type: 'ajax',
//url: 'TestData_Keane.xml',
url: 'TestData_Keane.xml',
I have same issue, there is no error in JS i tried to debug it. I am not geting any data. here is my code:
Ext.regModel('cards', {
fields: [
{name: 'cls'},
{name:"content"}
]
});