Forum


List Manager Support

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

Text area field... 17.03.2016 23:43

"Set its default width using the 'size' parameter at field administration."

Where is "field administration" found?

Re: Text area field... 18.03.2016 11:10

Hi,
sorry that parameter was present at past versions but it has dissappeared because sometimes conflicted with styles used by templates. Now the look of the textarea can be styled using a default css class, for ex:


#lm_wrapper textarea {
width: 300px !important;
height: 150px !important;
}

You can add this style to any of the css that are loaded at the page, for ex:

JOOMLA/modules/mod_listmanager/assets/css/lmbootstrap-default.css


or, if you already have a style name created for your textareas at your template, you can just type this style class at field administration (this is the 'fields' tab, same place you use to select the field type for each column), you'd need only to enter the class name at the parameter:

Css class


of your textarea field.

Hope this helps, regards
Moonsoft Team
www.moonsoft.es

Re: Text area field... 18.03.2016 16:30

That worked, 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