Search Result

Collapse
5 results in 0.0047 seconds.
Keywords
Members
Tags
dojo
  •  

  • Dojo 1.4 - 1.5 Migration problem dojo.dnd.Source

    Hi!

    I was successfully using dojo.dnd.Source with Dojo 1.4.3 loaded from my webserver. However, as it is shared hosting or for some other reason the loading was horrifyingly slow. (even something like 1min30 secs occasionally)

    So I am now trying to switch to DOJO 1.5 and googleapis as source. Result is much better loading times but my problem now is that dojo.dnd is not recognized. here is the code I use for loading...
    See more | Go to post

  • Why can Dojo Dijit Dialog only show one dialog per pageload in firefox?

    Hi!

    I have developed a system where I use Dojos dijit dialog to show certain information. It works perfectly for all major browsers except for firefox ( where I've tested v3.6 and 4 BETA)

    The first time I try to get a dijit dialog it all works as expected and all is well and I close it. The second time I try to open another dialog I get an error message and nothing happens. If I open the first dialog it is still working....
    See more | Go to post
    Last edited by rythmic; Dec 2 '10, 06:33 PM. Reason: adding code

  • How to combine DOJO filteringselect and SPRING form handling

    Hi!

    I am trying to use a filteringselect with SPRING form.

    Problem
    I can't get the value showing in the filteringselect to be transmitted to the SPRING controller connected to the form. Instead of sending the displayed value it sends 0 (the value zero).

    Code:

    Code:
    //dojo addonload:
    
    var postadresscomp = new dijit.form.FilteringSelect({
        	store: postadressStore,
    ...
    See more | Go to post
    Last edited by rythmic; Mar 22 '10, 12:26 PM. Reason: Forgot to salut and provide an ending :)

  • How can I make two DOJO QueryReadStores depend on eachothers data?

    Hi!

    Background info

    What I have is the classic zip code - city relation.
    They are fed into two QueryReadStores . Each Store back an individual filteringselect box.

    The datastores are fed from a Spring Controller with one method for each store. Each method returns json data containing either zip codes or city names.

    Each time a filteringselect box recieves an input, the method in the...
    See more | Go to post

  • Dojo + WCF) - Unable to retrieve selected value after overriding QueryReadStore’s _fi

    Hi,

    I am using a Dijit.form.filt eringSelect to display values using the dojox.data.Quer yReadStore. But, after overriding _filterResponse () to format the data in a Dojo-parsable format, whatever value I select gets bypassed and the only value that gets selected is the the first one on the list. I am using the following code…please let me know if what I am missing here.

    Thanks much in advance!
    Code:
    <html>
    ...
    See more | Go to post
    Last edited by Dormilich; Sep 2 '09, 09:04 AM. Reason: Please use [code] tags when posting code
Working...