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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -