Forums

TextBox Width & Scroll

gemseeker 04 Feb, 2013
I'm trying to add unique features to a single TextBox that:

1. Is 50% wider than the other fields on the page.
2. Can "wrap" text.
3. Has a scroll bar.

I could perhaps instead use a TextArea box to achieve the same, if I could Disable the "Increase Box Size by Dragging Corner" feature by the User.

I've tried increasing the Field Size in Admin for the TextBox, but it doesn't change anything.

Suggestions?
GreyHead 05 Feb, 2013
Hi gemseeker,

If you want to wrap text then it has to be a text area.

I don't know how you remove the drag button, maybe setting max-height and max-width in CSS will do it.

Bob
gemseeker 07 Feb, 2013
Hi Greyhead,

Found an answer for the "drag to size" user option:

resize:none;

Removes the option on the user end, but keeps it in Admin.

Thanks.
This topic is locked and no more replies can be posted.