三生石上 15588d275b v4.2.4.1
2017-09-05 10:49:48 +08:00

25 lines
763 B
Plaintext
Raw Permalink 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>
<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>