Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Alfresco share 弹出式显示不适用于露天共享?_Alfresco Share - Fatal编程技术网

Alfresco share 弹出式显示不适用于露天共享?

Alfresco share 弹出式显示不适用于露天共享?,alfresco-share,Alfresco Share,我对以下代码有问题: this.widgets.boiteForm.setAJAXSubmit(true, { successCallback: { fn: function(){ Alfresco.util.PopupManager.displayMessage({

我对以下代码有问题:

                    this.widgets.boiteForm.setAJAXSubmit(true, {
                    successCallback: {
                        fn: function(){
                            Alfresco.util.PopupManager.displayMessage({
                                text: Alfresco.util.message(this.msg("message.send.success")),
                                displayTime: 2
                            });
                            YAHOO.lang.later(5000,this,Alfresco.util.navigateTo($siteURL("dashboard")) );
                        },
                        scope: this
                    },
                    failureMessage: this.msg("message.send.failure"),
                    failureCallback: {
                        fn: this.onFormSubmitFailure,
                        scope: this
                    },
                    obj: {attachementsRefs: this.attachementsRefs}
                });

当提交成功时,弹出窗口不显示,但导航开始。我无法找出导致此问题的原因。

更多信息、日志、控制台等…@alaeddine.nasri显示在任何地方的唯一内容都在浏览器控制台中。为此,我在控制台日志中得到一个“event.returnValue已弃用。请改用标准event.preventDefault()”警告。除了这个,我不知道还能给你什么。