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
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
19 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
0answers
23 views

make dojo inlineeditbox editable on dblclick

I want to make inlineeditbox to be editable when i dblclick on it. By default it is editable on single click. any suggestion please ? I am using it like <div editor="dijit.form.TextBox" ...
1
vote
1answer
56 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. ...
0
votes
1answer
29 views

Dojo Dijit MenuBar

My question is actually two. The first is if it’s possible to maintain the state of the menu on click, i.e., I don’t want to have the first level of the menu closed after a sub menu item its clicked ...
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 ...
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
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.
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 ...
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 ...
1
vote
1answer
76 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 ...
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
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: ...
0
votes
1answer
112 views

DOJO dialog box not opening second time

I am using DOJO for a dialog box called 'Edit'. Clicking on the 'Edit' button the first time opens a dialog. When closing the dialog using the 'x' button on the right of the dialog screen, the dialog ...
0
votes
1answer
54 views

How to give custom style to dojo ValidationTextBox?

How to give custom style to dojo ValidationTextBox? We need to override the default css applied to dojo ValidationTextBox. Currently when the field is required, it shows some yellow background and a ...
-1
votes
1answer
103 views

Enabling a Textbox and making it editable

I have a textbox field displayed in my jsp file which looks always disabled and uneditable. I would like to have it enabled and editable on one condition. So when the above condition is satisfied, I ...
0
votes
1answer
53 views

How can I vertically center content within a closed Dojo Titlepane?

I have a dojo titlepane that contains a button on the left-hand side and a paragraph of text on the right-hand side. I would like to be able to vertically center align the button in regard to the ...
1
vote
1answer
272 views

Dojo - “Tried to register widget with id==centerPane but that id is already registered”

I'm having trouble with a content pane in Dojo where it is appearing for a second with the content then disappearing. I am getting the following error: Uncaught ReferenceError: dijit is not ...
0
votes
1answer
154 views

dgrid with horizontal scroll

I have a dgrid displaying data in a table that contains many columns. The default layout of the dgrid causes all columns to be visible on the page, which means they are collapsed and it is unable to ...
0
votes
0answers
80 views

Dojo EnhancedGrid - tundra header not formatting correctly

I'm trying to use the tundra-themed enhancedGrid with dojo 1.6.1, however the header isn't displaying correctly. The claro version works fine. Although it's picking up the CSS class with the gradient ...
0
votes
0answers
50 views

Resize Chart with media Query

Im new to Dojo and CSS, so this will likely be basic stuff. Been learning a lot from the dojo gurus on Stack Exchange and appreciate it a lot. I have a div (panelContainer) that contains a Dojo ...
0
votes
1answer
121 views

dijit datetextbox behind jquery ui dialog

I have a dojo dijit datetextbox inside a jquery ui dialog.. the datetextbox calender displayed behind (underlayed) the dialog. I am using ie7.. see the my below code.. <!DOCTYPE html PUBLIC ...
1
vote
0answers
121 views

Dynamically created dojo components don't get CSS style applied

I have a html file where I instance a new Javascript object. It that code I dynamically create some dojo components. I have the CSS style included in the HTML file. But the components doen't get the ...
0
votes
1answer
120 views

Toggling displays of divs in dojo not working correctly in Google Chrome

I'm displaying HTML divs on and off using Dojo and CSS, but I'm having a strange result only in Google Chrome (all's fine in IE8+ and the latest FireFox). Here's the code using Dojo 1.8 : ...
1
vote
0answers
144 views

dojo mobile, dynamic edge to edge list, css not updating? parser needs to run

I am making a dynamic edge to edge list in dojo mobile. I am dynamically adding li to my main ul. Dojo mobile takes care of the initial set of li tags making them styled correctly and applying all the ...
0
votes
0answers
377 views

How to show a dojo dgrid select in another dgrid cell

I have a Dgrid that shows some data, say DataDgrid. I'd like to add a select control based on another Dgrid, say SelectDgrid, inside one of the cells in the main DataDgrid. To add the select I am ...
3
votes
2answers
173 views

How could i set the height of a Dojo TitlePane, relative to the size of the outer container node?

In the next example I created a TitlePane between a 200px height container. I set the TitlePane height at 100%, but it doesn't seems to expands. Relevant code: var titlePane = new TitlePane({ ...
0
votes
2answers
307 views

Resize a BorderContainer onClick

I'm trying to finish up my app and am having some HTML/CSS issues when I try to resize a bordercontainer to allow for a hidden div to show on click of a search button Below is a simple illustration ...
1
vote
1answer
90 views

Fastest way to render dijit widgets

What's the fastest way to render dijit widgets? I know that the programmatic way is faster than the declarative. (Some reference) I have a custom widget that loads too slowly (it's a datagrid with ...
1
vote
2answers
128 views

Nested Div not fitting nicely into container Div

I have a dojox chart (chartDiv) that gets created within another container div (panelContainer). Even though I have the width and height of the chartDiv set to be 90%, it either introduces scroll ...
0
votes
1answer
152 views

How do I align two dojo widgets next to each other?

Warning, this is possibly the easiest possible question ever asked here. I have a form like this: <div data-dojo-type="dijit.layout.ContentPane" data-dojo-attach-point="loginPane" ...
0
votes
2answers
98 views

Why do JS frameworks use inline styling instead of CSS for layouting

Looking at various JS frameworks (Dojo, Ext.JS, and others) i have observed that layouting is often, if not always, done via direct DOM manipulation, as in setting inline styles on a given DOM ...
0
votes
0answers
69 views

Dojo Toggle ComboButton

I have to change functionality of toggle button in web application built on JS Dojo api. Currently it is dijit.form.ToggleButton, but it should have adittional option for dropdown menu with ...
0
votes
1answer
240 views

How to float Dojo DropDownMenu over a table cell

In short, how can I show a drop down menu floating over a table and not rendered inside the table cell? I am using this example code to show a drop down menu inside a table cell: ...
0
votes
1answer
344 views

How to fade-in and fade-out background-image with CSS transition?

I have an element which does not have a background image when the app is loaded. Then when a button is clicked, a CSS class gets added to the element which sets the background-image for that element ...
1
vote
1answer
135 views

CSS height element ignored

I have two DataGrid tables that I want to make 200px tall but something is overriding the height in my css. Currently the tables are two completely different sizes when displayed. Tables: <table ...
0
votes
2answers
263 views

Dojo claro css applying absolute positioning to ContentPane elements

I'm using dojo 1.8 and don't want any padding in my bordercontainer / contentpane layout. The problem is, it seems when I add the claro css file, instead of just applying class styles, the div's i'm ...
0
votes
1answer
93 views

Dojo Dijit styling issues

I'm trying to use a dijit/layout/TabContainer with a modified dijit theme. I need to modify some of the styling of the TabContainer tabs such as the padding of the tabs, boldness, etc. However the ...
0
votes
1answer
69 views

transforming jQuery code into Dojo

I have a problem with transforming my jQuery code into Dojo 1.8 code: jQuery code: $(".someclass").css('left', 0); And I get an error while trying to do this thing with Dojo: ...
2
votes
1answer
127 views

alternative for jQuery .css() in Dojo

I am currently working on a project in university where is allowed to use only Dojo (version 1.8). I have following problem: I need to set element css in javascript code. So, any alternatives in Dojo ...
1
vote
0answers
85 views

Optimizing CSS during a dojo build - using dojo 1.5.2

I'm trying to optimize my CSS files (inline all @imports, and remove lines) but I'm not sure how to do it? Someone on the IRC room told me about packages, but looks like packages is not supported in ...
1
vote
1answer
243 views

dojo.dnd.moveable with position:fixed

I try to use a dojo moveable with a fixed position in the browser window. Unfortunatly everytime I move the div with the mouse the position is set to absolute. What can I do to make the div fixed ? ...
0
votes
1answer
116 views

Formatting a Dojo list item's icon

I'm trying to set the sizing for my list item's icon. Basically, I need to set the height and width to be 27 pixels whilst the image is actually 54 pixels wide and high. This is for use with retina ...
1
vote
1answer
50 views

Open Drop Down from Middle of Button

I am designing (or attempting to) a mapping application and have a dojo.fx.toggler function that I need to display centered beneath the button. The default seems to be to open from the left. However, ...
1
vote
0answers
140 views

Using LessCSS files in Development mode without requiring a change for Production to use compiled Less into CSS files

What is the easiest way to make use of .less styling files in web pages and have less.js dynamically compile them to CSS for development work but then have the same web pages use the compiled (from ...
0
votes
2answers
67 views

Prevent JavaScript From Changing Page Styles

I am new to using javascript and CSS media queries and want to know if something is possible here. I have a web page that has a script on it. I have a CSS file that is using a media query. When the ...
2
votes
1answer
141 views

Dojo tooltip not displaying in Internet explorer

I have this bit of code below to display the tooltip next to the text. The code work fine as expected in firefox and chrome, but it doesnot work in IE 8 and IE9 var gridTooltip = new Tooltip({ ...

1 2 3