0
votes
1answer
21 views
[Dojo / PHP + apc.rfc1867] I can’t get xhrPost upon form submission via input button, I’m going insane…
It's rather lengthy, TLDR version below crit wall of text.
Setup: Our company had been using prototype for some time, and just recently switched to dojo. I have been converting l …
0
votes
1answer
18 views
Get Dojo Radio Button Value?
I have an HTML form using dojo and have the following code for a radio button selection choice:
<input type="radio" dojoType="dijit.form.RadioButton" name="infoUrgent" value="d …
0
votes
1answer
54 views
Is there anything inherently dangerous about instantiating a dojo class like this?
I need to be able to instantiate an object of a class in Dojo at runtime and mix it into another object (kind of like specifying an extends or an implements in Java, but at runtime …
0
votes
2answers
16 views
Different UI for Dojo DND than when item is displayed
I have a set of items that can be dragged / dropped using Dojo DND, that part has already been implemented and all is working well. The specific question I have is that I'd like t …
0
votes
1answer
61 views
Dojo Tabs as Custom Widgets
Hi everyone,
I've created a number of widgets that are loaded as tab panes in a tabcontainer. Everything seems to work well, except I'm getting different results when using my cus …
0
votes
1answer
20 views
How to populate a paged Dojo.Grid with data from an ASP.Net web service?
I'm trying to populate a Dojo grid with data from an ASP.Net web service. There is going to be a lot of rows, so I want to implement paging on the server side, so the web service …
0
votes
1answer
22 views
Dojo Tooltip appears in top-left corner of the page
I have a Dojo tooltip that's been initialized and it works perfectly find when hovering over the desired node. The problem is that once the tooltip shows up for the first time, wh …
0
votes
1answer
24 views
dijit BorderContainer auto-grow
Is there a way to have a dijit.layout.BorderContainer auto-grow in height? I've tried setting min-height: 200px; height: auto;, but it won't scale.
I've tried looking at the API, …
0
votes
2answers
55 views
What happened to Dojo DOH?
The Dojo Toolkit used to come with a testing facility called "Doh". It was in the /utils directory.
Now when you download dojo-release-1.3.2 the /utils directory is nowhere to be …
1
vote
1answer
68 views
adding button to dojo datagrid
I am trying to add a delete button to the Dojo Datagrid and I currently have the following javascript:
function createGrid() {
gridTmp = new dojox.grid.DataGrid({
…
0
votes
4answers
105 views
Dojo: Will Shrinksafe work together with the Google Closure Compiler?
Hi,
i read about the Google Closure Compiler and i will try to use it to make my web application better. But i think it is doing the same things like the dojo shrinksafe.
Has anyon …
0
votes
1answer
32 views
is it possible to know if a dijit is displayed or not?
i have two divs on a page. each has several dijits. i have atoggle that shows only one div or the other. when i submit the form, i only want to validate the dijits that are in t …
0
votes
1answer
32 views
Dojo DataGrid - one column not displaying data
I have used the same method accross my site for displaying a datagrid, I'm only seeing this problem in one column on one grid. All data in the 'firstname' column is showing as "... …
0
votes
1answer
59 views
dojox.grid.DataGrid dojox.data.HtmlStore
It would be so slick if you could use dojox.grid.DataGrid and dojox.data.HtmlStore together. Maybe there is an easier way to get sortable tables with Dojo, but this is all I can c …
1
vote
2answers
74 views
mailto causing a blank page in IE8 when used with Dojo
For some reason, in IE (IE8 in Win 7 to be precise), when I click on a mailto link, I end up with the current page being replaced by a blank page with mailto in the address bar.
…
