Tagged Questions

0
votes
1answer
11 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
2answers
21 views

How to raise a global event in dojo?

Hello, I am trying to raise an event to all of the widgets that catch it. I have an authentication widget and other widgets that depeand on the fact that the user is logged in. I would like to raise …
0
votes
2answers
31 views

How to get the “value” of a <select> in dojo?

I am using dijit.form.FilteringSelect to provide a way to select values from a . The problem is, when using dojo, the label is returned instead of the value of the s. For example: <select …
0
votes
1answer
17 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 …
0
votes
1answer
15 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
1answer
55 views

Can’t select text in input box on IE

I have an input box that is inside of a div, the div has a background image and the input box inside of it is positioned and limited in size / font to work nicely with the background image. In FF …
1
vote
7answers
241 views

JQuery vs Dojo vs ExtJS [closed]

Possible Duplicate: Which Javascript framework (jQuery vs Dojo vs … )? I have very short time to learn any JavaScript framework. Considering the all-in-one solution factor, …
0
votes
2answers
45 views

Does jQuery have the equivalent of Dojo’s enhanced <select>?

Dojo has this: http://download.dojotoolkit.org/release-0.4.3/dojo-0.4.3-widget/tests/widget/test%5FSelect.html Similar to Google Auto-suggest. Does jQuery have anything similar?
1
vote
3answers
52 views

Tabcontainer behaves different from browser to browser

The following code works on IE8, Safari 4.0.2 - but generates an empty page on Firefox 3.5.5. Any idea ? <html> <head> <link rel="stylesheet" type="text/css" …
0
votes
1answer
22 views

Dojo Layers best practice

My current project has a small user base and nearly all clients will be on the same LAN as the webserver so performance won't really be hindered but I'm a sucker for picking up bad habits so I want to …
0
votes
1answer
58 views

removing items from a dojo datagrid

Hi, I am struggling with a simple dojo datagrid in my Zend Framework project. I have a list of data from a mysql table that I can display, however I want users to be able to remove selected rows …
0
votes
1answer
31 views

Dojo DnD Move Node Programmatically

I would like to know if there is a way to move the node programmatically in dojo Dnd? The reason is I would like to revert the changes to the drag and drop when the web service call triggered a failed …
0
votes
0answers
22 views

Dojo Datagrid Filtering Issue

Hello All, I am having hard time filtering a datagrid. Please help! This is how I draw a grid. var jsonStore = new dojo.data.ItemFileWriteStore({data:columnValues}); gridInfo = { …
0
votes
4answers
84 views

measure page rendering time on IE 6 or FF 3.x

I have a page constructed using Dojo and I need to measure how long the page takes to complete rendering on my browser (NOT time-to-first-byte, or time-to-last-byte). In other words, the page (all …
0
votes
1answer
16 views

How to make a scrollable, clickable list of items in Dojo?

I'm totally new to Dojo (using 1.3 via Google's XD), and want to try to do things the 'right way', but don't see an obvious dojo.layout.*Container for this. Basically, I have a UI with a list of …

1 2 3 4 5 25 next
15 30 50 per page