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

0
votes
0answers
9 views

Styling a Dojo EnhancedGrid NestedSort

I want to know if there is an option to tell the sorting icons to be visible at all times (not just when hovering over the column title of a DOJO Enhanced grid). If not, what is the best way to ...
0
votes
0answers
23 views

How to create custom dojo animation?

I want to create custom animation class which can be used as argument to dojo/fx.chain Looking into *dojo/_base/fx.js* i could not understand what base class to extend and what method to override to ...
0
votes
0answers
18 views

how to set the on tap event of dojox.mobile.listitem?

I have tried the following with no luck. <li data-dojo-type="dojox.mobile.ListItem" data-dojo-props='onClick:compassHeading'> Compass Heading </li> it will pop a parser error. how ...
0
votes
0answers
18 views

Hide Buttons from DOJO Toolbar

I am using DOJO Toolbar and creating some buttons within it. But now I want to hide some of the buttons based on some condition. What I have tried is to add "id" to button and use ...
0
votes
0answers
26 views

Silverlight 5 app from iframe not closing in IE9

I am developing a web application using Dojo v1.8 and my target machine runs IE9 and Silverlight 5.1.20125. In this web app, the user can select a tool from a toolbar at the top of the page that will ...
0
votes
0answers
44 views

Populate combobox dynamicaly from a facade using dojo and JSON

I have developed an .net application to populate gridview using dojo and JSON. There I used a facade to collect data from the model class. But when I load a combobox using dojo and JSON it wont ...
0
votes
0answers
31 views

(learning dojo dgrid) - editor: newly clicked-to-edit cells copy data from previously edited cell

Please forgive the newbie question, but I am finding the dojo learning curve quite steep. I copied the ondemand grid demo from the tutorials at dojofoundation.org and put in my own memory store, and ...
0
votes
0answers
22 views

dojo mobile action on tab loads

I made a simple mobile app (using Worklight Studio). I add for this app the Dojo capabilities. So, i have a TabBar and i want to have some action on clicking on tabs MainPage.html (part of) <ul ...
0
votes
0answers
78 views

How do I change the output format of datetimepicker of Struts 2?

I implemented the datetimepicker using the <sx:datetimepicker> tag and was able to change the display format. But now, I'm not able to change the format of the date that it outputs to the ...
0
votes
0answers
27 views

Dojo script typeError{}

There is a search module on my website which uses DOJO script for that. But now it showing me the below error: XHR finished loading: ...
0
votes
0answers
16 views

is it possible to upgrade IBM Business Space iWidget environment so I can use the latest Dojo version?

I have dojo 1.8.3 in my Eclipce IDE and 1.4.3_IBM (21629) in IBM universal test client for iWidget and Business Space runtime respectively. So is it possible to upgrade Business Space environment to ...
0
votes
0answers
29 views

DOJO: Alternative for checkItemAcceptance in dgrid

i've created an DnD Tree in Dojo on dijit base. There i've got a function in the DnD controller called checkItemAcceptance. It works fine so i thougt i could use the code for a dgrid dnd tree. But ...
0
votes
0answers
20 views

how to make inlineeditbox of dojo editable on dblclick

how can I make an inlineeditbox editable on double click. By default it is editable on single click. any help will be appriciated. I am using it like: <div editor="dijit.form.TextBox" ...
0
votes
0answers
15 views

adding dijit/form/Select prevents form submition on enter

When form Contains dijit/form/Select, pressing Enter in TextBox does not trigger form submition. What is proper way to reimplement this functionality? Here is widget i use: define([ ...
0
votes
0answers
148 views

How to refresh a page via Back Button

I'm completely new to jQuery Mobile and just trying to get a feel for how it might to work in my environment. One Page 1 I'm displaying values that come down from the server. What I want to do is ...
0
votes
0answers
32 views

NetworkError: 404 while loading dojo.dom under iWidget environment @IBMBusinessSpace

im starting to dig DOJO which is used in my current environment: iWidget @ IBM Business Space so i faced the problem with dojo.require("dojo.dom") all other modules required earlier in the code ...
0
votes
0answers
23 views

make dojo inlineeditbox editable on dblclick

I want to make inlineeditbox to be editable when i dblclick on it. By default it is editable on single click. any suggestion please ? I am using it like <div editor="dijit.form.TextBox" ...
0
votes
0answers
19 views

how to add plugin and extra plugin together in dojo editor

i have created a dojo editor and i need to restrict the default tool bar in editor by removing certain icons like right indent left indent etc.. And i also need to add an extra plugin for viewsource ...
0
votes
0answers
25 views

Dojo Tabs - Ajax data mapping

I'm adding tabs to a container Programmatically the following way: 1. make ajax call to get data 2. open tab where ajax data will be mapped var tabContainer = dijit.byId("dojoTabContainer"); var ...
0
votes
0answers
32 views

why does this require say declare ..: mixin #0 is unknown. Did you use dojo.require to pull it in?

first of all, i dont use the amd loader because its an old project which hasn't been converted yet. i require the following the old way and use the dojo ready function because of a few post i have ...
0
votes
0answers
44 views

Resetting dijit.form.dateTextBox constraints

I have a specific requirement. Where if i am selecting From date between 1st January to 31st May, i should not allow the user to select To Date after 31st May. But in case if i am selecting any date ...
0
votes
0answers
39 views

Dojo might not be playing well with backbone

I am having an infrastructure that can host webapps Each webapp can decide to use different js framework, and so - backbone was selected for one of them. Everyting was great and worked well until I ...
0
votes
0answers
63 views

how to implement slideshow in zend framework which is using dojo as well?

I am newbies to zend and dojo, and i am stucked in implementing a slideshow using dojo in zend. I have googled many sites for a whole day and found this reference: ...
0
votes
0answers
17 views

Why does View.getShowingView() dont return the currentView?

after launching my app there is a command: var currentView = dojox.mobile.View.getShowingView(); i "required" dojox.mobile.View but currentView never shows the currentView, it stops at the above ...
0
votes
0answers
85 views

handle unload event in side iframe

I have a two content area's one is div which is having dojo contentpane another one is iframe. when i am handling onBeforeUnload() in the iframe and navigating to the pages which is inside the dojo ...
0
votes
0answers
20 views

Downloading Dojo Grid Content in various formats

I want to export/download the Dojo Data Grid content, which I have connected to a HTML Table Store [called by onClick event of a button] in various formats such as text,html,excel,pdf. Could someone ...
0
votes
0answers
18 views

dojo1.8: updating searchAttr of the ComboSelect from function

Hi I am trying to execute function from object creation. I am not sure if this is the right way. I create select-combo box but because each database has different fields for batch, So I create a ...
0
votes
0answers
20 views

table in div will change height when I set div width

my html: A div with style="position: absolute; top: 3.80711%; left: 5.89354%; height: 20.0508%; width: 20.9125%; z-index: 545;" There is a table in above div with style: cellspacing="0" ...
0
votes
0answers
21 views

Where does Dojo store required modules? Need to investigate if something is loaded

I was wondering if anyone knew how I could get a reference to the actual array or associative array or whatever data structure stores the loaded modules in Dojo. What I am doing is this: I work in a ...
0
votes
0answers
31 views

Modifying dijit/Dialog to Scroll into View

The default behavior of dijit/Dialog in dojo's widget library is to appear centered in the middle of the screen. It works well as advertised. Many jQuery dialogs appear by scrolling (left to right ...
0
votes
0answers
23 views

dojo: how to implement a context menu on a dojo drag and drop item

I need to implement context menus on drag and drop items in dojo. My items are of two basic types. One type needs a particular context menu and the other type needs another, so theres an opportunity ...
0
votes
0answers
15 views

Dojo GFX Graphics in Cells Disappear when Grid Sorts

I am implementing a Dojo (1.8) Grid. In the layout of the grid Structure I defined the following formatter: formatter: function (value, index, properties) { return "<div class='refNode' ...
0
votes
0answers
46 views

how combine openlayers and geo chart with dojo?

i have javascript, dojo geo chart like this : require(["dojox/geo/charting/Map", "dojox/geo/charting/MouseInteractionSupport", "dojox/geo/charting/KeyboardInteractionSupport"], function(){ ...
0
votes
0answers
67 views

Javascript array sort isn't sorting?

I am trying to sort a Javascript object array based on a custom sort function, the function returns correct values (-1/0/1) as expected, but the sort does not seem to occur. ...
0
votes
0answers
36 views

Enhanced Grid with DND and indirectselection plugin

I have defined an Enhanced Data grid with dnd and indirect Selection plugins. When, I select a row and click on any sortable header column, the selection dis-appears. But, if I remove the dnd plugin, ...
0
votes
0answers
63 views

JavaScript/ASP.NET - Javascript not rendering (dojo toolkit)

I'm trying to get Dojo running on an ASP.NET page. However, the 'Gantt' chart is not rendering. I followed the code from here. This is the code: <%@ Page Title="" Language="VB" ...
0
votes
0answers
23 views

Change the legend icon on a dojox chart

I have a line graph on dojo and I added the Legend widget. Since it is a line graph, the legend uses a line to represent each series. I would like to change that icon to be a small circle in the color ...
0
votes
0answers
136 views

uncaught exception: netscape.javascript.JSException: No such method “_onKeyboard” on JavaScript object - Firefox bug?

I am trying to test my dojo based javascript code by doh, a test framework ordered by Dojo. But the following error occurs and the test case could not be run. uncaught exception: ...
0
votes
0answers
40 views

Prevent Dijit editor replacing first space of pasted content with &nbsp; in Chrome

Type the following content(with a space as first character) in somewhere does not has text formatting (notepad or browser url bar). Then copy and paste into this test dijit editor in Google Chrome. ...
0
votes
0answers
59 views

Timeout Error in Dojo When running .html page

I cannot get past this error in runtime in the browser. I've got an html page running dojo and related javascript in it and every time I try to load the page, I get this in my Firebug console: ...
0
votes
0answers
46 views

How to run .html File from WebStorm

We do unit tests via .html files so that we can interact in a web form also. We also just run the dojo test runner. I have been able to run the .hml file from Aptana but when I try webstorm for the ...
0
votes
0answers
27 views

JsonRest: Nested stores and observing queries

I have an application that uses stores heavily. In my application, I define all of the stores in a module, so that queries to the same store use the same store object. Now that I am adding sub-stores, ...
0
votes
0answers
18 views

Cant liveedit dojo javascript in Google Chrome

Hellow I trying to make some liveedit, but cant after file getting some size its dont refreshing anymore please take a look http://youtu.be/zWrfIxtdniY Maybe chrome or dojo have some MAXSIZE option ...
0
votes
0answers
84 views

Why doesn't my dojo xhr.post request work?

I have an xhr post method, but my callback with "alert("data retrieved")" never gets fired and I dont know why. Here is a fiddle for better reading: http://jsfiddle.net/ZKppc/1/ ...
0
votes
0answers
26 views

dojo custom build resulting in javascript error

I am trying to create a custom build for a sample project consisting of only EnhancedGrid. In the web builder tool http://build.dojotoolkit.org/ I selected EnhancedGrid and ItemFileWriteStore and ...
0
votes
0answers
23 views

Wrapping text around an image in svg

Is there an easy way to wrapp text around an image using SVG or a framework built on top of SVG, such as Dojo GFX? I'm looking for something similar to CSS float in order to have something like this. ...
0
votes
0answers
25 views

digit / ToolTipDialog : Modify orientation for a fixed coordinate ToolTipdialog

There are two ways of opening a ToolTipDialog. One is by giving 'around' attribute which is a DOM node and other is by giving x and y coordinates. If we give 'around' attribute, we can also give ...
0
votes
0answers
23 views

Dojo Mobile button click issue

I have created a website with Dojo Mobile library which is being accessed from Iphone. My problem is if I click a button, another button below it also getting clicked.
0
votes
0answers
88 views

Capture external URL and reroute to proxy server

I wish to embed external websites onto my page. One possibility is to use Iframes but I've found Iframes to have many problems. Another solution I have looked at is loading external website into a DIV ...
0
votes
0answers
97 views

IE8 issue with HTTPS ajax polling request in Java web application using DOJO and Spring JS

I am facing an issue in my web application where ajax polling stops after some time in IE8 (using only this version of IE to test my application) with a status code 12152. The problem is my ...

1 3 4 5 6 7 33