三生石上 79ad9e6bc2 v4.2.3
2016-01-10 01:19:30 -05:00

26 lines
839 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="alert.aspx.cs" Inherits="FineUI.Examples.message.alert" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
<style>
.myalert .x-dlg-icon {
background-size: auto 100%;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Button Text="点击弹出对话框Icon" runat="server" ID="btnHello" OnClick="btnHello_Click">
</f:Button>
<br />
<br />
<f:Button Text="在顶层窗口弹出对话框IconUrl" runat="server" ID="btnHello2" OnClick="btnHello2_Click">
</f:Button>
</form>
</body>
</html>