소스 검색

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`



불러오는 중...
취소
저장