Dojo 回调从未在 iconItem 上调用

Posted

技术标签:

【中文标题】Dojo 回调从未在 iconItem 上调用【英文标题】:Dojo callback never called on iconItem 【发布时间】:2013-08-09 08:26:29 【问题描述】:

这是我的构造函数:

   iconJs =new dojox.mobile.IconItem(label:'', deletable: false, icon:'images/Tile_Toevoegen.png', transition:'slide', class:'klasIcon', url:'views/klappr/addKlas.html', urlTarget:'addKlas', onClick:function()alert("test onclick"); , callback: function()alert("test callback"););

当我单击 iconItem 时,警报“test onclick”会起作用。 但我需要回调函数才能工作。

在 iconItem 指南中:

    **callback**    
    Function String     
    A callback function that is called when the transition has been finished. A function reference, or name of a function in context.

转换完成时需要调用警报“测试回调”,但它不起作用。有人可以帮帮我吗?

【问题讨论】:

【参考方案1】:

我使用 Dojo 1.9.1 进行复制。除了 item.callback 之外,还有 item.onOpen 可能会有所帮助,但是在这种情况下它们都不会被调用。 我认为这是一个 Dojo Mobile 错误,我建议您在 https://bugs.dojotoolkit.org 输入一张票。

【讨论】:

以上是关于Dojo 回调从未在 iconItem 上调用的主要内容,如果未能解决你的问题,请参考以下文章

从未调用过投射自定义频道回调

Dojo iconItem:作为图标的DOM按钮的类名

Passportjs 成功回调从未被调用

Windows (C++) 中的 WH_JOURNALRECORD 挂钩 - 从未调用过回调。

Pyramid AuthTktAuthenticationPolicy 回调从未调用过

Android 上的 libspotify 从未调用“登录”回调