码迷,mamicode.com
首页 > 其他好文 > 详细

遮罩层实例

时间:2014-05-10 07:53:30      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   java   ext   

代码如下:

bubuko.com,布布扣
 <script type="text/javascript">
     $(function () {
         $(‘#ProjectDialog‘).dialog({
             autoOpen: false,
             width: 1100,
             Height: 700,
             draggable: true,
             resizable: false,
             modal: true,
             zIndex: 599,
             position: { my: "center top", at: "center top", of: window }
         });
     });


     function opend()
     {
         $(‘#ProjectDialog‘).dialog(‘open‘);
         $(‘#ProjectDialog‘).parent().appendTo("form");
     }

     </script>
bubuko.com,布布扣

实现如下:

bubuko.com,布布扣
<div id="ProjectDialog" title="Choose Project">
    <uc1:uc_Product_Search ID="uc_ProjectMenu1" runat="server" />
    </div>

    <input id="Button1" type="button" value="Client button" onclick="opend()" />
    <br />
    <asp:Button ID="Button2" runat="server" Text="Server Button" OnClientClick="opend();return false;" />
    <br />

    <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always">
        <ContentTemplate>
            <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
        </ContentTemplate>
    </asp:UpdatePanel>
    <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always">
        <ContentTemplate>
            <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
        </ContentTemplate>
    </asp:UpdatePanel>
    <asp:UpdatePanel ID="UpdatePanel3" runat="server" UpdateMode="Always">
        <ContentTemplate>
            <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
        </ContentTemplate>
    </asp:UpdatePanel>
bubuko.com,布布扣

效果图:

bubuko.com,布布扣

 

遮罩层实例,布布扣,bubuko.com

遮罩层实例

标签:style   blog   class   code   java   ext   

原文地址:http://www.cnblogs.com/ethanwill/p/3719229.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!