sproutcore
Sproutcore nested array one to many binding
I have three tiers of objects, each as one to many. I\'d like, when a different notebook is selected, that the page and column view elements get cascading updates.[详细]
2023-03-16 10:17 分类:问答Sproutcore datasources and model relationships
I currently have a Sproutcore app setup with the following relationships on my models: App.Client = SC.Record.extend({[详细]
2023-03-15 17:18 分类:问答sproutcore main page refactoring
I build myself my fist sproutcore app. Now the code in resource/mainpage gets big. I wan开发者_C百科t to[详细]
2023-03-13 21:36 分类:问答Sproutcore - Webkit appearance in searchfield
I am trying to create a search field with a Webkit appearance. But, I am getting around it. Here is how I create the searchField[详细]
2023-03-11 09:36 分类:问答TextFieldView does not seem to have been loaded
I am trying to get any results from SC.TextFieldView, but alas, it returns undefined al开发者_如何学Gol the time. All the other view classes seem to be working.If you start a new sproutcore template p[详细]
2023-03-10 15:30 分类:问答Sproutcore - rails - Many-to-many - json
Consider two models in rails ModelA and ModelB, with their counterparts in Sproutcore. Suppose that we have a many-to-many relationship between the two models.[详细]
2023-03-10 09:29 分类:问答json format from rails to sproutcore
For those of you using Rails as a backend to their Sproutcore clients, which one is the best way to format the data into json?[详细]
2023-03-10 03:36 分类:问答How to connect SproutCore to CouchDB in Mac OSX
I am using SproutCore to query a CouchDB database on Mac OSX (10.6.7), from a tutorial on NetTuts+ premium. The database name is microblog. The query resolve to this string:[详细]
2023-03-10 03:13 分类:问答Sproutcore 2 - Class methods and variables
I have been implementing cla开发者_Python百科ss methods as shown in this answer Basic Sproutcore: class method, class variables help[详细]
2023-03-09 19:48 分类:问答is there a way to use 960 and compass with sproutcore?
Is there a way to do this? I know Compass can be used in sproutcore, but i also want to use the 960 comp开发者_Go百科ass plugin. I tried dong import \"960/grid\" in my app.css but it keeps throwing an[详细]
2023-03-09 09:17 分类:问答