Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to get overflow in a autocomplete row.

  1. #1
    Junior Member
    Join Date
    Sep 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How to get overflow in a autocomplete row.

    domein.jpg

    Dear People,

    I have a auto-complete function where you can see the domain names once I put a (DOT) down. but it forms into a long row of all the domain names.
    Now I want to make the height much smaller with a overflow auto, so that I can scroll down and see them with a smaller box. But I can`t find the class because I really dont have a
    class for it. How can I see the class where the domains are in.
    (The domains are all a array in php)
    (It is programmed in Javascript)

    Thanks in advance,

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to get overflow in a autocomplete row.

    (It is programmed in Javascript)
    java and javascript are different languages. Try asking on a javascript forum
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 2
    Last Post: December 13th, 2013, 12:01 AM
  2. Dealing With Overflow?
    By linzylu1190 in forum Loops & Control Statements
    Replies: 1
    Last Post: May 23rd, 2013, 07:40 PM
  3. autocomplete using ajax
    By shashib09 in forum Web Frameworks
    Replies: 2
    Last Post: May 13th, 2011, 12:51 AM
  4. Autocomplete over telnet connection
    By April in forum Java Networking
    Replies: 6
    Last Post: June 17th, 2010, 08:58 AM