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.