Dojo 1.1 the Enterprise Effect:: What do these and other improvements mean for organizations using dojo for What problems can it solve? – Who is it for? Question List • How does Dojo http://www.scribd.com/doc/2803836/Dojo-11-the-Enterprise-EffectHOME | Ok, I was going to figure out how to do a few things when I hit a brick wall. I've used the JsonStore a dozen times at least, pulling in remote data. For this testing, I just configured a data object, and a record object, to pass into the 'data' and 'fields' attributes directly. Problem is, I kept hitting the wall. I've pulled my hair out (if I had any) trying to figure this out, but I'm getting nowhere. I keep getting the following error in Firebug: root has no properties. Anyone have any suggestions? Here's the code I'm using: EditorGridPanel using JsonStore - Ext JS Forums:: EditorGridPanel using JsonStore Ext: Premium Help. The problem was that I used the type "integer" for columns, instead of "int". Simply and deadly. http://yui-ext.com/forum/showthread.php?p=78677HOME | Nabble - Dojo - Server supplied IDs using JsonRestStore:: All, If I do the following: var jsonStore = new dojox.data. the problem or error? Were you using an absolute URL or relative? http://www.nabble.com/Server-supplied-IDs-using-JsonRestStore-td20962806.htmlHOME |
var states = [{
"totalCount":"3","root":[
{"ID":"1","abbr":"AL","stateName":"Alabama"},
{"ID":"2","abbr":"GA","stateName":"Georgia"}, bits and bytes » Dojo:: I’m using the dojo dropdowndatepicker in a lot of my projects. Problem with this widget is that it only really supports the yyyy-mm-dd notation (as the http://blog.pczone.be/?cat=13HOME | Gmane -- Mail To News And Back Again:: Jan 5, 2009 deleteItem(item); jsonStore.save() // This actualy updates the store Thanks for your help. " Two things come to mind: 1.) Are you using a http://article.gmane.org/gmane.comp.web.dojo.user/34848HOME |
{"ID":"3","abbr":"MD","stateName":"Maryland"}
]
}];
var state = Ext.data.Record.create([
{name:"ID",type:"string"},
{name:"abbr",type:"string"}, SitePen Blog » New Features in Dojo Grid 1.2:: Oct 22, 2008 I’m using the “formmatter:formatValue” parameter in the the grid structure. My problem is that although I’m changing formatting of that data http://www.sitepen.com/blog/2008/10/22/new-features-in-dojo-grid-12/HOME | Objective Action: Using Ext JS 2.2 Ajax in CF - Part 3 - Adding :: Dec 24, 2008 So the first set in using the Grid as an editor is to create a suitable data store. Here is my code for that:. <ext:jsonStore http://www.objectiveaction.com/Kevin/index.cfm/2008/12/24/Using-Ext-JS-22-Ajax-in-CF--Part-3--Adding-new-rows-to-the-gridHOME |
{name:"stateName",type:"string"}
]);
var stStore = new Ext.data.JsonStore({
root:'root',
fields:state,
data:states,
sortInfo:{field:"stateName",direction:"DESC"}
});
stStore.load();
2 remarks:
1. You have an extra around the states object (removing that will fix your problem).
2. You don't need to load the store (specifying data automatically loads the store).
You are Da Man! I was killing myself on that. Figures it was something simple (I spent half an our last night tracking a bug that was a ':' instead of a ',').
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home |