BaloonController定義
Members
(static) __name :String
コントローラ名
Type:
- String
Methods
(static) __init(context)
ライフサイクルイベント __ready
Parameters:
Name | Type | Description |
---|---|---|
context |
(static) create(content)
Baloonインスタンスを作って返す
Parameters:
Name | Type | Description |
---|---|---|
content |
String | DOM | jQuery | 吹き出しの中身 |
(static) getBaloonFromElement(elm)
BaloonのDOM要素からBaloonインスタンスを取得して返す
Parameters:
Name | Type | Description |
---|---|---|
elm |
DOM | jQuery | String | 要素またはセレクタ |