FineUI 官方论坛

标题: 【非BUG】专业版2.2.1 切换主题时,无法弹出提示信息 [打印本页]

作者: Mr.Wu    时间: 2015-2-25 13:54
标题: 【非BUG】专业版2.2.1 切换主题时,无法弹出提示信息
把Notify换成小写notify也不行。

页面head段代码:
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="main.aspx.cs" Inherits="AppBoxPro.main" %>

  2. <!DOCTYPE html>
  3. <html>
  4. <head runat="server">
  5.     <title>首页</title>
  6.     <link href="res/css/main.css" rel="stylesheet" />
  7.     <style>
  8.         #header .icontopaction .f-btn-icon {
  9.             width: 24px;
  10.             font-size: 24px;
  11.             margin-left: -12px;
  12.             line-height: 24px;
  13.             height: 24px;
  14.         }

  15.         #header .icontopaction .f-btn-text {
  16.             font-size: 12px;
  17.             line-height: 16px;
  18.             padding-top: 24px;
  19.         }

  20.         #header .icononlyaction .f-btn-text {
  21.             width: 30px;
  22.             font-size: 30px;
  23.             line-height: 40px;
  24.             height: 40px;
  25.         }
  26.     </style>
  27. </head>
复制代码




作者: Mr.Wu    时间: 2015-2-25 14:03
{:soso_e122:}是我自己的问题,我把自定义的通知框删掉了
  1. // 通知框
  2.         function notify(msg) {
  3.             F.notify({
  4.                 message: msg,
  5.                 messageIcon: 'information',
  6.                 target: '_top',
  7.                 header: false,
  8.                 displayMilliseconds: 2000,
  9.                 positionX: 'center',
  10.                 positionY: 'center'
  11.             });
  12.         }
复制代码





欢迎光临 FineUI 官方论坛 (https://www.fineui.com/bbs/) Powered by Discuz! X3.4