Multline Textfield without scroll-bar
Hello,
I use a multiline-textfield in a form. In display-mode all text lines are visible. In edit-mode only a few text lines are visible and the users have to scroll through the text.
Is there any way to display the whole text in the field without scroll-bar?
Regards UDRO
I use a multiline-textfield in a form. In display-mode all text lines are visible. In edit-mode only a few text lines are visible and the users have to scroll through the text.
Is there any way to display the whole text in the field without scroll-bar?
Regards UDRO
Hello UDRO,
You can increase the height of the Multiline text field using CSS.
First, give the field a CSS class, like this:
Then, add the following code to CSS editor:
You can increase the height of the Multiline text field using CSS.
First, give the field a CSS class, like this:
Then, add the following code to CSS editor:
Code: Select all
.multiline textarea {
height: 1500px !important;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 11 guests