我有一个 dijit.layout.contentPane 定义为:
<div dojoAttachPoint="X_containerInternal" dojoType="dijit.layout.BorderContainer" splitter="true" region="center" gutters="true" >
<div dojoAttachPoint="X_objectDetail" dojoType="dijit.layout.ContentPane" region="left" splitter="true"
style="width:50%;">
</div>
<div dojoAttachPoint="X_documentDetail" dojoType="dijit.layout.ContentPane" region="center" splitter="true">
</div>
</div>
当加载开始时,我添加了一个加载图标,当数据放在 X_documentDetail(dojoattachpoint) 中时,我想隐藏加载图标,但我没有收到加载完成时调用的事件,可以在 attachevent 中指定。
请指导。提前致谢