5.3版本。在我的颜色对话框工具栏中,我想添加更多颜色(高级颜色)选项,以便在config.colorButton_enableAutomatic = true;
中config.js
之后我获得更多选项。但在更多选项对话框中。但是在选择颜色后,它不会显示在选定的颜色区域中。我在error at line p.getContentElement has 'p' is undefined
colordialog.js
function z(a) {
a = a.data.getTarget();
var c;
"td" == a.getName() && (c = a.getChild(0).getHtml()) && (y(),
f = a,
f.setAttribute("aria-selected", !0),
p.getContentElement("picker", "selectedColor").setValue(c))//Getting error
}
我调试但无法找到问题。所以我的问题是: