Tagged Questions
The dojo.data tag has no wiki summary.
5
votes
1answer
3k views
adding button to dojo datagrid
I am trying to add a delete button to the Dojo Datagrid and I currently have the following javascript:
function createGrid() {
gridTmp = new dojox.grid.DataGrid({
store: ...
3
votes
2answers
400 views
Looking for example of dojo.store with dijit.Tree over REST
I'm looking for an end to end example using dojo.store with dijit.Tree over REST.
There are many existing examples that use the older dojo api, dojo.data.api, but a dearth of ones using the ...
2
votes
1answer
162 views
dojox.data.JsonRestStore vs dojo.store.JsonRest
Can anyone tell me which restStore implementation I should be using? I assumed dojo.store.JsonRest was the correct libarary to use as it's the latest implementation but a collegue said he'd read ...
1
vote
0answers
18 views
Dojo Datagrid always shows outdated data
I am using a Dojo Datagrid connected to a dojo.store.JsonRest through an dojo.data.ObjectStore and a dojo.store.Cache. There is also a dojo.store.Memory connected to the Cache store.
The datagrid is ...
1
vote
2answers
259 views
dojo.data.objectStore.deleteItem
I have a dojo.store.Memory wrapped in a dojo.data.ObjectStore which I am then plugging into a dataGrid. I want to delete an item from the store and have the grid update. I have tried every combonation ...
1
vote
1answer
105 views
Changing the sequence
I am trying to upload a file into my amazon account using the dojo.io.send.However, it's failing to do so .
This is error which i get to see when i run through the firebug.
<Error>
...
1
vote
1answer
260 views
How to arrange top-level node items in a dijit Tree via drag and drop
I have a dijit.Tree backed by a ForestStoreModel that uses a custom data store to provide the data. It works well, but I want to provide the ability for the user to rearrange the top-level items (and ...
1
vote
1answer
127 views
querying info from an existing dojo.itemfilereadstore
I'll start off by mentioning I'm a dojo noob. That said,
I'm having trouble reading data from a itemfilereadstore. When my page is loaded, I perform a .fetch() on a itemfilereadstore. The ajax ...
1
vote
1answer
297 views
Updating a dynamic Dojo chart with specified x and y values
I'm building a website which requires a line graph to be updated dynamically.
For this I'm using the dojo library which provides the necessary charting functions I need to achieve this, based fully ...
1
vote
1answer
437 views
How to use JsonRestStore with my RESTful service
I try to use dojox.data.JsonRestStore with my RESTful service. I read the articles by sitepen and dojox documentation but I can't understand what they are all about.
My service gets requests like ...
1
vote
0answers
232 views
Dojo JsonRestStore, fetch, onError callback and HTTP status code?
I would like to know how to obtain the HTTP status code returned after a fetch() operation is performed. I have specified the onComplete and onError callbacks to the fetch() call.
The onError is ...
1
vote
1answer
400 views
Dojo DataChart and manual ItemFileWriteStore update
I've decided to give Dojo a shot instead of using JQuery for once, and am having trouble manipulating a data store. I've got a DataChart bound to the contents of an ItemFileWriteStore i've populated ...
1
vote
2answers
1k views
Dojo EnhancedGrid editable problem
I'm having problem with making my dojo EnhancedGrid editable.
Currently, I can double click the grid cells and I can change the value, but the moment I press enter again or try to leave the cells ...
1
vote
1answer
393 views
Dijit/Dojo Inline - Filtering Select - DataStore
I am using an inline filteringselect with datastore, as follows:
I am using ABBR as the identifier and NAME as the value.
The filtering selects and works correctly, but I have two issues.
...
1
vote
2answers
380 views
DOJO: what's the difference be design between JsonQueryRestStore and QueryReadStore
I'm learning Dojo 1.4. And I have difficulties with understanding all dojo's data stores.
Particular I wonder what's the difference between JsonQueryRestStore and QueryReadStore ?
JsonQueryRestStore ...
1
vote
2answers
755 views
In what order does DOJO handles ajax requests?
Using a form in a dialog box I am using Dojo in jsp to save the form in my database. After that request is completed using dojo.xhrPost() I am sending in another request to update a dropdown box that ...
1
vote
1answer
487 views
Properly destroying dojo DataStore
I am extensively using declarative dojo DataStores in my application and connecting them to various declarative data driven Widgets. The problem comes in when I attempt to "destroy" the ContentPane ...
1
vote
1answer
1k views
dojox.charting Setting Custom Tooltip Labels from ItemFileReadStore
I discovered that the dojox.charting.action2d.Tooltip takes a custom function to provide the text for the labels. The challenge is that the text of the label that I want to display is contained ...
1
vote
1answer
1k views
Display Custom Label from data store with dojox.charting
I am using the dojox.charting.widget.Chart2D and I am trying to retrieve the data from an dojo.data.ItemFileReadStore. I can retrieve the data, and everything works and displays, except I cannot seem ...
1
vote
3answers
4k views
How do I get the item count (size) of a dojo datastore?
I don't see anything in the read API that provides access to this:
http://api.dojotoolkit.org/jsdoc/1.3.2/dojo.data.api.Read
1
vote
0answers
316 views
Preventing Dojo data.store race condition
I'm using dojo.data.ItemFileReadStore to get data from a json source into a dojox.grid.DataGrid. I replace the datastore with DataGrid.setStore(), which works fine, except when I try dto do it before ...
0
votes
1answer
26 views
Mix and match Declarative and Programmatic declaration? (Dojo/JS)
I am working on an old code base which uses dojo datagrid and JsonRestStore, using declarative approach(in HTML). I am now trying to adapt this to use the newer dojo.store.JsonRest .
When I declare ...
0
votes
1answer
26 views
JSON format for dojo/dojox spider chart
I'm desperately trying to use json data to fill my dojo spider chart.
First of all: Do I need to pass my store (retrieved from ItemFileReadStore) first to a dojox.charting.DataSeries before I can use ...
0
votes
1answer
24 views
Extend dojo HtmlStore to prevent it from only taking the text of a cell of the original table
I try to extend the getValues() method of the dojox HtmlStore to prevent it from escaping HtmlTags of the original table, as I need them for my layout.
This is my first approach, however, it doesn't ...
0
votes
1answer
145 views
Spring MVC, REST, Jackson, Dojo dojox.data.jsonRestStore, how to make dojo-style references?
Pretty simple question, hard to find an answer:
I want to Serialize in JSON my POJO JPA entities with references being Dojo-like to use it with dojox.data.JsonRestStore.
The server part is made with ...
0
votes
1answer
63 views
Difference between Dojo Data and dojo ajax
I am wondering when to use dojo data and for example 'dojo.data.itemfilereadstore' to get data from the server and when you should choose to use ajax and for example 'dojo.xhrGet' to retrieve data ...
0
votes
1answer
77 views
How to insert row in dojox DataGrid
Is there any way to insert a row between the existing rows in dojox DataGrid ? At present I am deleting all the items and then re-inserting them. This is got to be a better way than this.
0
votes
1answer
284 views
dojo.data.ItemFileReadStore.fetch() onComplete handler cannot access global variables?
I wrote a function to get the number of items in a list. It takes as input the primary key (list_pk) of the list whose items we want to count. It then queries the data store for all list items that ...
0
votes
0answers
53 views
search all items in a data api store
I have a simple object dojo store and i want to do a store.fetch on it that is not limited to any "column" or data in that store. the following is a fetch that will fetch everything from the store ...
0
votes
1answer
125 views
cloning/copying a dojo data store
Hi can some one please tell me how to copy one data store to another in dojo. I tried it in following way but it doesn't work. Here I'm try to copy data from jsonStore to newGridStore.
...
0
votes
2answers
156 views
how to pass JSON object in addSeries() method for Dojo Spider Chart
I am trying to implement a Spider Chart using dojo chart library. I am using a dummy example from dojo: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/charting/tests/test_spider2d.html
It ...
0
votes
1answer
363 views
How to clear a dojox.grid.DataGrid to Update the grid
I have a grid filled with ajax, the user enters new data and call back to the ajax method that fills the grid, the problem I have is that the grid are duplicate data, I have tried before upgrading the ...
0
votes
0answers
49 views
dojox.data.jsonreststore - date deserialization
does the feature described here still work in dojo 1.6.1?
I'm unable to make it work :-(
0
votes
1answer
164 views
Dojox.grid.datagrid sorting order
I was trying to understand the sorting behavior of the dojox.grid.Datagrid, particularly wondering about a multi-column grid that if sorted on a column where 2 (or more) rows have identical cell ...
0
votes
2answers
192 views
Asynchronous confusion with ItemFileReadStore query
I want to save the results from a query using itemFileReadStore into an array called boxes, but the return value is empty (presumably because fetch is run asynchronously).
The gotItems function ...
0
votes
1answer
142 views
How get Dojo ClientFilter cache queries case insensitive?
I'm using a JsonQueryRestStore with ClientFilter option to cache queries and data,
to unload the server of some repeated xhr interrogation for data already sent to the client.
The code I wrote works ...
0
votes
1answer
141 views
DOJO include files a directory back
I have dojo files in resources/js/dojo1.6/dojo/dojo.js
I have another file here resources/js/pages/file1.js
This file requires another file which is located at resources/js/folder/file2.js
This is ...
0
votes
2answers
335 views
Same dojo.data-store for dijit.tree and dojox.grid
I want to implement a kind of file-browser, where the user can navigate using the folder-tree, and see the folder-content in a grid.
I want to use the same data-store for both widgets, but can't see ...
0
votes
1answer
380 views
get item by index in ItemFileWriteStore
I have an ItemFileWriteStore where there is no identifier specified, so I don't believe I can use getItemByIdentity to retrieve an item.
Is there a way to get an item from store by the index of the ...
0
votes
1answer
423 views
Querying Attribute Properties for dojo.data.ItemFileWriteStore (Not so easy)
I have a dojo.data.ItemFileWriteStore object with items which contain a 'children' attribute, which in turn contains an array of children items. I'm storing a tree, and I need to fetch the leaf nodes ...
0
votes
2answers
246 views
Dojo send Form to php-file then get the response in a div tag
hallo,
i would like to try a simple xmlhttprequest example to post a form to a php-file, the php-file reads the elemsnts value then give it back to a div tag, it works with a tradional code, but not ...
0
votes
1answer
567 views
How to combine Dojo.Deferred + dojo.data.read
I have a chain of asynchronous events that i want to execute, some of them fetch commands. I understand the basics of using dojo.Deferred, but all of my attempts so far to add a fetch callback have ...
0
votes
2answers
227 views
Dojo caching issue in Spring
I am having an issue where dojo seems to be caching html and then not properly redisplaying it. If I call this function once it works fine, and it works on all subsequent calls if the parameters are ...
0
votes
1answer
179 views
Can you make a dojo.data store from properties of another dojo.data store?
The title says it all. Is it possible to make another dojo.data.ItemFileWriteStore out of the properties of items from an existing dojo.data.ItemFileWriteStore?
For example, i have a store containing ...
0
votes
1answer
446 views
Dojo Grid with editable and non-editable cells
We are using dojo 1.4.2 in our project. We have a page where we display a dojox.data.EnhancedGrid from ItemFileWriteStore. We have a use case based on the user access, we need to have a column ...
0
votes
2answers
2k views
dojox.grid.DataGrid dojox.data.HtmlStore
It would be so slick if you could use dojox.grid.DataGrid and dojox.data.HtmlStore together. Maybe there is an easier way to get sortable tables with Dojo, but this is all I can come up with... and ...
0
votes
1answer
642 views
How well does the Recess! PHP Framework play with dojo.data?
I've been trying to find the perfect php framework for me that integrates with dojo smoothly.
I am trying to avoid creating my own framework and I don't want to use the Zend Framework since I don't ...