Question

How can we set rows(rows) and columns(cols) for an Tiny MCE editor in xml form values.

<field name="description"
    type="editor"
    label="COM_USERS_DESCRIPTION_LBL"
    description="COM_USERS_DESCRIPTION_DESC"
    class="inputbox"
    filter="JComponentHelper::filterText"
    buttons="true"  
/>

If we change editor to the toogle editor area, then its looks larger. so we have to fix the cols and rows size for the editor without using the css style.

Was it helpful?

Solution

You have use Width for editor in joomla. Click here to know more....

see also this one....

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top