0
votes
2answers
39 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 …
1
vote
1answer
51 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.
…
0
votes
4answers
31 views
dojo.xhrGet or dojo.xhrPost
I'm very new at this, in fact this is my first Dojo attempt. I'm trying to get data from a website with:
<script
text="text/javascript"
src="http://o.aolcdn.com/dojo/1.3/d …
0
votes
1answer
18 views
struts2 + dojo + hibernate
Hi all,
I have develop a user form in using dojo api. The user entity contains entities of Country, City and Province entities as well. I wanted to Know that is there is any way t …
0
votes
0answers
18 views
Dynamically add a Dojo-enabled Element in Zend
I'm writing a form using Zend_Dojo_Form.
Everything goes fine, unless I dynamically insert elements into the form (using ajax, the user can add more elements by clicking a [+] but …
0
votes
2answers
45 views
dojo dynamically loading DropDownSelect widget
Hi all,
I have two DropDownSelect widgets added to my from what i need is to dynamically load the data in the second DropDownSelect widget as the first DropDownSelect widget chang …
0
votes
3answers
44 views
Can dojo Access the function assosiated with a HTML elements Event?
I would like to over ride the function associated with an elements onclick event when the screen is in "edit" mode. Then when done editing put the original function back.
So, ori …
1
vote
1answer
36 views
Dojo custom build with NLS / localisation
Hello everyone,
I have a problem implementing a cross domain custom build in Dojo.
The situation is as follows: i have a pretty large application, with a good number of localisati …
0
votes
1answer
49 views
Zend Dojo comboBox not finding dojo.data
I am trying to get a dojo comboBox working in Zend, with the following code:
$url = '/db/autocomplete/table/suburbs';
$element = new Zend_Dojo_Form_Element_ComboBox('suburb1');
$e …
0
votes
1answer
86 views
dojo file upload using zend framework problem
Hi,
I am struggling with a bit of dojo that is needed to upload a file. Now the file upload form sits within a dojo dialog box, so is hidden until the user selects an 'upload fil …
0
votes
1answer
30 views
No data showing in dojox.grid.DataGrid
I am using dojo 1.3 and having problems getting this dojox.grid.DataGrid working. I am sure it is my ignorance. I have been reading over the Dojo Campus examples and beleive I have …
0
votes
3answers
46 views
Dojo DnD: how to access newly copied node on onDndDrop event?
Hi.
I am working on code like the following.
01: var c1 = new dojo.dnd.Source('container1', {copyOnly:true}); // container1 is a div
02: var c2 = new dojo.dnd.Source('container2' …
0
votes
0answers
13 views
dijit.layout.TabContainer nested tabs auto load
Hello,
I'm fairly new to Dojo toolkit, and well really like it. But I have a problem with nested tabs auto-refreshing. Here is a sample of my practice code where this problem ex …
0
votes
2answers
26 views
call function with dijit.layout.ContentPane onload?
Hi,
Is it call test() of sub.htm from index.htm by this code when doing very?
Thank you very much.
index.htm
<div dojoType="dijit.layout.ContentPane" id="subFrame" region= …
0
votes
1answer
29 views
Zend_Dojo_Form onSubmit
I have a contentPane with a remote form, I'm trying to get the form to submit, and stay within the pane, either displaying the form again on error or reporting success.
I'm sure th …
