Forum


List Manager Support

List Manager support
Forums
Public write access is disabled. Please login

Text area width 08.05.2012 16:18

Hello,

is it possible to change the text area field (after clicking the 'Add' button) customized width and height? At this moment a visitor needs to drag the area to have a good look at the words that are typed. In my case I want a text area field width from 500px an 50px height.

Kind Regards,

Davy.

Re: Text area width 08.05.2012 17:54

Hello,
you have the 'size' parameter at configuration step, which defines the number of columns for the textarea, so you could fix the width expected. But in order to configure both height and width, you should add a new style class to the css you are using. By default:

joomla\modules\mod_listmanager\assets\css\default.css


you can add this section:

.lm_list_tableform textarea{
width:500px;
height:50px;

}

and you will get all listmanager textareas using that configuration.

Hope this helps, regards

Edited by MSTeam - 08.05.2012 17:54
Moonsoft Team
www.moonsoft.es

Re: Text area width 14.05.2012 14:49

Hello,

The change size option in the configuration worked for me. I also tried to change the css, but that didn't work for me.

Thank you!
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback