AJAX擴充控制項ModalPopupExtender(彈出強制回應對話方塊)的使用方法總結

來源:互聯網
上載者:User

彈出Web的模式表單:

頁面代碼:

<html xmlns="http://www.w3.org/1999/xhtml" ><br /><head runat="server"><br /> <title>無標題頁</title><br /> <mce:style type="text/css"><!--<br /> .bgcss<br /> {<br /> background-color:Gray;<br /> filter:alpha(opacity=70);<br /> opacity:0.7;<br /> }</p><p>--></mce:style><style type="text/css" mce_bogus="1"> .bgcss<br /> {<br /> background-color:Gray;<br /> filter:alpha(opacity=70);<br /> opacity:0.7;<br /> }<br /> </style><br /></head><br /><body><br /> <form id="form1" runat="server"><br /> <div><br /> <asp:ScriptManager ID="ScriptManager1" runat="server"><br /> </asp:ScriptManager><br /> <asp:Panel ID="Panel1" runat="server" Height="167px" Width="190px" BackColor="#d0F7DE"><br /> <br /><br />  <asp:RadioButtonList ID="RadioButtonList1" runat="server" Width="137px"><br /> <asp:ListItem>看書</asp:ListItem><br /> <asp:ListItem>上網</asp:ListItem><br /> <asp:ListItem>洗衣服</asp:ListItem><br /> <asp:ListItem>出去玩</asp:ListItem><br /> </asp:RadioButtonList><br /> <asp:Button ID="Button2" runat="server" Text="確定" OnClick ="Button2_Click" /><br /> <asp:Button ID="Button3" runat="server" Text="取消" /><br /> </asp:Panel><br /> <cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server"<br /> TargetControlID="Button1"<br /> PopupControlID="Panel1"<br /> DropShadow="true"<br /> OkControlID="Button2"<br /> CancelControlID="Button3"<br /> Drag="true"<br /> BackgroundCssClass="bgcss"<br /> PopupDragHandleControlID="Panel2"<br /> ><br /> </cc1:ModalPopupExtender><br /> <asp:Panel ID="Panel2" runat="server" Height="83px" Width="187px"><br /> 今天都要做些什嗎?<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br /><br /> <asp:Button ID="Button1" runat="server" Text="查看" /><br /></asp:Panel><br /> </div><br /></form><br /></body><br /></html>

注意:使用了CSS的樣式,並且要設定彈出對話方塊的背景色(上例中指的是Panel1)

 

 

屬性說明:
屬性    說明
TargetControlID                   用來控制快顯視窗的控制項ID              
BackgroundCssClass 彈出強制回應對話方塊時文檔背景樣式
CancelControlID                  取消強制回應對話方塊的按鈕ID(這個按鈕應該在強制回應對話方塊裡面)
Drag                                   設定對強制回應對話方塊是否可以拖拽
DropShadow                  設定對強制回應對話方塊是否可以有陰影
HighlightBackColor                  下拉式功能表的背景顏色
OkControlID                  確定強制回應對話方塊的控制項ID
OnCancelScript                  單擊取消按鈕時執行(用戶端)javascirpt函數
OnOKScript                  單擊確定按鈕時執行(用戶端)javascirpt函數
PopupDragHandleControlID 拖拽處理的PanelID
X                                    彈出“模式”時的 X 座標
Y                                    彈出“模式”時的 Y 座標
PopupControlID                   強制回應對話方塊的Panel ID

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.