DOJO is open source?
Can i use DOJO in an business application for free of cost? ...
Can i use DOJO in an business application for free of cost? ...
I have a dojo grid which is using some editable dijit form fields. All is well, until I try ot implement an country (multi) select cell as an Tooltip Dialog; i.e., show a drop down button which opens the tooltip dialog populated with a checkbox array to select one or more country. Once checked and clicked OK, the cell should update with ...
I'm attempting to drag an object using dojo.dnd but want the avatar to be in the same position as the object was (relative to the mouse) i.e. if a person clicks in the middle of the object then the mouse cursor will be in the middle of the avatar. I've had all sorts of strange results. if i connect a function to body.onmousemove the d...
Hi there, I am new to dojo so i’ll need help. I’ll be very thankful if u can halp me. I am experimenting with dojo dnd and i have a problem to solve. I cannot find a way to make dijit.form.TextBox to be the Target of a dnd action. Can u tell me a way how to autofill the textbox with the dragged item(text)? My goal is when I drop the tex...
http://demos.dojotoolkit.org/demos/fisheye/ I want to roll such a menu into my system, so I'm doing a one-step-at-a-time approach. I did a right click - save image on each of the icons. I did a view source, grabbed the HTML and saved on my machine. I changed the pictures to my local server (like this: iconSrc="http://localhost:808...
Hi, I have a dojox chart where the legend created for the chart never has the correct color for markers. The legend color for the marker should match what's on the chart. It's always seems to use a default color to represent the marker in the legend. Any ideas?? Possible bug?? BTW: I'm using Dojo 1.3.0 Thx!! John ...
Hi, I am really struggling with the FilteringSelect component in this particular form. Now I have used this component before however for some reason this one just won't populate. I am using the Zend_Form and the form code for the filteringselect looks like this. $universities = new Zend_Dojo_Form_Element_FilteringSelect('university...
I have a DataGrid and want a user to select multiple items and click a button to do something with those items (such as delete). When only a few items are selected, the deleting works, but if the user selects all the items without scrolling slowly over them, some of the selected items are null. I also tried grid.removeSelectedRows(), b...
How can I have a dojo InlineTextBox that has autoSave="false" but saves changed text if the user hits the enter key? Is it possible to have the 'save' and 'cancel' buttons and the save on enter behavior of autoSave='true'? ...
Hi, I'm using a Bayeux server implementation for Netty and the latest version of dojoX cometd. When I refuse a subscription a /meta/subscription message is sent with successful set to false. Response: [{"channel":"/meta/subscribe","clientId":"abf5fb2408bf4f8e","successful":false,"subscription":"/badChannel","id":"3","timestamp":"2009-...
Hi, Is there a way to rotate an image symbol in the legend widget?? I'm using a few vertical lines in my graph to show the location of a leak on a chart. The legend shows these lines as horizontal which is fine but, it would be better to rotate it and show a vertical line. That would be wayyyy more intuitive to the user. Thx!! John ...
Some design specs require for the avatar to be under the mouse cursor when the item is dropped. to get around this i can easily check the drop position to see if the item was dropped within a source andprogramatically insert the node(s). My problem is trying to get a reference of type dnd.Source for the source that was dropped into. H...
Hello, I have a Grid and I would like to change the background color, do you know how to do it ? Thanks for your help, have a nice day. Here is my code : var jsonStore = new dojo.data.ItemFileReadStore({url: "..." ?>"}); var model = new dojox.grid.data.DojoData(null,jsonStore,{jsId: 'model', rowsPerPage: 20, query: { date: '*' }}); ...
I have a programmer class that populates a ul with project names and checkboxes - when a checkbox is clicked a popup dialog is supposed to show with the programmers id and the project name. dojo.connect is supposed to setup onclick for each li but the project (i) defaults to the last value (windows). Any ideas why this is happening? ....
I have implemented Dojo tree, it is working fine till certain levels of sub-tree/sub-node.After fetching of 250-300 nodes..its giving error msg: "A script on this page is cause Internet Explorer to run slowly.If it continues to run, your computer may become unresponsive."...wht is the problem here..? ...
I bought the O'Reilly Dojo book by Matthew Russell. It says "in your toolkit checkout, you can find a theme tester at dijit/themes/themeTester.html. I downloaded 1.3.2 from here: http://dojotoolkit.com/downloads and cannot find such a file. I would like to see each of the three themes in action. How can I do that? Thanks, Neal W...
I've been reading O'Reilly book "Dojo - The Definitive Guid" but somethings are still not definitive to me. They talk about "bootstrapping" and getting the dojo.css from the AOL CDN". When I'm testing on my machine, should I use the CDN? Or should I wait and use that only when I deploy? Secondly, the book talks about CDN for dojo...
When using dojox.av.FLVideo widget, I have encountered a problem where I can't destroy the widget manually. In simple logic: 1st AJAX call [Retrieves a partial page A with video] var videoDiv = document.createElement('div'); videoDiv.id = "vid"; mainContent.appendChild(videoDiv); var newVideo = new dojox.av.FLVideo({initialVolume:.7, m...
I've been trying to get this page to run on my machine under Google App Engine. One file at a time, I think I have found all the missing files, and .gifs, and layouts, etc..., and now have them on my machine and being served properly. No more critical errors as observed from FireBug. Here are the differences between my test and the p...
Currently I'm trying to include Dojo from either one of these two CDN (Content Delivery Network) sources: 1) o.aolcdn.com/dojo/1.3.2/dojo/dojo.xd.js 2) ajax.googleapis.com/ajax/libs/dojo/1.3.2/dojo/dojo.xd.js It seems like some times during the day, Firefox 3.5 refuses to load the dojo library. I see errors in Firebug console like "...