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

How to show a drop down of used tags while typing on a text field?

Guest
Dec 02, 2010 Dec 02, 2010

Dear all,

I want to show a drop down of strings that are tagged by characters that are typed in a input field and I don't have a clou how to solve this, does anybody have a clou?

The tagged strings are a result of a database query

Regards,

Cees

TOPICS
Server side applications
428
Translate
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

LEGEND , Dec 02, 2010 Dec 02, 2010

It sounds as though what you're looking for is an autocomplete widget. Dreamweaver doesn't have any built-in capability to create one. You can probably find one by doing a Google search for YUI autocomplete or jQuery autocomplete. Your success in implementing it will depend greatly on your JavaScript skills.

I have never used an autocomplete widget, so I can't offer any specific advice. Sorry.

Translate
LEGEND ,
Dec 02, 2010 Dec 02, 2010
LATEST

It sounds as though what you're looking for is an autocomplete widget. Dreamweaver doesn't have any built-in capability to create one. You can probably find one by doing a Google search for YUI autocomplete or jQuery autocomplete. Your success in implementing it will depend greatly on your JavaScript skills.

I have never used an autocomplete widget, so I can't offer any specific advice. Sorry.

Translate
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