Tagged Questions

0
votes
1answer
6 views

(dojo) dojox.form.Manager not firing observers

I have a customer dialog widget that I am attempting to use dojox.form.Manager on. I have just stumbled across this control and it looks to do most of what I was implementing (uni …
1
vote
1answer
10 views

Turning off animation in dojox.widget.Dialog

Anyone know how to turn animation off in dojox.widget.Dialog? I love the modal dialog, but want it to pop up immediately, rather than the painfully slow animate on that it does. I …
0
votes
6answers
1k 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 en …
0
votes
1answer
33 views

Dojo DataGrid - one column not displaying data

I have used the same method accross my site for displaying a datagrid, I'm only seeing this problem in one column on one grid. All data in the 'firstname' column is showing as "... …
1
vote
1answer
78 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({ …
0
votes
2answers
27 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 …
1
vote
1answer
370 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 w …
0
votes
1answer
64 views

how can we resize a row in dojo grid

Hi all, I want to resize the dojo grid row by dragging it as we can do with the column. I want it some thing like Excel row which we can resize(minimize or maximize its height), i …
0
votes
0answers
52 views

dijit.layout.TabContainer nested tabs auto load

Hello, I'm fairly new to Dojo toolkit, and well really like it. But I have a problem with nested tabs auto-refreshing. Here is a sample of my practice code where this problem ex …
0
votes
1answer
60 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 …
0
votes
0answers
33 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 t …
0
votes
0answers
20 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 …
1
vote
2answers
77 views

Javascript scope issues

Hello, I am extending dojo's dojox.data.JsonRestStore and I want to provide my own fixed scheme. this is getUsername won't work because it doesn't refer to the current datastore T …
0
votes
1answer
65 views

How to override a method in dojox _Scroller class?

Hi there, How do I override a method in dojox.grid._Scroller class from a class extending dojox.grid.DataGrid. dojox.grid.DataGrid extends dojox.grid._Grid, which requires dojox. …
0
votes
1answer
31 views

How to configure dojox.cometd for callback-polling?

So far I found some examples on how to configure dojox.cometd, but none of them configure the connectionType. I am currently more interested in callback-polling instead of the long …

1 2 3 4 next
15 30 50 per page