Tagged Questions

Dojo Toolkit is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites. It is dual-licensed under the BSD License and the Academic Free License.

learn more… | top users | synonyms

448
votes
40answers
146k views

Which JavaScript framework (jQuery vs Dojo vs … )?

There are a few JavaScript frameworks/toolsets out there, such as: jQuery; Dojo; Prototype; YUI; MooTools; ExtJS; SmartClient; and others I'm sure. It certainly seems that jQuery is ascendant in ...
31
votes
4answers
3k views

What happened to Dojo in 2008?

Many of you have seen this graph of Google Trends of popular AJAX frameworks (Dojo, jQuery, YUI). The graph seems to make it clear that interest in Dojo collapsed in the second quarter of 2008, ...
25
votes
6answers
5k views

What is the best resource you know to learn Dojo?

The Dojo toolkit looks like it is very useful, but the docs feel very incomplete and buggy. Can anyone suggest a book or other resource to help a javascript novice really learn to use Dojo?
14
votes
1answer
658 views

How can live search / search suggestions be implemented using Dojo?

I want to implement a 'live search' or 'search suggestions' feature in a web application that uses the Dojo Framework. It would be similar to the way Google and Bing searches display matches as you ...
13
votes
4answers
740 views

Testing a “Dojo” web application with Selenium

Has anyone done some extensive automation with Selenium and a Dojo-heavy web app? I'm looking for any issues or problem that you might have run into or issues related directly to the combination of ...
11
votes
1answer
433 views

How to run Dojo DOH unit-tests through Jenkins?

Has anyone tried integrating Dojo DOH unit-tests with Jenkins? I'd like to do the following, but don't want to reinvent it if this has already been done. So, I'm thinking: Kick off the DOH-tests ...
10
votes
2answers
5k views

Dojo and unregistering widgets

I am new to the Dojo Toolkit. I'm getting the error Tried to register widget with id=myButton but that id is already registered whenever I try to load dojo content twice (meaning I load HTML ...
10
votes
7answers
43k 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, ...
10
votes
6answers
11k views

JavaScript simulate right click through code

I am writing some UI tests using Selenium and i have a JavaScript Tree control, using the Dojo toolkit. I have implemented a context menu for each node of the tree using the examples that Dojo ...
9
votes
2answers
283 views

jQuery (or any web tool) Nested Expression Builder

I would like to add a feature to a web app I am developing to allow the user to create rules with an expression builder. Such as the one used in Magento (picture in link below). ...
9
votes
3answers
7k views

REST vs. RPC

I'm building my own ajax website and I'm contemplating between REST and RPC. If my server supported Servlets I'd just install persevere and end the problem but my Server doesn't support Servlets. RPC ...
9
votes
2answers
5k views

Dojo addOnLoad, but is Dojo loaded?

I've encountered what seems like a chicken & egg problem, and have what I think is a logical solution. However, it occurred to me that others must have encountered something similar, so I figured ...
8
votes
4answers
2k views

Dojo vs YUI javascript framework

I want to know what you guys think of these 2 frameworks, in terms of: robustness, code quality, core developers moving forward with new features, cross browser problems, module components, ...
8
votes
6answers
1k views

How can I load my own js module with goog.provide and goog.require?

We are trying to switch the packaging for our project from dojo to google closure, but we haven't had any luck so far. Here is a simple example that illustrates what we are trying to accomplish: ...
8
votes
10answers
6k views

Can I get the name of the currently running function in javascript?

Is it possible to do this: myfile.js: function foo() { alert(<my-function-name>); // pops-up "foo" // or even better: "myfile.js : foo" } I've got the dojo and jquery frameworks ...
7
votes
1answer
87 views

this.domNode is null

I am trying to use jquery to load a dojo chart. I am using this code. However in the second click, in the first button i get this error. The same occurs if i click in the first button, click in the ...
7
votes
2answers
693 views

What is the Dojo equivalent to jQuery .live()?

What is the Dojo equivalent to jQuery .live()? http://api.jquery.com/live/ The only solution I found was to dojo.disconnect the event handlers and re-connect them once a dynamic piece of markup was ...
7
votes
1answer
2k views

How to submit post data with dijit.form.Form with Dojo?

I got this simple HTML: <form method="post" action="" enctype="application/x-www-form-urlencoded" id="createCollectionForm"> <dl class="zend_form"> <dt id="title-label"><label ...
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
9answers
1k views

Which web application framework?

From the following list of frameworks, which one would you use to develop a rich web application and why would you choose it over the others? Sproutcore GWT ExtJS GXT SmartGWT Dojo / Dijit Flex ...
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 ...
7
votes
7answers
2k views

Which JavaScript framework is generally used for high performance websites?

There are different JavaScript frameworks like jQuery, Dojo, mooTools, Google Web Toolkit(GWT), YUI, etc. Which one from this is suitable for high performance websites?
6
votes
3answers
174 views

how to catch ALL javascript errors with window.onerror? (including dojo)

this question is a follow-up to javascript: how to display script errors in a popup alert? where it was explained how to catch regular javascript errors using: <script type="text/javascript"> ...
6
votes
1answer
94 views

strange behaviour - serialize

i have this code: var sizes = ["1/9","1/8","1/7","1/6","1/5","1/4","1/3","1/2","1/1","2/1","3/1","4/1","5/1","6/1","7/1","8/1","9/1"]; var slider = new dijit.form.HorizontalSlider({ ...
6
votes
4answers
347 views

Tried to register widget with id==valores0 but that id is already registered

i get this error, and i don't know how can be solved. I read this link before. EDIT:1 index.php <script type="text/javascript"> $(document).ready(function() { ...
6
votes
0answers
136 views

New books on Dojo in 2011/12 [closed]

Is anyone aware of any new books coming out on Dojo? All the books I've checked out so far are a couple years old. I heard that authors are waiting for 1.7 to be released as there are a lot of changes ...
6
votes
3answers
585 views

Remove all CSS rules

Is there a way to wipe out all CSS rules once style sheets have already been loaded? I have to use a proprietary JavaScript library (ESRI's ArcGIS Server API) which is built on top of Dojo. I make ...
6
votes
2answers
983 views

jQuery / Dojo - How do I use jQuery with Dojo toolkit

How do I use jQuery with Dojo toolkit? I've heard of both libraries being used simultaneously, jQuery for DOM-related and Dojo for UI (dijit), but I can't find any tutorials or examples of this. Will ...
6
votes
1answer
1k views

Does YUI compressor support bundling of multiple files?

I created a moduling system using jQuery. Is there any build system something similar to Dojo's Shrinksafe, that could combine all my module files into one single file for production? Does YUI ...
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 ...
6
votes
3answers
5k views

Struts 2 & Dojo files are too heavy and affect site's performance.. Any remedies?

Well.. we've developed a j2ee application using struts2 ajax capabilities. We find that the dojo implementation is quite slow. We did the following things: 1. Custom build of the dojo library. ...
6
votes
4answers
4k views

Coding Dojo with IE and SSL

My application is using Dojo 1.1.1 on an SSL-only website. It is currently taking advantage of dijit.ProgressBar and a dijit.form.DateTextBox. Everything works fabulous in Firefox 2&3, but as ...
5
votes
1answer
56 views

Incorrect position of tooltip only in new version of dojo 1.7

When i updated my version of dojo from 1.6 to 1.7.1 i found an issue in the position of the tolltips in ClusteredBars. Even in the Dojo Toolkit SDK 1.7.1 this occurs. demo ...
5
votes
1answer
52 views

click handler with dojo editor

i have this code: <!DOCTYPE HTML> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.js" type="text/javascript" djConfig="parseOnLoad: ...
5
votes
3answers
242 views

Which framework (Jquery, Dojo, Raphael) is better for implementing SVG on an Educative Video Game?

I'm about to begin the development of an educative video game. I've decided to do it in a way that i could easily packed for Web, Mobiles and, maybe, Standalone versions. I don't want to use Flash. ...
5
votes
1answer
68 views

DOJO custom modules development with xdomain

I have this situation: application server running on example.com - this is where html pages are loaded from m server for serving static files on static.example.com - this is from where are static ...
5
votes
2answers
61 views

no wrap (head) vs onLoad

In this demo, i got different outputs, if i use (no wrap) or (onLoad). My question is, in html file, to get a correct alert: 1,2,3,4 what alteration is needed in code ? With a simple load of dojo i ...
5
votes
2answers
85 views

Avoid memory leaks in dojo?

For long running applications in the browser using a toolkit such as dojo, I hear the point over and over again that dangling references must be avoided. But each language/framework has its own ...
5
votes
1answer
227 views

Set query to search all fields of a dojo datagrid

I have a Dojo DataGrid with several fields. I'm currently setting the query to search one field at a time, like so: grid.setQuery( {name:"Bob"}, {ignoreCase:true} ); However I would like the query ...
5
votes
6answers
271 views

How to reuse and override inherited javascript function

I have a class for mouse events. I'm using dojo b/c I like its OO approach dojo.declare("MouseObject", null, { constructor: function(){}, onclick : function(){...}, _onClick : function(){...} ...
5
votes
3answers
633 views

Disadvantages of switching from jQuery to Dojo

I am considering using Dojo in some new projects (or at least including it),, Partially because of it's compatibility with Google Closure Compiler's Advanced mode which will (hopefully) entirely ...
5
votes
8answers
981 views

What is href=javascript:;

in a code which i am goin through there is a link has href=javascript:; in code.when it is clicked it opens a lightbox to show some msg with close button.how is it done.I think this uses dojo
5
votes
1answer
708 views

dojo.query not working for attribute selector that includes a tilde (~) character

I need to select a link node given its url. Using an attribute selector works quite well except for a few rare cases when the url has a tilda. I have no control over the link urls. Here is an example: ...
5
votes
4answers
721 views

Displaying Large Text Files via Ajax/dojo

I want to display to a user a large text file (100MB Log Files specifically) via a web interface without requiring the user to have to download the entire file. Obviously returning the entire file to ...
5
votes
3answers
10k 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 ...
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
3answers
3k views

Dojo vs Dijit - files to include or reference?

I've been reading O'Reilly book "Dojo - The Definitive Guid" but somethings are still not definitive to me. They talk about "bootstrapping" and getting the dojo.css from the AOL CDN". When I'm ...
5
votes
2answers
533 views

Why can't I roll a loop in Javascript?

I am working on a web page that uses dojo and has a number (6 in my test case, but variable in general) of project widgets on it. I'm invoking dojo.addOnLoad(init), and in my init() function I have ...
5
votes
4answers
756 views

Essential Dojo

I'm starting to use Dojo; this is (essentially) my introduction to AJAX. We have a Java backend (torque / turbine / velocity) and are using the jabsorb JSON-RPC library to bridge Java and Javascript. ...
5
votes
5answers
2k views

Minimalist cacheable jQuery/javascript library for iPhone?

Given the iPhone's 25k limit for caching of files, I'm wondering if there's interest in an iPhone optimized javascript library that makes caching a top level goal. Since it'd be iPhone only it could ...

1 2 3 4 5 50