문제

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.

도움이 되었습니까?

해결책

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

see also this one....

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top