• I am developing a plugin. In the plugin I have a form. In the form I am trying to make a list box with the following code:

    <select style="width:150px" id="input_10" name="items" size="4" multiple="multiple">
                            <option>  </option>
                            <option value="Option 1"> another option </option>
                            <option value="Option 2"> Option 2 </option>
                            <option value="Option 3"> Option 3 </option>
                        </select>

    but when i go to the form it is sized as if it was 1. and there is no scroll bar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter d124c0

    (@d124c0)

    Oh yea I forgot to say this is the settings form in the backend not the frontend of the site

    I know it’s not normal, but it works if you just specify a height in the style along with the width.
    The problem I’m having is getting the selected values to save properly. =\

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Listbox in the backend’ is closed to new replies.