aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_methods.js
Commit message (Expand)AuthorAgeFilesLines
* Tabs: Remove ui-tabs-aria-controls data on destroy.Scott González2012-11-161-1/+4
* Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove back-com...Scott González2012-10-251-10/+2
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
* WhitespaceScott González2012-08-261-2/+2
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+1
* Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying...Scott González2012-06-121-0/+20
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ...Scott González2012-05-181-7/+15
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-8/+8
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-42/+45
* Tests: Lint.Scott González2012-04-181-6/+4
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-14/+14
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-171-9/+17
* Tabs: Added tests for load method.Scott González2011-05-161-2/+79
* Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
* Tabs: Clean up some tests.Scott González2011-05-031-1/+1
* Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-49/+67
* Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-8/+31
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-71/+63
* Tabs: enable/disable handle when current state already matches, fix error whe...David Petersen2011-04-281-2/+20
* Tabs: Better tests for tab state.Scott González2011-04-151-58/+3
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-1/+1
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-13/+13
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-30/+1
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...David Petersen2011-03-271-12/+12
* Tabs: Deprecate url method; use aria-controls instead of title to specify pan...David Petersen2011-03-271-4/+0
* Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ...David Petersen2011-03-261-0/+28
* Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-261-7/+0
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and re...David Petersen2011-03-261-36/+0
* Tabs: Fix disable and enable methods to correctly handle when index is undefi...David Petersen2011-03-211-6/+40
* Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-4/+0
* Tab: modified init to display correct content of misordered div when hash pre...jenters2010-10-041-0/+36
* Tabs: Updated tests.Scott González2010-07-161-10/+1
* added tests for enable/disablecarhartl2010-04-201-20/+36
* Removed use of .data() for getting/setting options in tests; using each plugi...Scott González2009-11-091-11/+11
* Tabs: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-011-3/+5
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-1/+3
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well...Klaus Hartl2009-02-131-0/+12
* Tabs: Added tests for select method while at the same time implemented consis...Klaus Hartl2009-02-051-4/+35
* tabs unit tests: split tests into individual files, added some missing testsRichard Worth2009-02-031-1/+82
* unit tests: created separate file for each module: core, common widget, event...Richard Worth2009-02-021-0/+12
/47847/stable29'>backport/47847/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 5ef94047d066da494f2fbf41f66130e2edefc07c (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163