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
3answers
49 views

Dojo - don't repeat yourself

Is there a simpler way to write something like this in dojo (instead of having a function for each thing i want to show or hide)? I know there must be a way to avoid such repetition but I'm not sure ...
0
votes
2answers
48 views

Changing color on dojo charting ThreeD theme

I am displaying a graph using the ThreeD theme from dojo charting. When I modify the data so I can show a different color for certain bars in the graph, I lose the 3D look. Default color for ThreeD ...
0
votes
0answers
43 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
1answer
54 views

Dojo xhrPost Content Encrypted Java Controller Spring

I'm using dojo xhrPost. I have a JS object which I convert to json and then send to a Java Controller using xhrPost. If I console.log the content it's valid JSON. The Controller class method ...
0
votes
1answer
66 views

Dojo: extracting data from view to plot a line graph in xpages

I am trying to plot a line graph using dojo in xpages. I have a script library which contains code that takes values from my view called plots (the view contains values for time and temperature for x ...
0
votes
1answer
31 views

Grails RemoteFunction creates bad javascript

I am taking over a project from an engineer that left my company, and am having to quickly come up to speed on Grails, so if this is a noob question, well, I'm a noob. In one of one of my GSP ...
0
votes
0answers
37 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 ...
1
vote
1answer
45 views

How can I use a json member object in dojo widget

I am iterating a json whose format is like this request("js/my/data/sample.json", { handleAs: "json" }).then(function (jsonResults) { arrayUtil.forEach(jsonResults.LinksMap, function (List) { ...
0
votes
1answer
33 views

Scrollbar not visible in iframe

I am trying to use iframe with src pointing to a website made in dojo framework. My URL is on different server and and my iframe is on different server. I am just using URL to load URL's content ...
0
votes
0answers
56 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
1answer
35 views

drgrid not rendering unless cache is cleared

I have a rather large dojo project in which I am using dgrid to display data from local storage. Some of the drgids do not render unless the browser cache is cleared first. This manifests itself in ...
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
73 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
18 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
1answer
21 views

Dojo TreeGrid with computed values in summary row

I am developing a treegrid and have an object being passed into a formatter to generate a gfx graphic. },{ field:"projects", name:"Projects", children:[ ...
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
2answers
37 views

Break dojo tabs onto multiple rows?

Is is possible to have a dijit TabContainer with tabs on more that one row instead of the default situation (where you scroll left and right to see the extra tabs)? I'm using dojo 1.8 and the claro ...
0
votes
0answers
20 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
1answer
73 views

Parse Json to use in a dojo widget?

I am newbie to dojo and json. I am trying to Query the server to get data as json and parse the result and use html template in a widget to display. To test it I tried this. ...
0
votes
0answers
28 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
21 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
1answer
32 views

Dojo aspect not working for ready

I want to have an aspect which does some task after dojo ready is called. The code is given below, aspect.after(dojo, "ready", function(deferred) { loader.hide(); }); The loader.hide() is not ...
1
vote
1answer
96 views

Update Dojo filtering select position on partial refresh of XPage

In one of my XPages I got a radio button. If I choose value of the radio button, a partial refresh is called. Value 1 of the radio button only displays a new button in the same line Value 2 adds ...
0
votes
1answer
32 views

dojo tabContainer gets the width of the largest tab

I am using a dijit/layout/TabContainer with two tabs. I create them like this: <div dojoType="dijit.layout.TabContainer" doLayout="false"> <div dojoType="dijit.layout.ContentPane" ...
0
votes
1answer
31 views

How do I stop dojo from scrolling to form widgets on focus?

All form widgets extend from dijit.form._FormWidgetMixin which scrolls the window to the widget when it receives focus. I personally find that this behavior makes most widgets unusable. How can I ...
0
votes
2answers
125 views

Dynamically added rows to table does not the get the Dojo style

I am working in ASP.Net MVC4 with Dojo. I have a strange problem when I am adding new rows to html table. I need to have a table which supports adding and removing rows and textboxes inside should ...
1
vote
1answer
27 views

Dojo 1.8 Build Layer Modules not available during Parse

In our project we use parse on declarative syntax to instantiate our modules. We have a build process that builds our dojo, generic and functional layers for us. In one of our functions, the parser ...
0
votes
1answer
43 views

Is it possible to add a request parameter to dojo module requests via dojo's AMD loader

Is it possible to modify request urls used by the dojo AMD loader before a request is sent to the server for an AMD module? I would like to append a request parameter with a version number. The ...
0
votes
1answer
43 views

Why dojo.connect doesn't get fired after jQuery trigger?

I have two system, one of them is using Dojo and the other one jQuery. I have to make some connection between them, but I'm experiencing a problem. jQuery eventlistener get fired after the jQuery ...
0
votes
1answer
33 views

dojox.mobile Switch in ListItem

I'm quite new to dojo and trying to work out how to do something programatically rather than declaratively. I can easily create a dojox.mobile.RoundRectList containing a dojox.mobile.ListItem that ...
0
votes
1answer
130 views

PDO: No database selected

Here are texts in order: login -> select database -> select from a given list of cards -> mysql-process to produce a list of tests -> select a test -> mysql-process to produce a batch number based on ...
0
votes
1answer
43 views

Where is Dojo lightweight (3.8kb) AMD loader?

According to Dojo feature list, there is very small 4K sized loader. If i use standard <script src="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js"></script> then downloaded ...
0
votes
0answers
14 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
1answer
31 views

Pass widget path programatically in dojo?

Is there a way to define widget path programatically using dojo. I am playing with the code that is used here. The code works fine. Instead of widget path hardcoded, can I dynamically provide a path ...
0
votes
1answer
29 views

Dojo custom language variants

Does Dojo support creation of custom language variants to be used for with Dojo's locale and i18n Does anyone know if I am able to create a custom language variant for Dojo's locale that works with ...
-1
votes
2answers
70 views

How to get a screen snapshot from javascript? [closed]

I have a requirement to generate thumbnail images out of some of the screens I have. Screen appearance is dynamic so I need to capture the screen and create thumbnails time to time. I'm using ...
1
vote
1answer
71 views

Dojox.Mobile.ComboBox does not respond to selection on Android

I have developed a mobile web app using Dojox Mobile. One of my views contains several dojox.mobile.ComboBox controls that open the drop down as expected upon being clicked, but will not respond when ...
0
votes
1answer
22 views

How to use dojo dictionary object and dojo.mixin() funtion?

I have a function like this that I need to override it. myfunction.getExtraConfig=function() { return {}; }; I need to pass in an object and have it return multiple values. How do I use a ...
0
votes
1answer
56 views

How to create SwapView dynamically using Dojo

I am using Dojo v1.8 with Worklight; I would like create a SwapView dynamically in View, but I'm encountering problems... HTML code: <div data-dojo-type="dojox.mobile.View" ...
0
votes
1answer
65 views

How to validate dojo TextBox based on regEx after completion of typing

I have a use case where I need to match a string based on a regEx. The input is in a dojo ValidationTextBox where I have to add regEx to match a particular string. The string to be matched is for ...
0
votes
1answer
70 views

Dojo and Spring

I have created a JSP through which I am calling a Dojo dialogue (On click of a button). But the code of the Dialogue ie., <div> ................... </div> is present on the same page. ...
2
votes
4answers
67 views

Node.innerHTML giving tag names in lower case

I am iterating NodeList to get Node data, but while using Node.innerHTML i am getting the tag names in lowercase. Actual Tags <Panel><Label>test</Label></Panel> giving as ...
1
vote
1answer
53 views

How to use dojo/promise/Promise.cancel() in an Inteceptor Pattern

I am looking to implement an Inteceptor Pattern for an application specific AJAX controller. Any AJAX request in my application would call Authenticator.request(), which would intercept the ...
0
votes
1answer
85 views

Dojo: TypeError: dojo.byId(…).attr is not a function

Weird, line one works fine but line 3 give me TypeError: dojo.byId(...).attr is not a function. There is hidden fields that hold all student pair that as <input type="hidden" ...
0
votes
0answers
45 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(){ ...
1
vote
1answer
28 views

How to check if function throw an error in DOH?

I trying to check if function throw an error, and make this: define([ 'doh/runner', 'app/Obj' ], function( doh, Obj ){ doh.register('Test Obj exception', [ ...
0
votes
1answer
65 views

Add empty row to dojox/grid/DataGrid

<div id="gridDiv"></div> <button id="addRow" data-dojo-type="dijit.form.Button">Add Row</button> require(['dojo/_base/lang', 'dojox/grid/DataGrid' , ...
0
votes
1answer
31 views

How to get all attributes of dom element using dojo

Is there any way to get all attributes of dom element in DOJO (not specific one like domAttr.get("nodeId", "foo")). <div style="border-width: 2px; border-color: #000000; border-radius: 0px; ...
0
votes
1answer
52 views

JsonRestStore: get all objects with POST + Body instead of GET

I use dojo to connect my frontend grid via JsonRestStore to my backend api. At the moment I instantiate my store with require(["dojo/store/JsonRest"], function (JsonRest) { myStore = new ...

1 2 3 4 5 99