浏览代码

Improve documentation of hot spot click events (see #1133).

Thanks to @strarsis.
pull/1140/head
Matthew Petroff 1年前
父节点
当前提交
54b7b22d03
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      doc/json-config-parameters.md

+ 2
- 2
doc/json-config-parameters.md 查看文件

@@ -335,8 +335,8 @@ spot tooltip DOM instead of the default function. The contents of
#### `clickHandlerFunc` (function) and `clickHandlerArgs` (object)

If `clickHandlerFunc` is specified, this function is added as an event handler
for the hot spot's `click` event. The event object and the contents of
`clickHandlerArgs` are passed to the function as arguments.
for the hot spot's `click`, `pointerup`, and `touchend` events. The event object
and the contents of `clickHandlerArgs` are passed to the function as arguments.

#### `draggable`



正在加载...
取消
保存