消息广播/订阅 vjsp.message
消息广播/订阅
IE9只支持iframe,IE10+等其他现代浏览器还支持弹出页
事件
订阅消息
(static).on(msg, callback, contextopt)
参数:
Name | Type | Attributes | Description |
---|---|---|---|
msg | String | 消息名 | |
callback | function | 回调函数 | |
context | Any | optional | 上下文 |
广播消息
(static).emit(msg, …argsopt)
参数:
Name | Type | Attributes | Description |
---|---|---|---|
msg | String | 消息名 | |
args | Any | optional <repeatable> | 消息数据 |