0
votes
5answers
38 views
JQuery vs Dojo vs ExtJS
I have very short time to learn any JavaScript framework.
Considering the all-in-one solution factor, WebDevelopment-market and availability of written-books, Which should I learn JQuery or Dojo or …
1
vote
2answers
31 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
25 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
10 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
1answer
9 views
dojo query to get parents of all inputs
I'm used to the jQuery style of selecting, which would be fairly easy in this case
$("tbody td:has(input)").click(...);
But dojo seems to be using only regular CSS selectors, which means I can't …
0
votes
2answers
18 views
How to get dojo.query to reutrn values for a dijit.Dialog
Hi all
I have some code in which I am creating an dijit.Dialog with an Ajax call(href property) to populate the contents.
I what to parse the returned content to dojo.connect a click event to the …
0
votes
1answer
6 views
Using Aptana Studio with Dojo toolkit in Adobe AIR?
I'm testing a little bit of Adobe AIR - the HTML version in Aptana. And I chose Dojo Toolkit as the JS framework to have. And the generated html-page with dojo ain't working.
That I think is a little …
1
vote
1answer
21 views
Learning dojo: Chaining animations on a collection of objects
I'm doing some basic exercises with dojo to learn its syntax and methods.
I've created a simplified example below for the purpose of learning chaining animations on a group of items.
Could anyone …
1
vote
1answer
13 views
Dojo: Select a tab on load depending on url parameter
Is there a way to select a tab in a tab container upon load depending on a url parameter?
I have tried the following but nothing seems to happen and the tab I want is not selected:
…
1
vote
1answer
18 views
how to implement cascaded dialogs in DOJO Toolkit
I was looking for cascaded (multi-level) dialogs in DOJO Toolkit. I understand that a proper implementation of this will be available in DOJO 1.4. …
0
votes
3answers
48 views
+100
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
9 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 (unified onchange events …
0
votes
1answer
8 views
attaching Tooltip to item without fixed element ‘id’
I'm trying to add tooltips to a Dojo application that I recently inherited. The problem I'm having is that everything is created with dojoAttachPoint identifiers instead of with id's , such as :
…
0
votes
2answers
16 views
So how I can control the page contents loading sequence in dojo
Hi there,
I'm using dojo for our UI's, and would like to load certain part of page contents in sequence. For example, for a certain stock, I'd like to load stock general information, such as ticker, …
0
votes
1answer
34 views
[Dojo / PHP + apc.rfc1867] I can’t get xhrPost upon form submission via input button, I’m going insane…
It's rather lengthy, TLDR version below crit wall of text.
Setup: Our company had been using prototype for some time, and just recently switched to dojo. I have been converting lots and lots of JS …
