我正在使用ICN 3.0.3 IF7。我有一个自定义插件,当我最初将其配置为ICN时,会将以下错误写入控制台。
配置后,插件本身可以正常工作。
Uncaught TypeError: cls is not a constructor
at Object.eval (ecm/widget/layout/AdminPane.js:9845)
at dojo.js.jgz:22442
at runFactory (dojo.js.jgz:611)
at execModule (dojo.js.jgz:691)
at dojo.js.jgz:397
at guardCheckComplete (dojo.js.jgz:699)
at contextRequire (dojo.js.jgz:396)
at req (dojo.js.jgz:32)
at Object._displayPluginConfig (ecm/widget/layout/AdminPane.js:9844)
at Object._pluginRequestCompleted (ecm/widget/layout/AdminPane.js:9759)
此外,配置完成后,我无法像使用随附的AFP Viewer插件那样获得其详细信息:
Name: AFP Viewer
Version: 2.0.3.5
Repository types: None
Actions: None
Open Actions: None
Viewers: AFP Viewer
Features: None
Layouts: None
插件结构似乎有问题,但不影响其运行能力。我很担心,因为我只是不喜欢看到错误。有人看过吗?
答案 0 :(得分:1)
看着错误,看来您在plugin.java#getConfigurationDijitClass中指定的模块无法实例化,或者根本没有指定。
如果配置了配置dijit类,请确保它实际上是一个小部件,并且它是构造函数,并且postCreate方法(如果提供)不会引发错误:)。
如果尚未配置,请将其设置为null以防止实例化