javascript - how to break-word in multiple select with specific width -


I want to wrap content inside multiple selections.

Here's the answer:

  & lt; Id = "field9" multiple = "multiple" & gt; & Lt; Option value = "1523" & gt; Imaging angiogenesis part 2: Vascular targeting in cancer research & lt; / Option & gt; & Lt; Option value = "1540" & gt; Imaging guided investigation in cancer drug development & lt; / Options & gt; & Lt; Option value = "1541" & gt; Vascular tension ??? Measuring changes in the vessel wall speed & lt; / Option & gt; & Lt; / Select & gt;    

this & lt; Select & gt; can not be done with elements. The browser determines how to render them more options elements.

Option elements take only one row in multiple selections.

Instead, select the tool you can use the plugin or library, or create your own one with JS / CSS.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -