0
votes
0answers
7 views
dojox.rpc.JsonRest query Method and Zend JSON Server
I use dojo 1.3.2 with the Zend Framework 1.10 JSON Server.
I can successfully execute my method getTreeByScope defined as SMD via JSON-RPC 2.0
myService.getTreeByScope({scopeId:1,nodeId:0});
this …
0
votes
2answers
38 views
why is parent node for input element undefined?
I have a table in which I am adding some rows dynamically and in the new rows, I add one input text element. When the text in the input element changes, I wish to access the parent row and do …
0
votes
1answer
8 views
dojo.connect scope problem
The followig code is inside a tag in the of a JSP.
I wanted to emulate this behaviour [http://dante.dojotoolkit.org/static/xd/stack-accordion.html%5D%5B1%5D. The main differences from that sample …
3
votes
3answers
169 views
Which is the best ESRI ArcGIS component library to use with GWT?
We are currently designing a GIS intranet application using GWT and ESRI ArcGIS. We are looking at 2 client side Javascript libraries:
The ESRI Javascript API
Open Layers
The library will have to …
0
votes
1answer
21 views
query list of dijit checkboxes inside a DIV
I need to find all dijit.form.CheckBox widgets inside a DIV and enable/disable them all. I am not able to form appropriate query for it.
I tried dojo.query("[dojoType~=dijit.form.CheckBox]") but it …
0
votes
0answers
13 views
How to update data in one row in dojo grid?
Hi there,
I'm using dojo dataGrid (1.2.2), just wondering if there is a way for me to update data in a give row, and reflect the change in the grid without reloading the whole grid?
For example, I'd …
0
votes
1answer
6 views
Propagating events in dijit.layout.BorderContainer
I've dijit BorderContainer overlaying a gfx surface which is movable (dojox.gfx.Moveable). Is there any way of disabling BorderContainer completely from catching mouse events and letting the Surface …
0
votes
1answer
28 views
dojo mouseover with delay
I wish to do something like as follows:
When the mouse goes over to some element, record it
If the mouse stays there for 3 seconds, then execute some action f() for that element
If the mouse leaves …
0
votes
1answer
202 views
dojo crashes ie6 when using Zend Framework
I'm having issues with a application that I am writing that uses Dojo and Zend Framework. The issue only effects Internet Explorer 6, other versions of IE, ff, chrome and safari work fine with no …
0
votes
2answers
37 views
Dojo dojo.rawXhrPost and dojo.xhrPost
My question is: can we use dojo.xhrPost to post some Json data? More detail:
I have been experimenting with Dojo code to POST JSON data to a RESTful service. It seems to be that the behaviours of …
0
votes
0answers
5 views
Extending dojo.gfx.Group with default instanciated shapes
I'm attempting to create some simple UI components with dojo.gfx. I've managed to extend dojo.gfx.Group, but am out of my depth getting any of the default shapes drawn to the surface. Inspecting the …
0
votes
2answers
89 views
How to include dojox.gfx.SVG and dojox.gfx.VML in a custom Dojo build with cross-browser support?
Hello everyone.
I am using dojo.gfx to create vector shapes and text on my website and everything works fine when I am "dojo.require"-ing all dependencies in my Javascript. But when I'm building …
0
votes
3answers
63 views
+150
Struts2 back button and linking
Hello!
I am using Struts 2.1.6 with Dojo plugin, whole app has ajax links (sx:a).
Did anybody succeed to implement back button functionality and linking to certain content?
Does anybody have any …
1
vote
1answer
29 views
how to filter / query date using dojox.jsonPath.query
I am referring to use http://www.sitepen.com/blog/2008/03/17/jsonpath-support/
This is what I am doing (spent two days but no luck):
first drawing a datagrid with integer column and a date column and …
0
votes
1answer
318 views
How to update a Dojo Grid cell value using a TooltipDialog (and DropDownButton)
I have a dojo grid which is using some editable dijit form fields. All is well, until I try ot implement an country (multi) select cell as an Tooltip Dialog; i.e., show a drop down button which opens …
