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

autosuggest

Guest
Nov 18, 2008 Nov 18, 2008

Copy link to clipboard

Copied

how can I use autosuggest without cfinput. I mean just use input box.
I don't want to use cfform . Just want to use fom.

I seen that autosuggest won't work without cfinput. I mean it doesn't work with input tab.

Any examples. Thanks
TOPICS
Advanced techniques

Views

437

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 ,
Nov 18, 2008 Nov 18, 2008

Copy link to clipboard

Copied

Nick201 wrote:
> how can I use autosuggest without cfinput. I mean just use input box.
> I don't want to use cfform . Just want to use fom.
>
> I seen that autosuggest won't work without cfinput. I mean it doesn't work
> with input tab.
>
> Any examples. Thanks
>

If you don't want to use <cfform...> then you can't use <cfinput...> and
you don't get the auto-generated capabilities that come with it.

If you don't or can't use these features you have to roll your own auto
suggest feature. Depending on how complex you need it to be, it is not
too difficult.

But first of all, why don't you want to use <cfform...> nothing trick or
difficult about it unless you need it to be.

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
Guest
Nov 20, 2008 Nov 20, 2008

Copy link to clipboard

Copied

LATEST
because i already have form built in and validation built in for <form>. I don't like to change to cfform and change javascript etc.

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