I want to process nested JSON data sent from rails in Sencha. In rails, my model associations are: class User < ActiveRecord::Base
I am about to develop an application for iPhone using Sencha Touch + PhoneGap and I have a few very basic questions:
开发者_Go百科i have an array of this format: points.push( {text: \'<span style=\"font-weight: bold;font-size:25px;\">hi</span>\'},
In an effort to learn more about Sencha Touch I am building a calendar webapp for our university. I have some scripts that work but the problem is when I try to update the listPanel with the JSON data
Im going to MVC route with Sencha. I have a Viewport panel initialized much like the twitter example:
I have completed the UI for my application in Sen开发者_如何转开发cha Touch and has integrated every page.
I am trying to create a form with Sencha Touch that will create a new Task in a simple Rails 3 application开发者_开发问答. I am essentially adding nested JSON to this question.
My xml file is: <?xml version=\"1.0\" encoding=\"UTF-8\" ?> <root> <investors> <investor>Active</investor>
i\'m facing a small problem in parsing the data to the panel, here is my code: Ext.onReady(function(){
I am a beginner in Sencha Touch. I am stuck with connecting my web pages(Sencha Touch) tothe database(MySQL).