FineUI 官方论坛
标题:
【非BUG】专业版2.2.1 切换主题时,无法弹出提示信息
[打印本页]
作者:
Mr.Wu
时间:
2015-2-25 13:54
标题:
【非BUG】专业版2.2.1 切换主题时,无法弹出提示信息
把Notify换成小写notify也不行。
页面head段代码:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="main.aspx.cs" Inherits="AppBoxPro.main" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>首页</title>
<link href="res/css/main.css" rel="stylesheet" />
<style>
#header .icontopaction .f-btn-icon {
width: 24px;
font-size: 24px;
margin-left: -12px;
line-height: 24px;
height: 24px;
}
#header .icontopaction .f-btn-text {
font-size: 12px;
line-height: 16px;
padding-top: 24px;
}
#header .icononlyaction .f-btn-text {
width: 30px;
font-size: 30px;
line-height: 40px;
height: 40px;
}
</style>
</head>
复制代码
作者:
Mr.Wu
时间:
2015-2-25 14:03
{:soso_e122:}是我自己的问题,我把自定义的通知框删掉了
// 通知框
function notify(msg) {
F.notify({
message: msg,
messageIcon: 'information',
target: '_top',
header: false,
displayMilliseconds: 2000,
positionX: 'center',
positionY: 'center'
});
}
复制代码
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4