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

Is there a way to expand a dropdown list through code?

Contributor ,
Apr 02, 2021 Apr 02, 2021

Copy link to clipboard

Copied

I have a dropdown list that is revealed when a button is pressed and in my wildest dreams it is expanded on show, without having to click it. Is there a way to do this? Like a dropdownList.expanded = true; kind of thing but for realsies?

 

Thanks

TOPICS
Scripting

Views

209

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

correct answers 1 Correct answer

Community Expert , Apr 22, 2021 Apr 22, 2021

If you're using Script UI I don't think this is possible. If you're using a CEP Extension, then you can trigger a click simply with

element.click()

Votes

Translate

Translate
Community Expert ,
Apr 22, 2021 Apr 22, 2021

Copy link to clipboard

Copied

If you're using Script UI I don't think this is possible. If you're using a CEP Extension, then you can trigger a click simply with

element.click()

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
Contributor ,
Apr 24, 2021 Apr 24, 2021

Copy link to clipboard

Copied

LATEST

Thank you!

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