如何在adobe cq5中默认设置RTE超链接“在新窗口中打开”?

时间:2013-06-07 17:47:00

标签: javascript adobe cq5

我正在尝试修改RTE下的LinkDialog.js以默认选中“在新窗口中打开”复选框。根据日期API,它应该只是添加值“checked”:true为默认值,但这不起作用。它确实接受我的其他值更改,例如名称,所以我现在正在编辑。

这是我修改过的代码:

{
                "itemId": "targetBlank",
                "name": "targetBlank",
                "xtype": "checkbox",
                "boxLabel": CQ.I18n.getMessage("Open in new window"),
                "checked": true,
                "value": "targetBlank"
            }

1 个答案:

答案 0 :(得分:0)

试试这些道具:

checked="{Boolean}true"
defaultValue="true"