Skip to main content
Inspiring
October 24, 2007
Question

warp listbox content

  • October 24, 2007
  • 1 reply
  • 308 views
Is it possible to wrap listbox content?.

i got a really long value need to display in a listbox.....is it possible?.

all other values are short...so i can't use any other method to display...just want wrag the content.

    This topic has been closed for replies.

    1 reply

    October 26, 2007
    sorry, by listbox do you mean a HTML select element?

    if mean select element, not you can't wrap it. You can set the width of the element in some browsers from memory.

    someone else may be able to chip in with another suggestion but best I can suggest is to do a controlled truncation of your long text or some sort of acronym.

    CF 8 has a lovely new autosuggest feature for a text input that might help you instead?