Tagged Questions

DojoX is a Dojo eXtended library — a part of the Dojo Toolkit.

learn more… | top users | synonyms

7
votes
1answer
4k views

Loading Dojo dijit CSS from CDN

I am quite new to dojo world. Using dojo with google's CDN is well and Fine. But while using dijit just dojo.require() does not work. Where can I find the default CSS Themes from CDN ?? and another ...
7
votes
0answers
605 views

dojox.gfx bounding box for Text and Group nodes

The documentation for getBoundingBox() in dojo says: Returns a bounding box of a shape. A text shape is a point-based object, so it doesn't define a bounding box. I don't get it. Any sane ...
6
votes
6answers
23k views

Remove all the children DOM elements in div

I have the following dojo codes to create a surface graphics element under a div: .... <script type=text/javascript> .... function drawRec(){ var node = dojo.byId("surface"); // remove all ...
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: ...
5
votes
2answers
400 views

How do you manage your DojoX code?

How are you managing your usage of DojoX code or widgets in a production application? The Dojo Toolkit is comprised of Core, Dijit, and DojoX. As an incubator for new ideas to extend the toolkit, ...
4
votes
2answers
3k views

How to put a Dojox.grid in a dijit.Dialog

I've read through the posts about dojox.Grid here, including the one about the tabcontainer, but it doesn't seem to solve my problem. I have a grid that I am adding programmatically which works a ...
4
votes
3answers
4k views

Dojox.grid.DataGrid - in a widget - only renders on visible tab

I am using a Widget that contains a DataGrid object. The Widget works fine when included in the first tab (this is the visible tab), but not when I use the same code on a second tab. The code is the ...
4
votes
1answer
2k views

Why is the legend in my Dojo charting chart not showing the colours?

I'm using dojo charting and for some reason the legend for my chart is showing x's instead of the colours. Here is my code: dojo.require("dojox.charting.Chart2D"); ...
3
votes
1answer
251 views

How Do I support JSON with circular references using jQuery and ASP.NET MVC?

In brief, I'm looking for a way move complex object graphs between browser code (jQuery) and server code (ASP.NET MVC). JSON does not support object references, so standard serialization of a circular ...
3
votes
3answers
7k views

Setting the value (selected option) of a dijit.form.Select widget

I have a dijit.form.Select widget. It's tied to a data store, if that matters. It's filled with several options already. All I want to do is programmatically set its value. I can get its value using ...
3
votes
2answers
3k views

Dojo 1.4 - <a href> in dojox.grid.DataGrid's cell behaves differently from Dojo 1.3's

In Dojo 1.3 I was able to populate dojox.grid.DataGrid's cell with an <a href> HTML element (e.g. <a href='/test?id=xxx'>xxx</a>) and the (clickable) html link would then be shown. ...
3
votes
2answers
524 views

Capturing Keyboard Events in Dojox GFX

Is it possible to capture keyboard events within a diagram produced using Dojox.GFX? We have a simple graphical application which involves some shapes drawn on a surface. We would like to add some ...
3
votes
1answer
937 views

Problem accessing remote CSV using dojo

I am trying to create a website where I host my data on google spreadsheets, and show data to the user in his browser using dojo. However, I am getting the error Access to restricted URI denied" ...
3
votes
6answers
5k views

FilteringSelect with a QueryReadStore: selection doesn't stick

I am using a dijit.form.FilteringSelect backed by a dojox.data.QueryReadStore in order to allow the user to select a region (think "auto-complete" mechanism). On each character entered by the user, ...
2
votes
2answers
75 views

Dojo DataGrid filter using an AndOrReadStore - what am I doing wrong?‏

I have the following code working with a DataGrid that has two column Column_A and Column_B respectively: grid.filter({Column_A: '*test*', Column_B: '*'}, true) This code works fine and finds all ...
2
votes
1answer
86 views

What is the correct syntax for calling Google Analytics from Dojo 1.7+?

Starting with the upgrade from Dojo 1.6 to 1.7, my site tracking code seems to be throwing an error that I can't resolve. I've compared the API docs for 1.6 and 1.7 and don't see any significant ...
2
votes
1answer
164 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 ...
2
votes
2answers
188 views

dojo Autocomplete

I can use dijit.form.FilteringSelect to show the Dropdown box. But It requests all data from the store dojo.data.ItemFileReadStore at once that I Don't want. I want it to query the store with the ...
2
votes
0answers
46 views

Dojo loading unnecessary files (shape.js & path.js)

I am using customized Dojo library. When I load my client application, Dojo load the below two files after loading the "dojox/gfx/svg.js" file. 1. dojox/gfx/shape.js 2. dojox/gfx/path.js Even ...
2
votes
1answer
196 views

Layouting Dojo Mobile App

Hi, does anybody has any experience with layouting a dojo mobile application? I would like to have a header section in my app and on one page a sub navigation underneath the header followed by a ...
2
votes
1answer
92 views

Dojo slider problem - how to add numbers with slider

I have Dojo slider and I need to put from 0 to 24 h (0,1,2, ... 24).How to achive this ? I have this: <div id="vertical_monday" style="float: left;"></div> and create like this : var ...
2
votes
2answers
317 views

error :id is already registered

i have this error in my code Error: Tried to register widget with id==legend1 but that id is already registered the code for the legend is: <div id="legend1"></div> var ...
2
votes
1answer
522 views

ajax page loading -Dojo

Hi I have a page with a navigation menu on the left and when any link on this menu is clicked , an Ajax get call is sent to the server and the right side gets updated with the new page. How I am ...
2
votes
1answer
2k views

dojo listbox control

Is there any list box or similer control in Dojo/dijit/dojox ??
2
votes
3answers
3k views

How do I handle dojo datagrid cell updates so I can post them back automatically to the server?

I am using dojo datagrid to display my data. When the end user edit the cell values it should be updated in the server using ajax calls(when the focus goes out of the cell). Else, I should have a ...
2
votes
1answer
1k views

How to create a new widget for dojox.grid.cells.dijit?

I am trying to create a button widget for dojox.grid. My problems are: 1) The button is only shown when I double click the grid. 2) I can't figure out how to set attributes through declarative markup. ...
2
votes
3answers
3k views

Select all checkbox in dojo 1.4 grid

Hi guys while migrating from dojo 1.02 to 1.4 i have encountered a problem with grid. In 1.02 versions i have implemented my own check box class inherriting from dojox.grid._CheckBoxSelector ...
2
votes
1answer
300 views

Dojo Logarithmic Axis Scale

I've been using the Dojo charting to create a Columns chart. I'm very impressed by it so far, but have decided I need a logarithmic y axis. Doesn't look like this is supported so far, though I've seen ...
2
votes
1answer
1k views

Value of dojox.CheckedMultiSelect not being posted with dojo.xhrPost

When I post a form using dojo.xhrPost, I get all the fields in my form POSTed except for the value of my dojox.CheckedMultiSelect, no matter what options are selected. The declaration of my ...
2
votes
2answers
2k views

No data showing in dojox.grid.DataGrid

I am using dojo 1.3 and having problems getting this dojox.grid.DataGrid working. I am sure it is my ignorance. I have been reading over the Dojo Campus examples and beleive I have right. My html ...
2
votes
1answer
3k views

Dojo DataGrid loading selected items

I have a DataGrid and want a user to select multiple items and click a button to do something with those items (such as delete). When only a few items are selected, the deleting works, but if the ...
2
votes
3answers
3k views

dojo.xd.js not recognizing dojox.data.CsvStore

When I use an import such as <script type="text/javascript" src="http://o.aolcdn.com/dojo/1.2.3/dojo/dojo.xd.js" djConfig="parseOnLoad:true, isDebug: true"></script> I get the ...
1
vote
1answer
20 views

Comet message sent twice

I want to use Cometd in my project and tried the Jetty 8 version of it on a Tomcat 7 server. It works but the message is being sent twice. To check if it had something to do with the rest of the ...
1
vote
1answer
66 views

How to show values above bars in a dojox columns chart

Is there any way to show the y-value of every bar above the actual bar in a dojox columns-type chart? Here's my code (which I got from http://glenurban.me.uk/A55D03/Blog.nsf/dx/DojoChart.htm): ...
1
vote
5answers
56 views

check an attribute set or not in input tag using dojo or javascript

How to check an attribute set or not in input tag using dojo or javascript For example: An input tag may have value attribute and not <input type="text" style="width:54%" name="entertask"> ...
1
vote
2answers
57 views

Get parent node with dojox.json.query

I'm using dojox.json.query to get a node in a JSON struct like the one above: {"data" : [ { "response" : [ { "key" : "value", "key1" : "value1", "key2" : "value2", ...
1
vote
1answer
49 views

How do you make Dojo BusyButton properties persist after the cancel method is invoked?

How do you make Dojo BusyButton properties persist after the cancel method is invoked? In my parent class, I create a button like this. this.saveButton = new dojox.form.BusyButton({ 'iconClass' ...
1
vote
0answers
70 views

dojox.grid.EnhancedGrid how do i set a noDataMessage?

I'm trying to set a noDataMessage into a dojox.grid.EnhancedGrid, the grid works fine, when the store get data it show it's row with no problem, but I need that when the store gets no data the grid ...
1
vote
0answers
137 views

Dojo enhanced datagrid and nested json string

I am having great difficulty in feeding my json string to my dojo enhanced datagrid. Now basically I have a person entity which has a date-of-birth and a nationality. On the person Table nationality ...
1
vote
2answers
140 views

dojo mobile textbox

I am having issues with the dojox mobile textbox in my program. The box does not render at all when I use it. i have tried both <input dojoType="dojox.mobile.TextBox" value="test value"/> ...
1
vote
0answers
268 views

widgets (dijit.form.Button) in dojox.data.Grid

I was able to put a dijit.form.DateTextBox and a dijit.form.ComboBox in a dojox.grid.DataGrid but not a dijit.form.Button. I have not tried with other widgets. new dojox.grid.DataGrid({ ...
1
vote
1answer
86 views

How to disable dojox.grid.DataGrid

How can I disable dojox.grid.DataGrid. By disable I mean the whole widget should be disabled and not just some aspect of it (sorting,cell selection etc)
1
vote
0answers
87 views

Dojox FloatingPane is growing every time I update the content

I've created a simple mapping widget using Dojo and Google Maps. The map is displayed in a dijit.layout.ContentPane set as the center panel of a dijit.layout.BorderContainer (which has the address ...
1
vote
0answers
67 views

Django-admin + dijit-editor : An un-necessary extra field At the top of the page

I have added a dojo rtf editor to a django admin page using the instructions from this blog post (Using Dojo Rich Editor with Django's Admin). The problem is that there appears and extra rtf editor ...
1
vote
0answers
104 views

Dojox's JsonRestStore loading the same thing several times

I'm using a lazy loading tree in a web app project; however, I've ran into some strange behavior. It seems a simple tree with just 3 levels causes 7 requests for the root structure. After looking at ...
1
vote
1answer
110 views

dojo datagrid change cell types on the fly

Is it possible to change the type of cell (i.e., from Select to Bool) in the cell of a data grid once the grid has been rendered? Thanks.
1
vote
3answers
125 views

Dojo events not triggering

I have a Dojo tab-container and when I click on certain buttons, a new tab is added dynamically with its contents downloaded via Ajax. The tabs contain dynamic form elements which are parsed and ...
1
vote
0answers
47 views

Dojox.mobile Search Bar

Hy people, i need a search-element for iphone in HTML with css. i use dojo, but this have no element for this. can anyone post me complete example or a link to an example? thank in advance dimi
1
vote
0answers
182 views

Problem with IE8 and printing a Dojo chart

I have a Dojo Chart that I want to print using File - Print in IE8, but it comes out blank both on the printer and in Print Preview. If I use IE7 or change IE8's Document Mode to IE7 Standards it ...
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 2 3 4 5