I have a ContentPane created both declarative and programmatic. Declarative : <div dojoType=\"dijit.layout.ContentPane\" id=\"abccp\" href=\"abc.php?id=1\" title=\"abc\" onShow=\"do_abc()\">
I have a form setup with dojo 1.5. I am using a dijit.form.ComboBox and a dijit.form.TextBox The Combobox has values like \"car\",\"bike\",\"motorcycle\" and the textbox is meant to be an adjective t
I have tried adding the duration property to one of the links used to construct the lightbox as so: <a href=\"test.jpg\" dojoType=\"dojox.image.Lightbox\" group=\"group2\" duration=\"2000\" title=
I have a page (and divs) that are being dynamically generated and what I need for this page to do is to scroll to a particular div immediately after the page loads. What is screwy about this code is t
I found this page on SO( Dojo: Select a tab on load depending on url parameter ) but I\'m still not very clear on how this opens a tabfrom a URL call.
By default a dojo.dnd.Source container allows you to hold Ctrl to duplicate/copy a dragged item rather than just move it.
I use Zend Framework to create a form element of type Zend_Dojo_Form_Element_ComboBox. I set dojox.data.QueryReadStore as a store type.
I have two dojo containers on page. The main container has three content panes (tabs), pane1, pane2 and pane3. Pane2 has another container which has two panes(tabs) again, pane2a and pane2b. What is t
I created a dojo chart using; var pieChart = new dojox.charting.Chart2D(\"pieChart\"); Afterwards I want to update/destroy this chart. SO I do;
i would like to create a web application using DOJO. I\'m an Asp.Net developer, but, about javascript framework, i really like Dojo instead the Ajax Control Toolkit by Microsoft.