我在我的组件中有两个字段日历和编辑器。我有两个问题,这是我的文件:
<field name="description"
type="editor"
label="COM_BETTING_FIELD_DESC_LABEL"
description = "COM_BETTING_FIELD_DESC_DESC"
class="inputbox"
filter="safehtml"
buttons="false"
/>
<field name="start_data"
type="calendar"
label="Select a date"
description=""
format="%d-%m-%Y" />
我的问题是在日历中不显示选择数据的弹出窗口。 在编辑器中我需要在字段下更改使用编辑器,默认只有textarea。 我尝试添加此但不起作用。 editor =“desired”当我使用editor =“none”它工作,我只有textarea没有选项更改编辑器。