Members

eventResult

监听当前的格子变化,实时返回给handler

Functions

removeMonitor(eventResult, handler)
dialogFactory(startAddress, [Function], [boolean])

构建一个新的Dialog

dialogCallback()

dialog构建后的回调函数 根据输入情况回调

messageHandlerFactory([Function])

工厂函数

eventResult

监听当前的格子变化,实时返回给handler

Kind: global variable

ParamTypeDescription
handlerfunction回调

removeMonitor(eventResult, handler)

Kind: global function

ParamTypeDescription
eventResultEventResult事件对象
handlerfunction回调函数

dialogFactory(startAddress, [Function], [boolean])

构建一个新的Dialog

Kind: global function

ParamTypeDescription
startAddressstring进入的地址
[Function]dialogHandler - 控制函数
[boolean]inFrame - 是否显示在iframe内

dialogCallback()

dialog构建后的回调函数 根据输入情况回调

Kind: global function

messageHandlerFactory([Function])

工厂函数

Kind: global function

ParamDescription
[Function]handler - 接收的函数