如何使用动画属性设置模态弹出扩展器的高度和宽度 [英] How to set Height and Width for Modal Popup Extender using Animation Property

查看:83
本文介绍了如何使用动画属性设置模态弹出扩展器的高度和宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用动画属性设置模态弹出扩展器的高度和宽度

解决方案

hi


查看以下内容



 <   asp:ModalPopupExtender     ID   =  pe_pictureDetails    runat   = 服务器    Y   =  10    RepositionMode   =     BehaviorID   =  pe_pictureBehaviour  

DynamicServicePath = 已启用 = True TargetControlID = btn_picturePopup

PopupControlID = pnl_Picture PopupDragHandleControlID = pnl_PictureHeader

BackgroundCssClass = modalBackground DropShadow = false EnableViewState < span class =code-keyword> = true >
< 动画 >
< OnShown >
< FadeIn duration = 0.15 Fps = 100 / >
< / OnShown >
< /动画 >
< / asp:ModalPopupExtender >


您可以在CSS中设置高度和宽度。请参阅此链接。







http://www.aspdotnet-suresh.com/2010/08/lightbox-effect-for-login-page-in。 html [ ^ ]

How to set Height and Width for Modal Popup Extender using Animation Property

解决方案

hi
check out the following

<asp:ModalPopupExtender ID="pe_pictureDetails" runat="server" Y="10" RepositionMode="None" BehaviorID="pe_pictureBehaviour"

        DynamicServicePath="" Enabled="True" TargetControlID="btn_picturePopup"

        PopupControlID="pnl_Picture" PopupDragHandleControlID="pnl_PictureHeader"

        BackgroundCssClass="modalBackground" DropShadow="false" EnableViewState="true" >
        <Animations>
            <OnShown>
              <FadeIn duration="0.15" Fps="100" />
            </OnShown>
        </Animations>
    </asp:ModalPopupExtender>


you can set the height and width in CSS itself. Refer this link.



http://www.aspdotnet-suresh.com/2010/08/lightbox-effect-for-login-page-in.html[^]


这篇关于如何使用动画属性设置模态弹出扩展器的高度和宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆