define( [ "lib/common", "ui/widgets/selectable" ], function( common ) { common.testWidget( "selectable", { defaults: { appendTo: "body", autoRefresh: true, cancel: "input, textarea, button, select, option", classes: {}, delay: 0, disabled: false, distance: 0, filter: "*", tolerance: "touch", // Callbacks create: null, selected: null, selecting: null, start: null, stop: null, unselected: null, unselecting: null } } ); } ); d>
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip.html
blob: 189c75261f3013639c2949f9a8398a086780fc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47