Login Register

FilteringSelect

Name attribute of a FilteringSelect not available in IE6

I am attempting to use

var field = dojo.query("[name="+fields[i]+"]");

while iterating over an array of fields. When the field is a FilteringSelect, in IE6 the dojo.query returns undefined (Firefox returns the correct DOM field). When looking at the DOM output of the the FilteringSelect for both browsers, I noticed there is no 'name' attribute associated with dijit field, just the 'name' associated with the 'display: none' text field that stores the value.

Change Store FilteringSelect Dynamic...work only in FF...and not in IE..why?

I use my programmatic Code for change dinamically the store of my filteringselect widget.
I use this code for change
-------------------------------
mesestore= new dojo.data.ItemFileReadStore({url: "loadingstore.php&par=a"});
dijit.byId("mese").store = mesestore;
------------------------------------

Now all work in Firefox and after that I click on widget *mese* I see the new value returned from ajaxcall.

If I click on widget *mese* show with IE ...an error script is show.

Someone can help me?

Dinamic add store to filteringselect...problem

Hi to all,
Hi have a page whit a simple filteringselect control:

<select dojoType="dijit.form.FilteringSelect" name="ruc"  autocomplete="true" id="ruc" onchange="filtra('ruc',this.value)">
            <option value="1">uno</option>
            <option value="2">duw</option>
</select>

filteringSelect promptMessage query

Hello All

I cannot get promptMessage to work on a filteringSelect widget. Is this functionaliy (promptMessage) only for validationTextBoxes?

Am using dojo 1.2.1 on FF3 and IE7.

Thanks,
T.Fandango

FilteringSelect jump to user's previous selection...

What is the proper way to "jump to" the previous selection in a Filtering Select?

For example, there are three "pages" of options in the filtineringSelect, and the user selects an option from the 2nd "page". He then clicks on a couple different buttons, and then decides to change the value in the filtering select to a different option. When the user clicks into the filtering select, I'd like him to immediately see the option he originally selected (on "page" 2)....

Change style on individual options in filtering select

Hi Guys

is there a way of changing style or disabling individual options in a Filtering select?
Also is there a way of using optGroups?

Thanks

FilteringSelect is failing on certain characters: backspace a terminal ')' and typing in a beginning '*'

FilteringSelect is failing on terminal ')' and beginning '*'.

The JavaScript error messages I receive are as follows.

When I type in '*' as the first character in a blank entry: Unexpected quantifier
(Ex. "*")

When the field has a terminal ')' and I hit backspace: Expected ')' in regular expression
(Ex. "This Monkey(123)"

Is this a known problem w/ the filteringSelect dijit? If so, what workarounds address this sort of thing?

(I'm using Dojo 1.2.0)

filteringSelect - Unexpected Quantifier

When I type an '*' symbol into a filteringSelect box, I receive a JavaScript error message "Unexpected Quantifier".

Is this expected behavior?

FilteringSelect and accented characters

I have a problem with accented characters (with acute or grave accents, or umlauts, or cedilla).

My FilteringSelect is backed by a dojox.data.QueryReadStore which responds to partial query entered by the user. The transaction between the store and the server happens in JSON and that works great. Values are returned as name/id pairs. Everything is encoded in UTF8. When the list of autocomplete suggestions is displayed in the FilteringSelect suggestion box, everything is displayed exactly as it should, accents and all.

Syndicate content