FineUI 官方论坛
标题:
如何在后台代码中使用 消息框
[打印本页]
作者:
舞柯庶
时间:
2015-3-20 18:06
标题:
如何在后台代码中使用 消息框
如何在后台 代码中使用如下的 函数呢?
这个函数在 事例代码 default.aspx 中
// 通知框
function notify(msg) {
F.notify({
message: msg,
messageIcon: 'information',
target: '_top',
header: false,
displayMilliseconds: 2000,
positionX: 'center',
positionY: 'center'
});
}
作者:
舞柯庶
时间:
2015-3-20 18:08
http://fineui.com/demo_pro/#/demo_pro/message/notify.aspx
找到了
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4