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.
1
vote
0answers
407 views
Dijit Accordion , handle click events
Dear All,
I've an Accordion widget, I need to call JS methods on click of the Accordion title as well as on click inside the content. Can someone please help me to do this? I've my code below.
...
1
vote
0answers
598 views
Dojo DataGrid and Internet Explorer 7 Memory Leaks
I wonder if anyone has experienced memory leaks in IE7 when using dojos datagrids. I have used the dojo.addOnUnload to destroy the grid widget but it seems like there are still references to the grid ...
1
vote
0answers
225 views
DOJO.xhrPOST not working in android
In my JS i'm using this code
try{
var xhrArgs = {
url: "/mum/proxy/http/localhost:8080/com.error.android.mashup/xmlContentReader",
postData: tmp,
...
1
vote
0answers
5k views
Problems with Widgets in dojox DataGrid
I am trying to include some editing Widgets in my dojox.grid.DataGrid seem to be having a lot of difficulty. I have tried everything I can think of to get it to work, but something just isn't going ...
1
vote
0answers
134 views
Is there a way to update the dojo tree item id with the id come from database?
I have a dojo tree that its nodes are created temporary in memory. I assigned every new node an id by timestamp like this:
var newID = new Date().getTime().
This new node will associate with a form ...
1
vote
0answers
336 views
Dojo Campus - links
(This is partly a question, partly a request to the Dojo Campus folks; they suggest using SO for communication of support questions, and partly a "here's a useful link" to guide people like me who are ...
1
vote
0answers
382 views
Preventing Dojo data.store race condition
I'm using dojo.data.ItemFileReadStore to get data from a json source into a dojox.grid.DataGrid. I replace the datastore with DataGrid.setStore(), which works fine, except when I try dto do it before ...
1
vote
0answers
1k views
Controlling the cache of a DataGrid
I have implemented a virtual-scrolling DataGrid with an underlying QueryReadStore as follows
<span dojoType="dojox.data.QueryReadStore"
jsId="logsStore" url="./logs.do" ...
1
vote
0answers
251 views
VerticalSlider inside a Dialog: issue with IE
In general, I have no trouble using a dijit.form.VerticalSlider (with right decorations). Everything usually works fine in Firefox, Safari, IE6 or IE7.
Things go pear-shaped in IE6 or IE7 when I try ...
0
votes
0answers
3 views
dojo dgrid tree, after tree expand cells can be changed
recently I have met a problem when i do some dojo dgrid exercises.
First of all, i have a dgrid with tree and editor, by double clicking cell, this cell can be changed, i.e. it uses editor widget of ...
0
votes
0answers
7 views
Preload all children for dojo dgrid
So I'm a first time user of dgrid, and I'm currently building my tree grid like this:
var SelectionGrid = new declare([OnDemandGrid, Selection, Keyboard]);
var myGrid = new SelectionGrid({
...
0
votes
0answers
5 views
Issue including 'dojo.js' in the file which is loading dynamically into contentPane
I am creating a dynamic tab/contentPane as below in home.xhtml file.In order.xhtml file i am including
dojo.js as below.which is already included in home.xhtml.so i am getting 'Error: ...
0
votes
0answers
13 views
how do i make my dojo mobile div zoomable?
I already have a dojo scrollable view div with a object inside. when i view the div i want that div to be zoomable with the pinch to zoom gesture, how do i do that?
<div id="divSvgView" ...
0
votes
0answers
6 views
Reset in Dojo slideshow with Itemstore
I'm Working with Dojo slideshow on a project. Currently scenario is I need to update the slideshow as per user selection in multiselect. I've completed it successfully, with the help of this awsome ...
0
votes
0answers
17 views
CatmullRomspline not giving any output
I tried using the following code in cesium sandcastle to create a spline from Philadelphia to Los Angeles.
//catmulrom spline.
var controlPoints = [
{point: new ...
0
votes
0answers
27 views
Using ValidationTextBox in Dojo with maxlength high hangs the entire UI
I am using ValidationTextBox in Dojo which has the maxlength as 180, now when I quickly type all the character at once it hangs the entire UI.
E.g. keep the character "p" on your keyboard pressed ...
0
votes
0answers
11 views
summary row for a grid in dojo
I Am looking for a Summary row or a Footer row for a grid where i can display total value of all column ,This footer row should not get scrolled(Virtically) .
Please Correct me if i am wrong .A ...
0
votes
0answers
18 views
Dojo(1.7): Is there anyway to stop the browser from auto scrolling to newly created widget?
Does anyone know how I can stop the browser from auto scrolling to newly created Dojo EnhancedGrid once its generated?
I have code that dynamically creates a new EnhancedGrid when some data is ...
0
votes
0answers
17 views
dojo pattern - when to use set/watch and when to use notify/observe?
I'm struggling with a MVC pattern around Stateful objects and Observable stores. I can't find clarity on when to use one over another and mixing them isn't as clean as I'd hoped. Any Ah! insight ...
0
votes
0answers
38 views
Worklight 5.0.6 dojo 'onclick' event not working in chrome
When trying our worklight application in both firefox and chrome we noticed that on chrome the onclick event on an item of our EdgeToEdgeStoreList does not work.
In Firefox the onclick event does ...
0
votes
0answers
12 views
How to use a dojo datagrid filter to query numeric values
I want to use the dojo datagrid filter method to display all rows that have a value for the MEASURE column greater than 5. How would I specify the JSON for the query filter?
0
votes
0answers
13 views
Cannot Set currency constraint from within custom widget
I'm testing out my custom control and this works fine in regards to the currency being set and it showing a $ in front of the value when it renders in the textbox:
var currencyTextBox = ...
0
votes
0answers
24 views
dojoConfig 1.9 - dojo/html and dojo/date/stamp 404 (not found)
This is my first time using Dojo. My (striped down) dojoConfig looks like this:
var dojoConfig = {
async: true,
packages: [
{ name: "dojo", location: "js/dojo_1.9.0/dojo" },
{ ...
0
votes
0answers
12 views
dojox.charting.Chart setDir does not work
I need to set dir of dojo chart to rtl (right to left) but it is not working. The chart is generated by following code:
require(["dojo/ready", "dojox/charting/Chart2D", "dojox/gfx/utils", ...
0
votes
0answers
19 views
Open Dijit Menu on KeyPress?
I need to make my application accessibility compliant. I have a menu which opens at the top right corner of my container div when the user clicks on the div. I need to make the menu open when the user ...
0
votes
0answers
18 views
Dojo chart won't display after addSeries
I am trying to create a chart in dojo. The issue is, as soon as I try and add any data to the chart, the chart renders blank (no errors).
Code:
var cPosition
...
0
votes
0answers
14 views
Dojo - prevent keyboard focus on slider
I have a web application that incorporates a Dojo horizontal slider. The web app also captures direction key (right/left/up/down) events for controlling something else.
If a new value for the ...
0
votes
0answers
23 views
onkeyup not working with spring dojo
i hav this code
<form:input path="emailId" id="email" placeholder="Email ID(Username)"
onkeyup="return checkusername();" autocomplete="off"/>
before appying dojo to this above code ...
0
votes
0answers
16 views
Value is not persisting inside dijit.form.TimeTextBox inside a grid
I have a requirement where i have to fetch values inside a dijit.form.TimeTextBox inside a grid on an event which i am able to do successfully. But the issue is when i click on the column the data is ...
0
votes
0answers
14 views
passing a “custom” handler to a DOJO class and executing with vars provided by the destination function
I have an app where I'm using a custom widget lets call it controller.js and it has it's template/layout and then I have data model that it self is a stateful class where I have written a basic visual ...
0
votes
0answers
20 views
refresh item dijit Tree
I have a problem with add/delete item in my tree (dijit.Tree). When I add an item in my tree:
this.model.store.objectStore.add(item);
this.model.newItem(item, parent);
var nodes = ...
0
votes
0answers
38 views
Even basic DOJO not working with JSF (2.0). No luck
I am very new to Dojo and was trying a tutorial on DOJO with JSF. I went through numerous link to understand how to integrate DOJO with JSF.
DOJO version: 1.9 JSF Version: 2.0 with JSP
I wrote a ...
0
votes
0answers
21 views
Issue clicking a button within a Dojo Datagrid in Firefox
I have a button in one of my datagrid columns. When the button is clicked, an action is fired. This works fine in Chrome.
But in Firefox, when I click on the button the first time, it will select and ...
0
votes
0answers
14 views
Got error for xhrpost to cross-domain service
i call the service(localhost:1348) from localhost(diff. port) via POST method but it show error 500.
error msg Error: Unable to load ...
0
votes
0answers
28 views
How can I ensure that an iframe inherits the browser mode and document mode of its parent?
I have a Web page whose purpose is to be embedded in various other pages via an iframe. Those pages have different doctypes and are used on different browsers.
For consistency, how can I ensure that ...
0
votes
0answers
31 views
Dojo bar chart with one series / single bar does not work as expected.
I have created a chart to represent some dynamic data using dojox/charting. It can have multiple series(draws multiple bars in chart) and also it may have single series(supposed to draw single bar ...
0
votes
0answers
23 views
Driving iframe onload using Dojo to download text/csv content type
I need the onload event driven when downloading a file with Content-Type: text/csv
Here is a fiddle that demonstrates the problem in it's simplest form. It works exactly as described by Dojo when ...
0
votes
0answers
21 views
Can't Debug Widget Class Anymore after taking out CustomWidget.startup()
Originally in my dojo unit test, I was doing something like this for my test setup method before tests run:
var myControl = null,
... more code
// setup the custom widget to test
...
0
votes
0answers
22 views
dojo.io.iframe.send not taking non file fields with multipart/form-data , dojo version 1.4.1 and firefox 17.05
My question is that has some one ever encountered a situation where non file fields (text and radio fields) are not going to server side when enc type mutlipart/form-data in form tag and sending ...
0
votes
0answers
15 views
How to check Watches set for Custom Controls
I can’t find a way to check if a watch exists after you have set a watch using the .watch() set on a custom widget.
So lets say I set a watch like this from within my custom widget class code, ...
0
votes
0answers
30 views
dojo datagrid column resizing effecting other columns
I have a grid in which the columns can be resized automatically. In the same grid I have two types of columns- one that can be made scrollable and the other which can not.
When I try to resize any ...
0
votes
0answers
27 views
nativeDraw called here several times
I am developing a Hybrid app using dojo,Phonegap and IBM Worklight . On Android Tablet 10.1 (OS 3.1) , when I monitor the logcat , it shows a particular set of message several times. Correct me if I ...
0
votes
0answers
37 views
Attempting to load external file in Javascript with Dojo: file not found
As a test, I'm loading in a file in my javascript code using Dojo:
require(["dojo/dom", "dojo/request", "dojo/json", "dojo/_base/array", "dojo/domReady!"],
function (dom, request, JSON, arrayUtil) {
...
0
votes
0answers
16 views
cannot create a dojo element right after destroyed it, use iscroll
I failed to create a new element, after destroyed it with following code:
<ul id="thelist">
<li id="pullDown">
<span ...
0
votes
0answers
10 views
does the dojo transitionIn Eventhandler not reconise transitions into dynamic generated divs?
i am generating some divs dynamic (depends on what link is clicked).
i have a transitionIn listener for this automatic generated div, but it is not fired when the automatic generated div is shown.
...
0
votes
0answers
31 views
Dojo datagrid in dialog causes parse error on load
I am trying to use a dojo datagrid in a dojo dialog and I get the following dojo/parse error when trying to load the page.
dojo/parser::parse() error (new TypeError("d(...) is undefined", ...
0
votes
0answers
33 views
notify() create and delete work, update does not work
At this time I am developing a dojo frontend for a backend REST service. The backend service provides me functionality for realtime updating my data via long polling. My frontend uses a JsonRestStore ...
0
votes
0answers
28 views
Dojo modal popup window
I want to create a modal window using Dojo without page refresh which will be source from a separate ascx file and not from the content pane.
Do I need to use the updatepanel and scriptmanager to ...
0
votes
0answers
31 views
calling ascx files from in a dojo tab container in c#/ASP.Net
What is the best method to call ascx files from a dojo tab controller using c# and ASP.net
Currently I have the tab controller defined with placeholders and the tab entry is clicked the process calls ...
0
votes
0answers
28 views
How to save URL content locally for Dojo using PhoneGap in Xcode
I'm developing an application in Dojo using PhoneGap in XCode IDE. There is a link
http://serverapi.arcgisonline.com/jsapi/arcgis/3.4compact/
This src file is available online. Its functionality is ...



