摘要:
var statusId = ''; var notifyId = ''; function AddNotification() { notifyId = SP.UI.Notify.addNotification("Hello World!", true); } function RemoveNotification() { SP.UI.Notify.removeNotification(notifyId); notifyId = ''; } function AddStatus() { statusId = SP.UI.St 阅读全文
posted @ 2012-08-02 17:24
小师傅
阅读(182)
评论(0)
推荐(0)

浙公网安备 33010602011771号