DojoX is a Dojo eXtended library — a part of the Dojo Toolkit.
0
votes
0answers
9 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
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
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
1answer
19 views
dojox fixed=“top” doesnt work, is this the right way to do it?
i generate my heading with javascript but it isn't fixed on the top. Firebug shows that there is no fixed="top" in the html code.
I do it this way. This is the way to do it, isn't it?:
var ...
0
votes
1answer
26 views
How to capture dojox.layout.FloatingPane resize event?
When FloatingPane change size, I would like to launch a function.
I think there is something with resizeHandle but not know how to do.
I use Dojo 1.8+.
Thanks
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
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
12 views
DojoX Calendar and booking: how to show non-working hours in another colour
The task is to create a booking user interface.
How to show non-working hours in grey? For instance, a doctor works every odd day from 8:00 to 12:00, so I need in a month (or week) view to show ...
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 ...
0
votes
1answer
24 views
Change dojox.charting.Chart title after render
I was wondering if there is any method from which we can set title of a Chart after it is rendered. The title can be set initially while creating the chart object, example:
var chart = new ...
0
votes
2answers
49 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
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
1answer
59 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
66 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
53 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 ...
0
votes
0answers
59 views
Dojo + Openlayers zoom map
i need your help
how to zoom using dojo+openlayers
i didnt find if dojo have zoom beside extent.
this is code i have :
<script>
var map;
var indonesia;
require(["dojo/ready", ...
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
0answers
23 views
Change the legend icon on a dojox chart
I have a line graph on dojo and I added the Legend widget. Since it is a line graph, the legend uses a line to represent each series. I would like to change that icon to be a small circle in the color ...
0
votes
1answer
82 views
dojo custom widget won't call postCreate
I have a custom widget that is not working properly. It is being instantiated, but it will not call the postCreate function. I do not receive any error messages.
I have removed any extra code from ...
0
votes
2answers
97 views
Get column index in onresizecolumn of declarative dojox.grid.datagrid
In a declarative dojox.grid.datagrid, am using onresizecolumn in table tag.
onresizecolumn="columnResize(this.id,this.cellIdx)"
onresizecolumn calls a function. on resizing particular column ...
0
votes
1answer
55 views
dojo lazytreegrid is displayed differently in websphere portal 8
websphere portal 8 comes with default dojo 1.7.2, and this dojo documentation for lazytreegrid if for dojo 1.7 http://dojotoolkit.org/reference-guide/1.7/dojox/grid/LazyTreeGrid.html
But when I run ...
0
votes
1answer
81 views
Declarative dojox.grid.datagrid's header has onclick event?
Is it possible to have onclick in dojox.grid.datagrid's header.
I tried calling a function in header's onclick.. but it doesn't work.
<div class="claro" id="cvsd" name="dataGrid" ...
1
vote
1answer
59 views
Is there something similar to Dojo GFX in jQuery?
dojox.gfx (GFX) is a cross-platform vector graphics API that runs with dojo.
It helps to isolate your application from the many native vector graphics implementation differences across all modern ...
1
vote
1answer
37 views
Reading data from a CSVStore in Dojo
Let's say I have a CSVStore connected to an editable grid:
var csvStore = dojox.data.CsvStore({data: csvData, separator: ","});
this._grid = new dojox.grid.EnhancedGrid({
id: gridId,
store: ...
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 ...
1
vote
1answer
131 views
How to use Spring Security username in Javascript
I am trying to access the Spring Source Security user variable ${username} in some JavaScript and it keeps coming back as an empty string. On a previous page, I am displaying the username with simply ...
2
votes
1answer
30 views
textIndicatorPrecision in dojox.dgauges using dojo
What is the name of the attribute in Dgauges to add a precision, it was textIndicatorPrecision in dojox.gauges, like noChange it's replaced by interactionArea.
I added an indicator to my circular ...
0
votes
1answer
51 views
Avoid adjusting dojox.grid.datagrid header width
Below is my declarative dojox.grid.datagrid. I want to avoid re-sizing the column's width. In the UI am able to do column re-sizing. how to avoid it
<div class="claro" id="customer" ...
0
votes
1answer
146 views
Display current value in the Classic Circular Linear Gauge using dojo
Is that possible to display the current value in the classic circular linear gauge like in the default circular linear gauge ?
Thank you.
1
vote
2answers
216 views
Struts2 datetimepicker size
I want to increase the size of the Calendar view because the default size is too small for my web application. I've tried to add a cssClass to the datetimepicker tag but it doesn't work, even if I ...
0
votes
0answers
80 views
Dojox Mobile Slider & AngularJS ng-model
I have html slider which's value is updatet with AngularJS' model:
<input type="range" ng-model="value1"/>{{value1}}
This works very well: When I adjut the slider the value is updated.
But ...
2
votes
2answers
44 views
RectangularRangeIndicator format like triangular using dojo
I'm trying to add an indicator to my vertical gauge but the format of the indicator is like a triangle, but I want it a large line.
This is JSFIDDLE example.
The code :
require(['dojo/parser', ...
1
vote
0answers
36 views
Indicator format with RectangularRangeIndicator using dojo toolkit
I'm trying to use VerticalLinearGauge with RectangularRangeIndicator but I obtain a triangular format(red and green color ) as the image below. I would like the result is a large line, I used the two ...
1
vote
1answer
71 views
The sudden change of the gauge in dojox.dgauges. not like in dojox.gauges
Is there a possibility that the needle is gradually changing value when is updating like in dojox.gauges
You can see in this example, when you press the button set 15
the value changed directly to ...
0
votes
1answer
26 views
Dojo: Enhanced Grid layout options to have sub columns?
I am trying to get an enhanced grid to look like:
As you see though in each row in the table, I will only display information for col1, Col2AA, Col2AB, Col2BA, Col2BB etc
Col2, Col3, Col2A, Col2B ...
1
vote
1answer
63 views
Adding indicator into the Horizontal Gauge using dojo toolkit
Is that possible to add an indicator into this gauge, I want the color depends for the interval, eg : from 0 to 30 green, from 30 to 70 yellow and from 70 red to 100, or maybe it is degraded to ...
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 ...
0
votes
0answers
24 views
Dojo dGrid Paginate with DnD
I have two doubts:
Is it possible to use Paginate and DnD at the same time?
Is it possible to use Paginate, DnD, Async at the same time?
I try to do both examples, following dgrid examples, but ...
1
vote
1answer
77 views
majorTicksColor by interval into dojox gauges using dojo toolkit
I'm trying to use dojo toolkit and exactly this gauge.
In fact, I want a feature to majorTicksColor and minorTicksColor, I want the color depends for the interval, eg : from 0 to 30 green, from 30 ...
0
votes
0answers
23 views
Click to activate widget with dojo
I have a small part on my page which will be polling a server and dynamically updating a dojo line chart ( via a setInterval in background ). However, I want it to be activate on for few minutes at a ...
0
votes
1answer
113 views
Dojo 1.8 grid inside tab
I'm newbe in Dojo, I just create a layout index.php with tab container and a tab calls list.php:
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
...
0
votes
0answers
16 views
How to unhide text and chain animation in dojo
I was playing around with cross domain ajax requests and had a idea about creating a twitter widget. On as to where i am stuck is this.
I know we can chain animations using dojo.fx.chain , i am ...
0
votes
0answers
26 views
way to get the legends associated with the chart object in dojo
I want to download a chart along with its legends as a pdf file.Is there any way to get the legends associated with a chart using the chart instance in Dojo charting. I googled a lot about this, but ...
0
votes
1answer
115 views
Custom ListView in Worklight using Dojo
I am working on a Worklight project, and I am trying to use custom listview. I use the Dojo toolkit to implement it, but it's not coming up to my expectations. Regarding design I am confuse. Here is ...
0
votes
0answers
62 views
Is there an easy way to animate paths in dojo
I'm trying to animate a graph consisting of paths. If a shape is clicked it should move from one position to another position. The dojo way seems to be 'shape.connect("onclick",' and than a function ...
0
votes
0answers
23 views
dojox.form.MultiComboBox does not allow a user to scroll the drop down on touch devices from release version 1.7.4
dojox.form.MultiComboBox does not allow a user to scroll the drop down on touch devices since the release dojo-release-1.7.4. The widget did not have this issue before the version 1.7.4 and the ...
0
votes
1answer
41 views
Dojo grid Bool column
so I added a check column to my grid with dojo
<th field="selectStudent" width="5%" cellType="dojox.grid.cells.Bool"
editable="true" alwaysEditing="true">Select Stdent</th>
...
0
votes
1answer
100 views
dynamically populate Dojox CheckedMultiselect
function populateMultiSelect(optionData){
require([
"dojox/form/CheckedMultiSelect",
"dojo/dom", "dojo/_base/window", "dojo/domReady!"
], function(CheckedMultiSelect, dom, win){
...
0
votes
1answer
96 views
Hide the ugly startup screen (dojox not fully parsed yet)
When I start my application, the dojo start loading but are not yet fully parsed and thus screen looks ugly!!!
Is there a way to hide this ugly screen until it is fully loaded a parsed?
Thanks
...
0
votes
0answers
23 views
Get all properties of a shape dojo gfx
I want to get the properties that are available to a dojo gfx shape object hhow can i achieve it.i've also added a few custom properties by using lang.mixin, Stuck with retrieving those properties.


