Search Discussions
-
What IDE are most people using? I use Aptana, but have been very intrigued by ATF for eclipse. Has anyone gotten ATF working with Dojo (because it crashes to no end for me, and there is no release ...
Maulin Shah
Jun 24, 2008 at 9:55 pm
Jun 27, 2008 at 7:40 am -
I have built a new custom data store that I think people may find helpful. It allows you to represent your object model as simple javascript objects, and provides the mechanisms to connect to the ...
Maulin Shah
Jun 24, 2008 at 7:44 pm
Jul 1, 2008 at 11:02 pm -
Hi List, I have an AJAX request that is sent from a map object. I want to use the response from that call and show it in a Dojo Widget (grid, list, tabel or what would be best). How do I do this? The ...
Zer
Jun 7, 2008 at 11:04 am
Jun 13, 2008 at 12:37 am -
I am Dojo newbie - (white belt) I have the following code and I need to know does anyone has an example of how do I change or refresh the ItemFileReadStore by clicking on an option button on the ...
Pczurak
Jun 2, 2008 at 3:00 am
Jun 11, 2008 at 4:37 am -
OK: Since I'm in the right place and trying to post to an IRC channel probably isn't appropriate given I'm posting code examples. :-) I've gotten most of my "know how" about Dojo from a book (ISBN ...
Peter L. Berghold
Jun 25, 2008 at 1:55 pm
Jun 26, 2008 at 2:10 pm -
OK.. now that I've got a handle on some of the basics and my simple example works, let me kick it up a notch. What is the *right* way to integrate Struts and Dojo. For instance I want to invoke a ...
Peter L. Berghold
Jun 25, 2008 at 7:07 pm
Jun 26, 2008 at 5:14 pm -
Hi, we just upgrade our application from Dojo 0.9 to Dojo 1.1, but we found that some widgets could not find the right css classes when rendering. We have to find the right css files under Dojo ...
James Zuo
Jun 20, 2008 at 1:52 pm
Jun 23, 2008 at 5:27 pm -
I have dynamically created a tree and connect that to an ItemFileReadStore (which instead of reading a static file, it reads from an object literal with same structure), but the problem is whenever I ...
Yingqi
Jun 16, 2008 at 9:13 pm
Aug 29, 2008 at 5:48 am -
not that it's really neccesary ... but i seem to recall at some point in the past (.4) there was a google maps widget/package... did that get lost on the road to 1.0? Or have I just gone blind? ...
Vance Dubberly
Jun 3, 2008 at 6:35 pm
Jun 4, 2008 at 3:57 pm -
Has anybody noticed this? http://faqs.edujini-labs.com/21_10_en.html Summary: If you fire Ajax call (in Firefox) in synchronous mode, the onreadystatechange callback is never called. I would expect ...
Gaurav Vaish
Jun 29, 2008 at 8:03 pm
Jul 2, 2008 at 3:15 pm -
I want to strip dojo down to the bare essentials, since there is no reason for having demos, tests and documentation laying around on our production site. In version 0.4 I just needed dojo.js and the ...
Jette Derriche
Jun 27, 2008 at 10:01 am
Jun 28, 2008 at 8:42 am -
Hi, I have written an article "4 Sutras to work with JavaScript" - 4-solution-items that one must keep in mind while working with JavaScript at ...
Gaurav Vaish
Jun 19, 2008 at 2:08 am
Jun 20, 2008 at 11:28 am -
Hello, Testing in IE7: dojo.addOnLoad(function() { alert(new dijit.layout.ContentPane()); }); works fine. But if I do the same thing as the first line of the postCreate() of my own custom widget, IE7 ...
Jim
Jun 11, 2008 at 7:43 pm
Jun 16, 2008 at 3:15 am -
Dear all, I wanted to hold a dialog after form submission. This is the code: <form method="POST" <input type="submit" value="Login" class="button" onclick="javascript:submitform()"/ </form <SCRIPT ...
Partogi, Joshua
Jun 13, 2008 at 5:48 am
Jun 13, 2008 at 7:45 am -
Hi, I am trying to use dojo-0.4, dojo-1.0.2 and dojo-1.1.1 in a jsp and get the following javascript errors: dojo10 is not defined [Break on this error] dojo10.require("dijit.dijit"); dojo.render has ...
Pankaj Vishwani
Jun 4, 2008 at 12:58 am
Jun 4, 2008 at 7:46 pm -
Hi List, What would be the best way to transform an XML doc to a Json doc? Thanks, -Z -- View this message in context: http://www.nabble.com/Best-practise-XML-to-Json-tp18161369p18161369.html Sent ...
Zer
Jun 27, 2008 at 6:37 pm
Jun 29, 2008 at 4:42 am -
Hi, I am using dojo-1.0.2 and am trying to use vertical slider in the following manner: <div dojoType="dijit.form.VerticalSlider" name="vertical1" onChange="test(arguments[0]);" value="1" maximum="2" ...
Pankaj Vishwani
Jun 23, 2008 at 11:43 pm
Jun 24, 2008 at 6:22 pm -
Hi, Could someone please let me know how I find information on what events a widget have? I have found NOTHING in the API documentation. Not much in the Book of Dojo. And please do not direct med to ...
Zer
Jun 21, 2008 at 11:22 pm
Jun 22, 2008 at 11:04 am -
I posted this in the dijit support forums but doubt I will get a reply there, as someone else with the same issue never got a reply either. This bug has been around since version .4 ...
Pappas, Corey D.
Jun 9, 2008 at 10:06 pm
Jun 11, 2008 at 5:40 pm -
Hi, I'm have the following scenario: 4 filtering selects name fs1, fs2, fs3, fs4. When the page is load for the first time, only the fs1 has elements, but when the user select an option on fs1, then ...
Mauricio Tellez
Jun 5, 2008 at 9:04 pm
Jun 9, 2008 at 3:53 pm -
Dear Forum, I have created a dijit tree dynamically using this code: jsonDom = eval("(" + jsonText + ")"); var store = new dojo.data.ItemFileWriteStore({data: jsonDom}); var tree = new dijit.Tree({ ...
Zer
Jun 28, 2008 at 11:52 am
Jun 28, 2008 at 11:12 pm -
As some of you probably know we have been working hard to consolidate our user accounts in to a central Dojo Foundation LDAP Directory so that people don't have to have so many accounts for using the ...
Dustin Machi
Jun 25, 2008 at 3:28 pm
Jun 25, 2008 at 11:56 pm -
Hi folks, Just started working with version 1.1.1 and have some startup issues that I want to discuss.... Rather than post in the wrong place I'll ask first, is this the right place? - -- Peter L. ...
Peter L. Berghold
Jun 25, 2008 at 1:26 pm
Jun 25, 2008 at 1:31 pm -
Hi everybody. I wonder if it's possible to avoid using flash in a new project i'm working on. My plan is to set up an application to configure 3D Objects for a shop with ( like boxes, polygons ). ...
Timon Grützmacher
Jun 19, 2008 at 3:04 pm
Jun 19, 2008 at 4:59 pm -
I have the following code and the problem I am having is after I select an item from the combo box which causes an OnChange event like it should but then if I click anywhere on the screen I get a ...
Pczurak
Jun 6, 2008 at 4:38 am
Jun 9, 2008 at 9:52 pm -
Hi, I've just done a development build of DWR that includes an implementation of a Dojo Data Store that uses DWR. If you want a quick go, download the demo WAR file from here: - ...
Joe Walker
Jun 27, 2008 at 5:59 pm
Jun 30, 2008 at 3:56 pm -
I am in the process of upgrading from dojo v0.4 to dojo v1.1.1 All morning, I've tried to figure out how to save the text in my database when the user clicks the 'Save' button on a dijit.InlineEditor ...
Jni
Jun 25, 2008 at 10:53 am
Jun 25, 2008 at 12:08 pm -
I am able to provide user indication (an animated gif) on dojo xhrPost call by replacing the innerHtml with animated gif before and after the ajax call. Now How do I do something similar on a widget ...
Kss
Jun 18, 2008 at 9:24 pm
Jun 19, 2008 at 4:51 pm -
I am executing the DOJO test suite as part of HtmlUnit test cases. And it is failing because of stamp.js. First I posted this to htmlUnit list but found that it is Dojo issue and HtmlUnit developer ...
Sudhan Moghe
Jun 10, 2008 at 11:41 am
Jun 19, 2008 at 12:42 pm -
Dear all, I want to have dd/MM/yyyy as the date format for DateTextField. How do I configure this? By default the DateTextField component format is MM/dd/yyyy and this is not relevant for our apps. ...
Partogi, Joshua
Jun 9, 2008 at 1:47 am
Jun 13, 2008 at 7:01 am -
I want to add some new items to a tree by dijit.tree.ForestStoreModel.newItem() function.I can add one item under root.But when I add one item under a parent that is with children attribute,I get a ...
Blackspace
Jun 8, 2008 at 10:50 am
Jun 9, 2008 at 1:49 am -
http://devcon3/dojo/dojo-release-1.1.1/dojo/dojo.js Syntax error line 20: Stack: "()@:0\neval("()")@:0\n("")@http://devcon3/dojo/dojo-release-1.1.1/dojo/dojo.js:20\n([object XMLHttpRequ..." I am ...
Pczurak
Jun 2, 2008 at 9:32 pm
Jun 3, 2008 at 5:00 am -
my template: <div class="app_window" dojoType="dojo.dnd.Moveable" style="width:${width};height:auto;" <div class="app_title" <span ${appname}</span <span class="app_close" x</span </div <div ...
Blackspace
Jun 2, 2008 at 9:02 am
Jun 2, 2008 at 10:12 am -
Exactly, it's in dojox/grid/tests/test_edit_dijit.html test file. It's this lines : { name: 'Amount', formatter: formatCurrency, constraint: {currency: 'EUR'}, editor: dojox.grid.editors.Dijit, ...
KLEIN Stéphane
Jun 30, 2008 at 3:56 pm
Jun 30, 2008 at 4:06 pm -
Hi, We're a few pretty big application from dojo 0.4.3 to dojo 1.1 and one of the 'surprises' we found is that the CSS for the widgets in dijit are no longer referenced in the widgets themselves but ...
Jcerruti
Jun 27, 2008 at 4:05 pm
Jun 27, 2008 at 8:38 pm -
I've been using dojo.lang.timing.Timer in version 0.4. It seems to have disappeared in version 1.1... or is it dojox.timing.Timer now? /Jette
Jette Derriche
Jun 27, 2008 at 1:44 pm
Jun 27, 2008 at 2:05 pm -
rather than manually crafting a tooltip with the gfx package, is there recent advancement on this issue ? the code found here http://trac.dojotoolkit.org/ticket/4721 does not appear to work. can we ...
Alex
Jun 21, 2008 at 3:32 am
Jun 23, 2008 at 7:48 pm -
Hi, what is dojo.dta ? I've searched this string ("dta") in dojo source code and I found nothing. Thanks for your information, St?phane
KLEIN Stéphane
Jun 23, 2008 at 12:54 pm
Jun 23, 2008 at 12:59 pm -
Hi all, I have this weird problem. I have a dojo.xhrGet spinning in a 10-second interval loop. It's supposed to get some JSON data (messaging update from the server, to be exact) and then pass it to ...
Victor Danilchenko
Jun 12, 2008 at 10:24 pm
Jun 13, 2008 at 5:35 pm -
1
[Dojo-interest] Why can't Input dijit.form.TextBox(or dijit.form.ValidationTextBox) use dojo/method
Why can't the Input of dijit.form.TextBox(or dijit.form.ValidationTextBox) use dojo/method script? I want to add some dojo/method scripts to a input of dijit.form.TextBox,but it can't work. why? ...Blackspace
Jun 9, 2008 at 10:06 am
Jun 9, 2008 at 10:39 am -
Hi, I've been experimenting with the grid using the latest nightly builds, which has been a good learning experience so far.... One thing I've been unable to figure out, is if there's any way to ...
Dylan Tynan
Jun 7, 2008 at 7:58 pm
Jun 7, 2008 at 8:28 pm -
Hi all,I am a new bee to dojo.I have one main HTML template.I want to load my other HTML Templates into main Template.How can i do this in dojo.Any ideas?Thanks in advance. -- View this message in ...
Abhilash
Jun 7, 2008 at 6:07 am
Jun 7, 2008 at 8:24 am -
1
[Dojo-interest] Grid autodetecting cells depending on the item structure of underlying model/store
Hi all, has anybody an idea, if the Grid is capable of displaying a total unknown structure of data? I need to display any kind of table (a view into a database file) which I don't know the structure ...Thomas Friebel
Jun 3, 2008 at 8:56 am
Jun 3, 2008 at 10:17 am -
I'm developing Dojo widgets programmtically but when the page is loaded it takes about a second or two until the widgets are created as the page first appears normal without any dojo widgets with ...
Khalod85
Jun 1, 2008 at 12:21 pm
Jun 1, 2008 at 1:26 pm -
Hi all, IWebMvc (a platform to build enterprise applications with a web interface) finally reaches 1.0 status which will be the last version. I would like to thank you all the people that have ...
Jose Noheda
Jun 28, 2008 at 11:46 am
Jun 28, 2008 at 11:46 am -
OK, I agree that this is a bit silly. But then again, these figures tend to be taken around and visit people out of context a lot. Wouldn't it be great if we could push up the current 7.6% a bit? :) ...
Peter Svensson
Jun 26, 2008 at 4:52 pm
Jun 26, 2008 at 4:52 pm -
Hi all. I am new to Dojo, installed 1.1.1 and been looking at the examples. I can't make internationalization work with Example 1: Why Doesn't Anyone Fill Out Their Tax Forms?, of Part 1: Life With ...
Angel Gomez
Jun 26, 2008 at 5:44 am
Jun 26, 2008 at 5:44 am -
'zero sized reply' from squid .... or blank page ... seems to vary. Sorry to email the list, but I think it might affect forums too perhaps, so it's more annoying than my email perhaps, heh. Thanks, ...
Dylan Tynan
Jun 25, 2008 at 4:54 pm
Jun 25, 2008 at 4:54 pm -
Hi, I look for treegrid widget, I found this messages : http://www.nabble.com/Does-dojo1.0-support-treegrid--- td13559736.html#a13559736 ...
KLEIN Stéphane
Jun 23, 2008 at 2:07 pm
Jun 23, 2008 at 2:07 pm -
Hi. All I have been using dijit.Menu to use context menu. All is fine, but sometimes I need to show menu when parent window is not enough large to contain dijit.Menu. In fact, my window is consist of ...
YounJungPark
Jun 23, 2008 at 9:20 am
Jun 23, 2008 at 9:20 am
Group Overview
group | dojo-interest |
categories | dojo |
discussions | 63 |
posts | 257 |
users | 74 |
website | dojotoolkit.org |
74 users for June 2008
Archives
- June 2016 (39)
- May 2016 (25)
- April 2016 (29)
- March 2016 (97)
- February 2016 (89)
- January 2016 (41)
- December 2015 (21)
- November 2015 (21)
- October 2015 (72)
- September 2015 (77)
- August 2015 (74)
- July 2015 (138)
- June 2015 (108)
- May 2015 (61)
- April 2015 (141)
- March 2015 (280)
- February 2015 (262)
- January 2015 (179)
- December 2014 (265)
- November 2014 (291)
- October 2014 (214)
- September 2014 (214)
- August 2014 (209)
- July 2014 (205)
- June 2014 (249)
- May 2014 (267)
- April 2014 (245)
- March 2014 (286)
- February 2014 (245)
- January 2014 (276)
- December 2013 (256)
- November 2013 (260)
- October 2013 (265)
- September 2013 (449)
- August 2013 (593)
- July 2013 (487)
- June 2013 (576)
- May 2013 (594)
- April 2013 (645)
- March 2013 (823)
- February 2013 (594)
- January 2013 (834)
- December 2012 (805)
- November 2012 (640)
- October 2012 (697)
- September 2012 (728)
- August 2012 (919)
- July 2012 (827)
- June 2012 (1,023)
- May 2012 (1,125)
- April 2012 (934)
- March 2012 (980)
- February 2012 (1,039)
- January 2012 (1,223)
- December 2011 (1,221)
- November 2011 (809)
- October 2011 (897)
- September 2011 (851)
- August 2011 (968)
- July 2011 (931)
- June 2011 (818)
- May 2011 (767)
- April 2011 (766)
- March 2011 (866)
- February 2011 (678)
- January 2011 (493)
- December 2010 (585)
- November 2010 (601)
- October 2010 (636)
- September 2010 (901)
- August 2010 (822)
- July 2010 (807)
- June 2010 (748)
- May 2010 (993)
- April 2010 (818)
- March 2010 (947)
- February 2010 (957)
- January 2010 (778)
- December 2009 (756)
- November 2009 (708)
- October 2009 (879)
- September 2009 (1,133)
- August 2009 (1,038)
- July 2009 (709)
- June 2009 (204)
- May 2009 (268)
- April 2009 (249)
- March 2009 (321)
- February 2009 (244)
- January 2009 (364)
- December 2008 (406)
- November 2008 (450)
- October 2008 (484)
- September 2008 (489)
- August 2008 (313)
- July 2008 (326)
- June 2008 (257)
- May 2008 (217)
- April 2008 (121)
- March 2008 (129)
- February 2008 (253)
- January 2008 (277)
- December 2007 (563)
- November 2007 (444)
- October 2007 (192)
- September 2007 (179)
- August 2007 (212)
- July 2007 (310)
- June 2007 (384)
- May 2007 (565)
- April 2007 (801)
- March 2007 (1,472)
- February 2007 (1,492)
- January 2007 (1,590)
- December 2006 (1,251)
- November 2006 (1,862)
- October 2006 (2,036)
- September 2006 (2,193)
- August 2006 (2,100)
- July 2006 (2,007)
- June 2006 (2,072)
- May 2006 (1,809)
- April 2006 (1,132)
- March 2006 (1,572)
- February 2006 (1,155)
- January 2006 (1,116)
- December 2005 (458)
- November 2005 (640)
- October 2005 (521)
- September 2005 (288)
- August 2005 (116)
- July 2005 (192)
- June 2005 (76)
- May 2005 (140)
- April 2005 (116)
- March 2005 (52)
- February 2005 (11)
- January 2005 (16)