• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

QueryPosition="below" for MX:Combobox

New Here ,
Oct 04, 2006 Oct 04, 2006

Copy link to clipboard

Copied

I have combobox that populate by dataprovider.

var search_Planname:mx.controls.ComboBox = search_Planname;
responseHandler.GetPlanName_Result = function( results: Object ):Void {
//when results are back, populate the cfselect
search_Planname.labelField = "Planname";
search_Planname.dataProvider = results;
}
I want to have "Select All" option as the first option in the combobox. I tried using QueryPosition but it doesnt work.
Thanks.
TOPICS
Advanced techniques

Views

199

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 04, 2006 Oct 04, 2006

Copy link to clipboard

Copied

LATEST
You may have meant to post this to a Flex discussion group.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation