PDA

View Full Version : Default textarea size


Simon Lloyd
06-07-2011, 12:40 AM
Hi all, i've created a plugin but when setting the option as textarea the item has a default size which is far to large for what i need, how do i reduce its size?

kh99
06-07-2011, 01:58 AM
Looks like you can specify rows and columns like this: textarea:r,c (where r and c are numbers of course).

Simon Lloyd
06-07-2011, 02:04 AM
Great!, thanks again for your help, i'm almost there just got a problem with my plugin code thats causing an error to show in forumhome but i'll get it soon and release the mod here :)

BirdOPrey5
06-08-2011, 12:27 AM
Hi all, i've created a plugin but when setting the option as textarea the item has a default size which is far to large for what i need, how do i reduce its size?

If you only need a single line input you just leave that box completely blank and the single line text input is the default option.

Simon Lloyd
06-08-2011, 12:59 AM
Great thanks for that now i can get rid of the scroll bar that you cant use but shows!