Pregunta

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.

¿Fue útil?

Solución

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

see also this one....

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top