ajax HoverMenuExtender的应用

前端之家收集整理的这篇文章主要介绍了ajax HoverMenuExtender的应用前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


<asp:HoverMenuExtender ID="HoverMenuExtender1" runat="server" TargetControlID="Button1"
PopupControlID="sliderDiv" PopupPosition="Right" OffsetX="10" OffsetY="10" PopDelay="3000">
<Animations>
<OnShow>
<Sequence>
<HideAction Visible="true" />
<ScriptAction Script="$(document).ready(function () {$find('Timer1')._stopTimer();})"></ScriptAction>
</Sequence>
</OnShow>
<OnHide>
<Sequence>
<HideAction />
<ScriptAction Script="$(document).ready(function () {$find('Timer1')._startTimer();})"></ScriptAction>
</Sequence>
</OnHide>

</Animations> </asp:HoverMenuExtender>

猜你在找的Ajax相关文章