create a textarea autocomplete widget

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsuns82
    New Member
    • Mar 2007
    • 58

    create a textarea autocomplete widget

    Hi all,
    can any one give me javascript code for making a textarea with AutoComplete
    attribute alike inputtext???

    Regards,
    sundar.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by gsuns82
    Hi all,
    can any one give me javascript code for making a textarea with AutoComplete
    attribute alike inputtext???

    Regards,
    sundar.
    You asked your Javascript question in a Java forum; I'll move your question to
    the Javascript forum for you.

    kind regards,

    Jos

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      hi ...

      do you have some code already, that you could post here?

      kind regards

      ps: please always use a good thread title

      Comment

      • gsuns82
        New Member
        • Mar 2007
        • 58

        #4
        Need javascript code for AutoComplete <h:inputText area>

        Hi frnds,
        I have got a strange requirement,i.e i have to make a <h:inputTextare a>
        with AutoComplete attribute.so that it il suggest the user with a list of
        previously entered values.

        Is thr any way to achieve this using javascript or with AJAX???
        It il be great,if i am given with some samples.



        Thanks in advance,
        sundar

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by gsuns82
          Hi frnds,
          I have got a strange requirement,i.e i have to make a <h:inputTextare a>
          with AutoComplete attribute.so that it il suggest the user with a list of
          previously entered values.

          Is thr any way to achieve this using javascript or with AJAX???
          It il be great,if i am given with some samples.



          Thanks in advance,
          sundar
          Please stop posting Javascript/AJAX questions in the Java forum.
          Use the Javascript forum for that

          Comment

          • gits
            Recognized Expert Moderator Expert
            • May 2007
            • 5390

            #6
            threads merged on the same topic ...

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              Originally posted by gsuns82
              I have got a strange requirement,i.e i have to make a <h:inputTextare a>
              with AutoComplete attribute.so that it il suggest the user with a list of
              previously entered values.

              Is thr any way to achieve this using javascript or with AJAX???
              It il be great,if i am given with some samples.
              Do you want the previously entered values to be those entered only by the current user or any previously entered value?

              Comment

              Working...