0
votes
0answers
6 views

Dojo datagrid: sort by first value in cell layout

I have used a formatter to add some html (a link, a break and a span) on or around different values. The issue now is that the column does not sort. I think it is because every cell in the column ...
0
votes
1answer
21 views

Dojo fails upon use of javascript

I have a dojo scrollablePane in my app which functions fine when the app first loads. However, my html file has an onclick function which triggers a JavaScript function which eventually calls ...
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
28 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
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
2answers
29 views

Reference type values and initialization

I'm not a guru at JS. Today I was told during a code review that for the following code below, Reference type values need to be initialized in the constructor which means change this somehow referring ...
0
votes
2answers
25 views

Remove elements by class name with dojo

How can I remove all elements found by a class name. I want to do this using the dojo framework.
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 = ...
2
votes
1answer
47 views

How to tell Chrome, please use local javascript from the browser for every site or any actions? Similar to Opera

I am using Chromium / Google Chrome browser in my Ubuntu desktop. Now for some testing reason, i need to run this javascript from browser not from the website server javascript code. Is there any ...
-1
votes
0answers
14 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
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
1answer
88 views

Links/Clicks not working in Firefox after Using the Back button on an XPage

I'm finding that XPages I have, when loaded in Firefox, have an odd quirk that I can't seem to get around. On my XPage, there is a viewPanel, in which one of the columns is defined as such: ...
1
vote
1answer
31 views

In Dojo, why require() a module that's already been defined()?

I'm looking at a JavaScript snippet written by another person which says, define( [ "dojo/a", "dojo/b", "dojo/c", ..., "dojo/z" ], function(a, b) { ...
0
votes
0answers
24 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
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 ...
1
vote
1answer
38 views

Add item to top of the dojo tree

Hi folks I'm using dojo tree with ForestStoreModel and ItemFileWriteStore. I'm seeking some out of the box way of adding tree items to the top of the Tree root. The default behaviour is to add items ...
0
votes
0answers
22 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
1answer
31 views

using socket.io with dojo MultipleDefine error

I am trying to develop a web app. I already have working code where socket.io is used to communicate between the server side and client side. Now, I want to write the interface using Dojo, but the ...
0
votes
1answer
21 views

dojo: How can I inherit from a window class and make a custum one containing additional stuff?

Can I inherit from a window class in dojo 1.8 ? I want to make my custom window with some additional elements in it. It will be very useful because I need to reuse it many times.
0
votes
0answers
39 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
1answer
58 views

$(“#id”).val() return option text for a dojo.filteringselect object

We have a dojo filtering select object but have to validate by jquery. Now the problem is var value= j("#filteringSelectId").val(); value only returns the text of selected option instead of the ...
3
votes
1answer
67 views

prevent form submit by pressing enter key on struts-dojo autocomplete

I am trying to alter enter event for struts2-dojo autocomplete, where inseted of submitting the form it should do some of my jquery work. I tried... <s:form action="EmpAction"> ...
0
votes
0answers
22 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 ...
2
votes
1answer
124 views

Using Dojo 1.9, all parsing fails in IE

So I have a rather large web app that was running Dojo 1.8. Everything works fine in multiple versions of IE and Firefox. I decided to give 1.9 a go and changed my dependency from 1.8 to 1.9. ...
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
1answer
51 views

How would I implement 'copy url to clipboard' from a link or button using dojo without flash

I got stucked in implementing this feature on my web application. All the other possibilities are mostly by using flash content. Could someone explain how I can achieve it by using plain javascript or ...
0
votes
2answers
34 views

How to get the id on right click context menu in dojo Tree?

I want to get the node id of Dojo's tree on context menu click. I'm making a tree in Dojo like this. Here is the id - the first param. this.setData( [ { id: '5', name:'root' , ...
0
votes
0answers
32 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
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
32 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
1answer
40 views

Difference between dojo/on and dojo/aspect

In the dojo javascript library, dojo/on and dojo/aspect are used as functions that listen to events. However I don't see how they differ from one another. Can someone explain when you would use on ...
0
votes
1answer
30 views

data-dojo-attach-point Values not resolving in related Custom Widget Class

I've defined the following template for my custom widget (this is just an example, it doesn't necessarily "work" yet) template "VehicleControl" <div> <div ...
0
votes
1answer
41 views

dojox.charting.Chart SVG surface issue

I need to export a dojo chart to an image format preferably PNG. Unfortunality there is no in-built feature but I have found a way around for this. As dojo charts are based on SVG graphics: I will ...
0
votes
0answers
38 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
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 ...
1
vote
0answers
41 views

CKEDITOR opening in DOJO dailog in ck editor changing font and size show error?

I have faced one issue like below screenshots In Ckeditor changing font size and Font it will show error like Webpage not displayed? i am using version:'3.5.2' ckeditor and below bug some times ...
0
votes
2answers
99 views

Display point values on mouseover in dojox.charting.Chart

I have two questions regarding dojo charts. 1) How can I show point values in a dojo Chart on mouse over? Below is the chart I developed using YUI library. you can see when I mouseover a point it ...
0
votes
0answers
25 views

How to add a dojo conext menu programatically to a dojo tree?

I want to connect my tree to a context menu programmatically. For that I tried several tutorials (I could not find that much examples). My tree looks like that: // Create test store, ...
-1
votes
2answers
57 views

Chained promises not passing on rejection

I am have a problem understanding why rejections are not passed on through a promise chain and I am hoping someone will be able to help me understand why. To me, attaching functionality to a chain of ...
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
1answer
47 views

dojo - lang.hitch for widget function

I have a custom widget and I am curious if I can use lang.hitch in a particular way. Here is the scenario: Say I have a custom widget that contains a Button. That Button needs a function attached ...
0
votes
1answer
20 views

dojo.tree has no node persistence

In my ASP.NET project I tried to use some dojo UI elements. My first attempt was a tree like it is shown in the dojo documentation. But the tree refuses to hold the state of the expanded nodes after ...
0
votes
1answer
45 views

DOJO Undefined Error

Following code is giving the DOJO Undefined Error while i am running it in the Internet Explorer. <script language="text/javascript" src="dojoroot/dojo/dojo.js" djConfig="parseOnLoad: ...
-1
votes
1answer
30 views

drag and drop Rectangle shapes on graph of x-axis & y-axis and read (x,y) values using jquery/javascript [closed]

I need to develop a graph, In that graph I have to move elements which are already present on the graph, then I need to read the x-axis & y-axis position values Can any body please help me with ...
0
votes
1answer
38 views

Show dijit/Menu programatically

I am working on a context menu in dijit. The code is almost done and the menu pops up as I right click the attached dom node. The problem is that I need to be able to show/hide the menu ...
-1
votes
0answers
34 views

Dojo dynamic generation of regex allow empty value and specific number

Im having this issue, i need a regex to allow an empty field OR (|) a specific value that im already using, actually it evaluates the numeric value, but i have no idea about how to allow the empty ...

1 2 3 4 5 40