How do i change the size of a select list?
675865Dec 16 2008 — edited Dec 16 2008Hello everyone,
I know this is probably a newbie questiopn but i spent some time trying and already browsed for the forum to look and found nothing related to it.
I m using apex 3.1, and i would like to know in what part of the item i define it's size, in the case of a select list where do i put it's size?
In html i would do it like this:
-----------------HTML CODE--------------------------
<select size="18" class="bigselect">
<option>Mapa 1</option>
<option>Mapa 2</option>
<option>Mapa 3</option>
<option>Mapa 4</option>
</select>
-----------------HTML CODE--------------------------
i already tried these and nothing:
HTML Table Cell Attributes
HTML Form Element Attributes <--- this one says i can t define id and size in it
Form Element Option Attributes
thanks and best regards