再form中的clientevents中的extevents事件中
window.beforeshow事件中。

function window.beforeshow(sender, eOpts)
{
sender.animate({ duration: 400, to: { y:100} });
}
400毫秒,移动到top为100的地方。
本文介绍在ExtEvents中使用window.beforeshow事件实现动画效果的方法。通过在beforeshow事件中调用animate方法,可以设置元素在显示前的动画,如在400毫秒内将元素移动到top为100的位置。
再form中的clientevents中的extevents事件中
window.beforeshow事件中。

function window.beforeshow(sender, eOpts)
{
sender.animate({ duration: 400, to: { y:100} });
}
400毫秒,移动到top为100的地方。

被折叠的 条评论
为什么被折叠?