我正在尝试修改RTE下的LinkDialog.js以默认选中“在新窗口中打开”复选框。根据日期API,它应该只是添加值“checked”:true为默认值,但这不起作用。它确实接受我的其他值更改,例如名称,所以我现在正在编辑。
这是我修改过的代码:
{
"itemId": "targetBlank",
"name": "targetBlank",
"xtype": "checkbox",
"boxLabel": CQ.I18n.getMessage("Open in new window"),
"checked": true,
"value": "targetBlank"
}
答案 0 :(得分:0)
试试这些道具:
checked="{Boolean}true"
defaultValue="true"