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