Dijit is a user interface widget library of the Dojo Toolkit.
0
votes
0answers
30 views
Reference error in javascript
Using hermitespline in cesium project, its returning me an error saying cartesian3 is not defined. Could someone help me what is wrong and how to include this cartesian3 and rectify this error.
...
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
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 ...
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
1answer
30 views
Adding a message icon to Dijit Dialog
I am new to Dojo and I am trying to create a (dijit) Dialog pop up that displays a message and an icon. I am doing this programatically and I have managed to create the Dialog but I have not been able ...
0
votes
1answer
54 views
Dojo Datagrid - Get the row number
I am trying to retrieve the line number in dojo data grid. rowIndex function would not help me much because I need the 'line number' and NOT 'row number' when sorted.
The scenario:
I would like to ...
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
1answer
24 views
Dojo dijit.form.Select corrupting european characters in Firefox
I have a dropdown defined as dojoType="dijit.form.Select" id="MyDropdown"
I load it from JSON array as follows
dojo.xhrGet({
url: "getOptions",
handleAs: "json",
...
0
votes
1answer
10 views
Auto format date with Zend_Form_Element_DateTextBox
guys, this is a short to the point question. Is it possible to auto add the "slashes" on a Zend_Form_Element_DateTextBox while the user is typing? For example, et say my format is dd/mm/yyyy . So the ...
0
votes
1answer
37 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
18 views
Disable a tab in dijit.layout.tabcontainer
alert(dijit.byId("CPane1AvailableContentPane").get("disabled"));
dijit.byId("CPane1AvailableContentPane").setAttribute("disabled",true);
...
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 ...
0
votes
1answer
37 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
vote
1answer
39 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 ...
0
votes
1answer
48 views
Programatically change selected option of a Dojo Form Select that is populated by label value pair object
I have a Dojo Form Select input box where I fill the options using a javascript data object having lable value pairs (example code to build such object below):
for loop {
varStateValuePairs.push({
...
0
votes
2answers
38 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
30 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
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
0answers
16 views
dijit tree destroy a node cause a error when click on treenode
Code:
self.selectNode.destroyDescendants();//delete its children
self.selectNode.destroy();// delete himself
I have delete the selectNode, but cause a error: cannot call method 'setAttribute' ...
1
vote
1answer
57 views
Set max height on dijit.Menu
I have one popup subMenu using dijit.menu that can be very long due to dynamic input. I want to set a max Height and overflow-y:auto to dijit.menu. So it will has a scroll bar when becoming too long.
...
2
votes
1answer
95 views
How to remove all options from a Dijit FilteringSelect widget?
I tried removing all options from dijit.form.filteringselect and adding an option to dijit.form.filteringselect using the below function. However, I am getting an error: no method getOptions and ...
0
votes
0answers
20 views
How to set custom tooltip for dijit.Editor toolbar?
I have dijit.Editor with a simple set of plugins and each plugin has it's tooltip. Tooltips are written in English, but I should rewrite it in other language.
Code:
plugins : ...
0
votes
1answer
16 views
What is the newline character for toolbar in dijit.Editor?
I am using a dijit.Editor in my project. I figured out how to set custom toolbar and now I am trying to set it in a proper layout.
plugins : ['fontName', 'fontSize', 'foreColor', 'hiliteColor',
...
0
votes
1answer
46 views
Dojo key press event is not working
I am using dojo to disable other keypress events on dojo.form.numberTextBox.
I am doing in this way
<input style="width: 100px" data-dojo-type="dijit.form.NumberTextBox" name="test" id="test" ...
0
votes
1answer
90 views
How to display results from either searchbox OR from Checkbox
We have a searchbox shown below where users can enter a value, say 1234 ABC street, click Search and the results get displayed.
<!--form1 -->
<div id="inputBG">
<form ...
0
votes
0answers
40 views
Prevent Dijit editor replacing first space of pasted content with 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.
...
2
votes
1answer
48 views
dijit filteringSelect with min length
I can't seem to find a way to require the filtering select input to be of a certain length. I've tried like this:
new dijit.form.FilteringSelect({
'name': 'bla',
'store': jsonRestStore,
...
0
votes
0answers
21 views
Dijit Menu instantiation upon onClick property of another widget
I want to create and show a dijit Menu when another widget is clicked, much like a dijit Dialog, using the onClick property of that widget. In this case, the widget being clicked is a ContentPane.
...
2
votes
1answer
47 views
Modern looking theme for dojo?
I'm new to Dojo - exploring all docs and finding all the widgets I need for my project. I'm really impressed.
But I have one question: are there any "modern looking" themes for Dojo? Not that ...
0
votes
1answer
60 views
Dijit.MenuItem and <a href=></a> link
My question is similar to that one:
Dijit Menu (bar) with link
I'm using Dijit Menu as in following listing:
<div data-dojo-type="dijit/Menu">
<div id="menuItem" ...
0
votes
1answer
47 views
DOJO and DIJIT can not parse same ID twice?
I am having a problem while working with DOJO where I will dynamically load a div with some content and then run parser.parse(dom.byId("mainDiv")); with the respective requires. And that works ...
0
votes
2answers
42 views
Avoid decimal values in dijit/form/HorizontalSlider
In dijit/form/HorizontalSlider on change I am getting values in a textbox. The values are decimal, like 51.66777777. I want only 51.
<div id="horizontalSlider"></div>
<input ...
2
votes
1answer
51 views
How to add a new Dijit widget to a page?
I have a form with variable number of inputs. The behavior I am looking is to have a link in which user can click on and add a new input to the form that can be filled. something like this
HTML:
...
0
votes
1answer
29 views
Adjust slider by textbox value
A demo is there to get the slider value in textbox.
Is it possible to get the slider adjusted after giving some value into the textbox.
I should move the slider by textbox value not using mouse.
the ...
0
votes
1answer
62 views
dijit contentpane content containing attach points
something like this:
var cp = new ContentPane({
title: self.friends_data.data[index].name,
closable: true,
onClose:function(){
...
0
votes
1answer
33 views
Dijit MenuItem from DropDownMenu.getChildren()
I created a button (dijit/form/DropDownButton) that when clicked displays a dropdown menu (Dijit/DropDownMenu) of items (dijit/MenuItems). I'm trying to manlipuate the MenuItems after the control is ...
0
votes
1answer
53 views
Absolute DIV inside dojo Dialog
I have created a dialog and inside it I have put a Multi-select Combo box control. A list of options pops out when a user clicks the dropdown button. The problem is that, the list is bigger than the ...
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
2answers
82 views
Really strange positioning issue with CSS
I have a very strange positioning issue at the moment. After 4 hours, I give up.
I have a simple tabbed app, with simple normal layout:
http://mercmobily-bookingdojo.nodejitsu.com/pages/login ...
0
votes
0answers
160 views
DOJO: Connect to event on window.opener
I have a page that opens a popup window (a new browser window i.e. window.open - not a dijit popup). Within an object created inside this new popup window, I want to connect to an event fired by an ...
0
votes
0answers
15 views
clean way for adding a svg renderer to dijit/dojox?
That's rather a yes/no question. I am seeing there only a huge mess of prototype patchs to insert a render layer which copes with a new format as in game engines.
What do you think, might it possible ...
1
vote
1answer
53 views
dijit declarative event handlers
I'm trying to declare a dijit TextBox but I'm not able to attach the focus event to it.
I've tried doing so declaratively:
<div class="midArea_div">
<div class="searchBox_div">
...
1
vote
2answers
40 views
Monkey Patching a Dijit Widget with AMD (Specifically dijit/DialogUnderlay). Possible?
I am trying to make a simple change to the default behaviour of dijit/Dialog. I want the dialog to close when the underlay (background) is clicked.
I did this once on a previous incarnation of Dojo ...
1
vote
1answer
38 views
making a search box in dijit
http://jsfiddle.net/PRAPc/
I want a search icon like this rendered in the beginning of the textbox and I can't get the following to work. Please help.
html:
<body class="claro" ...
0
votes
2answers
86 views
can't align a text box to the outer div
demo: http://jsfiddle.net/57M68/. I have tried a lot of things like float, margin, padding but I can't get the textbox to align vertically in the center of the black strip. Please help. The code:
...
1
vote
1answer
53 views
Dijit widget constructor throws “calling chained constructor” error
I've a Base class that inherits from [_WidgetBase, _TemplatedMixin]. Base is properly working. Now I inherit this Base in another class which is not working
define([
"dojo/_base/declare", ...
0
votes
1answer
51 views
Dojo validation that depends on another widget value
I have a widget with validation params such as "min" and "max". I want "min" to be set dynamically, because it depends on value contained in another widget.
<input id="test" type="text"
...
0
votes
1answer
118 views
How to add a icon to a dojo button in Xpages?
I want to use a dojo button icon on one of my buttons on my Xpage.
According to an example seen on the net I should add "dijit.form.Button" to the Dojo Type and then add a dojo attribute "iconClass" ...
0
votes
0answers
11 views
Destroying a Dijit widget and it's descendants
I would like to clarify if I understand how destroyRecursive() works.
From my understanding, if I have this template:
<div data-dojo-type="a">
<div data-dojo-type="b"></b>
...

