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.
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
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
1answer
38 views
Dojo: MVC.at does not work in dijit.form.Selects
I am trying to link up the value of a dijit.form.Select to a ListController. I have it working with FilteringSelects and TextBoxes, but it won't work with regular Selects.
I am writing an editor for ...
0
votes
1answer
60 views
sometimes ajax listener is not getting called in JSF commandlink
I searched all over net and tried many things but nothing is working out...
In my .xhtml page there are 7 links which are JSf command links as below,
<h:commandLink id="HeaderLink" ...
3
votes
0answers
79 views
Store Map in Offline mode using PhoneGap HTML5 in XCode
I'm developing an App using PhoneGap and HTML/Dojo in Xcode. This App display an Map after successful login. However, the challenge is how to load the map in case of Offline-mode? For Offline-mode the ...
0
votes
1answer
18 views
Disable a tab in dijit.layout.tabcontainer
alert(dijit.byId("CPane1AvailableContentPane").get("disabled"));
dijit.byId("CPane1AvailableContentPane").setAttribute("disabled",true);
...
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
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
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
1answer
41 views
Filling dojo combobox with json data
I have a json object retrieved from a method which contains user information. I want to set that json object as a store of a dojo combobox. Please help.
Thank you.
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 ...
1
vote
1answer
82 views
Why does IBM WebSphere Commerce use Dojo instead of some more popular javascript frameworks?
One of the most popular frameworks is jQuery, but there are also others that have a lot of community behind them. All of the Dojo books I've found are 4+ years old and there seems to be a lot less ...
-1
votes
0answers
69 views
Struts 2 dojo div targets not working in IE
I'm using Struts 2 dojo div targets, the response that I get is not targeted to the div, instead it opens up as a full page and I'm getting djConfig undefined erorr in developers tool console. I have ...
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: ...
0
votes
1answer
27 views
dojo 1.8: populate select box with items from database including null values
Hi I just want to populate the select or comboBox.
I am able to populate both with the searchAttr to any string from JSON. But not so when there are null values.
JSON string :
...
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
1answer
76 views
Error facing while invoking WL.Client.invokeProcedure
I am invoking a worklight adapter and making restful call to external service. While executing worklight method WL.Client.invokeProcedure(invocationData,options) getting below error on debug area:
...
0
votes
1answer
55 views
Display dijit toolTip with Dojo DataGrid and JSonRestStore
Is there a more efficient way for displaying a tool tip once a cell is hovered? Using the structure attribute to format the datagrid, is there a way to use formatter to display a dijit toolTip rather ...
-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 ...
0
votes
1answer
73 views
dojox.mobile.View performTransition callback broken in 5.0.6
After upgrading to worklight 5.0.6 I found that the performTransition method of the dojox.mobile.View is not calling the callback function when the transition is finished.
...
0
votes
1answer
29 views
Get the parent object to use in dojo widget
I am trying to parse the json result object and use html template in a widget to display.
The json looks like this
Result": [
{
"Website": "Testing ",
"Description": "Content from yahoo ",
...
-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 ...
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
1answer
61 views
how to add onchange event to “form” in dojo?
I have form something as shown below and it contains various validation text box and filter select.
Html:
<form dojoType="dijit.form.Form" id="Form2" action="" method="">
</form>
And i ...
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
1answer
26 views
Sorting a Column by Default (on load) Using Dojo Dgrid
When loading a dgrid from a dojo store, is there a way to specify a column to be sorted by default.
Say I have 2 columns, Name and Email, I want the name column sorted by default when the grid is ...
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
1answer
27 views
onClick function call not working - What am I doing wrong?
Here is my html in my javasript File 1:
<a id='theId' title='theTitle' href='#' onClick='XXXX';>"+theTitle+"</a>
File 2 contains my widget where the above html is called and will be ...
0
votes
1answer
34 views
How to set dijit.form.radiobutton readonly mode
I have a radiobutton which I need to set as readonly. In readonly mode, it should show selected status but not respond to hover or click. The dojo documentation is a bit sparse in this regard. Any ...
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 ...
2
votes
1answer
31 views
How do I tell Dojo build to ignore a 'missing' template
Our application has a number of widgets that use templates that are generated on the fly via a JSP.
In the front-end code, they are included using the dojo/text plugin. This ensures that Widget ...
0
votes
2answers
28 views
Prevent scrolling in Dojo mobile app
I'm implementing dragging and dropping of list items in a Dojo mobile app. I use dojo.gesture.tap.hold to initiate the dragging. However, the page scrolls when you start dragging.
The list is inside ...
0
votes
1answer
50 views
**DOJO** WidgetList and InlineTemplate is really slow when
I am having an issue with one of my custom dojo widgets.
I am using an MVC structure to build my widget and I am also using dojo's dojox/mvc functionality.
I have a template that has a WidgetList ...
1
vote
0answers
52 views
Dojo and iWidgets by IBM: HandleEventException: TypeError: Object [object Array] has no method 'split'
Dojo and iWidgets by IBM:
so my iWidget code is as follows:
onEdit : function() {
dojo.require(["dijit/Dialog", "dojo/dom"], function(Dialog, dom){
var ...
1
vote
2answers
101 views
Exit an application on button click in iPhone using PhoneGap
I'm using PhoneGap in Xcode. The problem is that I want to quit application when user clicks on Logout button. How can this be achieved?
Is there any alertnative that objective-c code can be used ...
0
votes
1answer
34 views
can predefined event be changed of dojo?
can we change an predefined event of dojo.for example if in dojo we have an onclick event on a DateTextBox,when we click on it shows calander so now if I want that whenever I dblclick on it, it should ...
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
1answer
38 views
Include a plain javascript file in dojo build profile
I'm building dojo 1.8.3 with a profile that puts all of dojo and my own AMD code into a single layer. I'd also like to include some non-AMD libraries (e.g. history.js) and polyfills in the same file, ...
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
1answer
46 views
How to avoid dojo to parse an element
I have a elemetn in my page. I don't control all javascripts used in this page, and seems that in some place my "select" element is being parsed by dojo and changed to a dijit element ...
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 ...
1
vote
1answer
41 views
Dojo Dijit Claro Theme disable mouse over
I´ve been trying to change the Dojo Claro theme because it´s too light and i wanted to get rid of some of the efects.
One of them is the mouse over of form dijits.
Is there any way to disable, in ...
-1
votes
0answers
33 views
dojo.xhrGet returns status 404 exception
I have a controller class and JSP ,
When I am giving dojo.xhr request to the controller, controller returns the object but in the GUI it shows status 404 - NOT FOUND exception.
I have around 100 ...
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 ...



