Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

Edit Textarea Field

More
10 years 1 month ago #491 by Zigmund
Edit Textarea Field was created by Zigmund
Hi to everyone.
I'm using Joomla 2.5 and I've just download Visforms and I want to personalize it a little bit.
My current problem is with the "texarea" field.
I want to define a fixed dimension of the textarea field without the possibility of resize it from the frontend.
How can I do it?
Thank you very much.
Goodbye

More
10 years 1 month ago #493 by Administrator AV
Replied by Administrator AV on topic Edit Textarea Field
Hi Zigmund,

you have to do this via css, by using the css rule to the appropriate element.
Code:
resize:none
;

You can do that either in your templates css or in visforms css file (media/com_visforms/css/visforms.css). If you use the visforms.css file your changes will be overwritten when you update visforms.

You can attach a class to each field in visforms (tab layout in field configuration).

So if you want to disable resize only for one specific field you should attach a class to this field and use this class as css selector.

If you want to disable resize for all textareas in all visform forms you can try the selector

.visform textarea

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum