1 | var categories = [ |
---|
2 | { tag: "Accordion", label: "Accordion"}, |
---|
3 | { tag: "Badge", label: "Badge"}, |
---|
4 | { tag: "Button", label: "Button"}, |
---|
5 | { tag: "Carousel", label: "Carousel"}, |
---|
6 | { tag: "ContentPane", label: "ContentPane"}, |
---|
7 | { tag: "DataCarousel", label: "DataCarousel"}, |
---|
8 | { tag: "DatePicker", label: "DatePicker"}, |
---|
9 | { tag: "EdgeToEdgeCategory", label: "EdgeToEdgeCategory"}, |
---|
10 | { tag: "EdgeToEdgeDataList", label: "EdgeToEdgeDataList"}, |
---|
11 | { tag: "EdgeToEdgeList", label: "EdgeToEdgeList"}, |
---|
12 | { tag: "EdgeToEdgeStoreList", label: "EdgeToEdgeStoreList"}, |
---|
13 | { tag: "FixedSplitter", label: "FixedSplitter"}, |
---|
14 | { tag: "FormControls", label: "FormControls"}, |
---|
15 | { tag: "GridLayout", label: "GridLayout"}, |
---|
16 | { tag: "Heading", label: "Heading"}, |
---|
17 | { tag: "Icon", label: "Icon"}, |
---|
18 | { tag: "IconContainer", label: "IconContainer"}, |
---|
19 | { tag: "IconMenu", label: "IconMenu"}, |
---|
20 | { tag: "ListItem", label: "ListItem"}, |
---|
21 | { tag: "Media", label: "Media"}, |
---|
22 | { tag: "Opener", label: "Opener"}, |
---|
23 | { tag: "ProgressIndicator", label: "ProgressIndicator"}, |
---|
24 | { tag: "Rating", label: "Rating"}, |
---|
25 | { tag: "RoundRect", label: "RoundRect"}, |
---|
26 | { tag: "RoundRectDataList", label: "RoundRectDataList"}, |
---|
27 | { tag: "RoundRectList", label: "RoundRectList"}, |
---|
28 | { tag: "ScreenSizeAware", label: "ScreenSizeAware"}, |
---|
29 | { tag: "ScrollablePane", label: "ScrollablePane"}, |
---|
30 | { tag: "ScrollableView", label: "ScrollableView"}, |
---|
31 | { tag: "SimpleDialog", label: "SimpleDialog"}, |
---|
32 | { tag: "SpinWheel", label: "SpinWheel"}, |
---|
33 | { tag: "StoreCarousel", label: "StoreCarousel"}, |
---|
34 | { tag: "SwapView", label: "SwapView"}, |
---|
35 | { tag: "Switch", label: "Switch"}, |
---|
36 | { tag: "TabBar", label: "TabBar"}, |
---|
37 | { tag: "TimePicker", label: "TimePicker"}, |
---|
38 | { tag: "ToolBarButton", label: "ToolBarButton"}, |
---|
39 | { tag: "TreeView", label: "TreeView"}, |
---|
40 | { tag: "ValuePicker", label: "ValuePicker"}, |
---|
41 | { tag: "View", label: "View"}, |
---|
42 | { tag: "bookmarkable", label: "bookmarkable"}, |
---|
43 | { tag: "domButton", label: "domButton"}, |
---|
44 | { tag: "dynamic", label: "dynamic"}, |
---|
45 | { tag: "misc", label: "misc"}, |
---|
46 | { tag: "pageTurn", label: "pageTurn"}, |
---|
47 | { tag: "transition", label: "transition"}, |
---|
48 | { tag: "FilteredLists", label: "FilteredLists"}, |
---|
49 | { tag: "TemplatedWidgets", label: "TemplatedWidgets"} |
---|
50 | ]; |
---|
51 | var tests = [ |
---|
52 | { url: "test_Accordion-demo.html", tags: "Accordion" }, |
---|
53 | { url: "test_Audio-single-source.html", tags: "Media" }, |
---|
54 | { url: "test_Audio.html", tags: "Media" }, |
---|
55 | { url: "test_Badge.html", tags: "Badge" }, |
---|
56 | { url: "test_Button.html", tags: "Button" }, |
---|
57 | { url: "test_Calendar.html", tags: "misc" }, |
---|
58 | { url: "test_Carousel-prog.html", tags: "Carousel" }, |
---|
59 | { url: "test_Carousel.html", tags: "Carousel" }, |
---|
60 | { url: "test_CarouselItem.html", tags: "Carousel" }, |
---|
61 | { url: "test_ComboBox-sv.html", tags: "FormControls" }, |
---|
62 | { url: "test_ComboBox-widepage.html", tags: "FormControls" }, |
---|
63 | { url: "test_ComboBox.html", tags: "FormControls" }, |
---|
64 | { url: "test_ContentPane.html", tags: "ContentPane" }, |
---|
65 | { url: "test_DataCarousel-demo.html", tags: "DataCarousel" }, |
---|
66 | { url: "test_DataCarousel.html", tags: "DataCarousel" }, |
---|
67 | { url: "test_DatePicker.html", tags: "DatePicker" }, |
---|
68 | { url: "test_DatePicker2.html", tags: "DatePicker" }, |
---|
69 | { url: "test_EdgeToEdgeCategory.html", tags: "EdgeToEdgeCategory" }, |
---|
70 | { url: "test_EdgeToEdgeDataList-auto-sv.html", tags: "EdgeToEdgeDataList" }, |
---|
71 | { url: "test_EdgeToEdgeDataList-auto-v.html", tags: "EdgeToEdgeDataList" }, |
---|
72 | { url: "test_EdgeToEdgeDataList-itemMap.html", tags: "EdgeToEdgeDataList"}, |
---|
73 | { url: "test_EdgeToEdgeDataList-lazy.html", tags: "EdgeToEdgeDataList"}, |
---|
74 | { url: "test_EdgeToEdgeDataList-more-sv.html", tags: "EdgeToEdgeDataList" }, |
---|
75 | { url: "test_EdgeToEdgeDataList-more-v.html", tags: "EdgeToEdgeDataList" }, |
---|
76 | { url: "test_EdgeToEdgeDataList.html", tags: "EdgeToEdgeDataList" }, |
---|
77 | { url: "test_EdgeToEdgeList-check.html", tags: "EdgeToEdgeList" }, |
---|
78 | { url: "test_EdgeToEdgeList-editable-a11y.html", tags: "EdgeToEdgeList" }, |
---|
79 | { url: "test_EdgeToEdgeList-editable-sv.html", tags: "EdgeToEdgeList" }, |
---|
80 | { url: "test_EdgeToEdgeList-editable.html", tags: "EdgeToEdgeList" }, |
---|
81 | { url: "test_EdgeToEdgeList-syncWithViews.html", tags: "EdgeToEdgeList" }, |
---|
82 | { url: "test_EdgeToEdgeList-variable.html", tags: "EdgeToEdgeList"}, |
---|
83 | { url: "test_EdgeToEdgeList.html", tags: "EdgeToEdgeList" }, |
---|
84 | { url: "test_EdgeToEdgeStoreList-auto-sv.html", tags: "EdgeToEdgeStoreList" }, |
---|
85 | { url: "test_EdgeToEdgeStoreList-auto-v.html", tags: "EdgeToEdgeStoreList" }, |
---|
86 | { url: "test_EdgeToEdgeStoreList-categ.html", tags: "EdgeToEdgeStoreList" }, |
---|
87 | { url: "test_EdgeToEdgeStoreList-itemMap.html", tags: "EdgeToEdgeStoreList"}, |
---|
88 | { url: "test_EdgeToEdgeStoreList-itemMap-updates.html", tags: "EdgeToEdgeStoreList"}, |
---|
89 | { url: "test_EdgeToEdgeStoreList-lazy.html", tags: "EdgeToEdgeStoreList"}, |
---|
90 | { url: "test_EdgeToEdgeStoreList-more-sv.html", tags: "EdgeToEdgeStoreList" }, |
---|
91 | { url: "test_EdgeToEdgeStoreList-more-v.html", tags: "EdgeToEdgeStoreList" }, |
---|
92 | { url: "test_EdgeToEdgeStoreList.html", tags: "EdgeToEdgeStoreList" }, |
---|
93 | { url: "test_FixedSplitter-H2-prog.html", tags: "FixedSplitter" }, |
---|
94 | { url: "test_FixedSplitter-H2.html", tags: "FixedSplitter" }, |
---|
95 | { url: "test_FixedSplitter-V2H2-ContentPane.html", tags: "FixedSplitter" }, |
---|
96 | { url: "test_FixedSplitter-V2H2-change.html", tags: "FixedSplitter" }, |
---|
97 | { url: "test_FixedSplitter-V2H2.html", tags: "FixedSplitter" }, |
---|
98 | { url: "test_FixedSplitter-V3-var0.html", tags: "FixedSplitter" }, |
---|
99 | { url: "test_FixedSplitter-V3-var1.html", tags: "FixedSplitter" }, |
---|
100 | { url: "test_FixedSplitter-V3-var2.html", tags: "FixedSplitter" }, |
---|
101 | { url: "test_FixedSplitter-V3.html", tags: "FixedSplitter" }, |
---|
102 | { url: "test_FixedSplitter-orientation.html", tags: "FixedSplitter" }, |
---|
103 | { url: "test_FormControls.html", tags: "FormControls" }, |
---|
104 | { url: "test_FormLayout.html", tags: "FormControls"}, |
---|
105 | { url: "test_GridLayout-2cols.html", tags: "GridLayout"}, |
---|
106 | { url: "test_GridLayout-3cols.html", tags: "GridLayout"}, |
---|
107 | { url: "test_GridLayout-change.html", tags: "GridLayout"}, |
---|
108 | { url: "test_GridLayout-demo.html", tags: "GridLayout"}, |
---|
109 | { url: "test_Heading.html", tags: "Heading" }, |
---|
110 | { url: "test_Icon.html", tags: "Icon" }, |
---|
111 | { url: "test_IconContainer-badge.html", tags: "IconContainer" }, |
---|
112 | { url: "test_IconContainer-connect.html", tags: "IconContainer" }, |
---|
113 | { url: "test_IconContainer-editable-a11y.html", tags: "IconContainer" }, |
---|
114 | { url: "test_IconContainer-editable.html", tags: "IconContainer" }, |
---|
115 | { url: "test_IconContainer-highlight.html", tags: "IconContainer" }, |
---|
116 | { url: "test_IconContainer-multi.html", tags: "IconContainer" }, |
---|
117 | { url: "test_IconContainer-prog.html", tags: "IconContainer" }, |
---|
118 | { url: "test_IconContainer-pubsub.html", tags: "IconContainer" }, |
---|
119 | { url: "test_IconContainer-removeConfirmation.html", tags: "IconContainer" }, |
---|
120 | { url: "test_IconContainer-single-below.html", tags: "IconContainer" }, |
---|
121 | { url: "test_IconContainer-single.html", tags: "IconContainer" }, |
---|
122 | { url: "test_IconContainer-sprite.html", tags: "IconContainer" }, |
---|
123 | { url: "test_IconContainer-transition-below.html", tags: "IconContainer" }, |
---|
124 | { url: "test_IconContainer-transition-zoom.html", tags: "IconContainer" }, |
---|
125 | { url: "test_IconContainer.html", tags: "IconContainer" }, |
---|
126 | { url: "test_IconMenu-6up.html", tags: "IconMenu" }, |
---|
127 | { url: "test_IconMenu-programmatic.html", tags: "IconMenu" }, |
---|
128 | { url: "test_IconMenu-standalone.html", tags: "IconMenu" }, |
---|
129 | { url: "test_ListItem-actions.html", tags: "ListItem" }, |
---|
130 | { url: "test_ListItem-button.html", tags: "ListItem" }, |
---|
131 | { url: "test_ListItem-domButtons.html", tags: "ListItem" }, |
---|
132 | { url: "test_ListItem-layout.html", tags: "ListItem" }, |
---|
133 | { url: "test_ListItem-sprite.html", tags: "ListItem" }, |
---|
134 | { url: "test_ListItem-transOpt.html", tags: "ListItem" }, |
---|
135 | { url: "test_Opener-ActionSheet-async.html", tags: "Opener" }, |
---|
136 | { url: "test_Opener-Calendar-lazy-prog.html", tags: "Opener" }, |
---|
137 | { url: "test_Opener-Calendar-lazy.html", tags: "Opener" }, |
---|
138 | { url: "test_Opener-Calendar.html", tags: "Opener" }, |
---|
139 | { url: "test_Opener-ColorPalette-lazy.html", tags: "Opener" }, |
---|
140 | { url: "test_Opener-ColorPalette.html", tags: "Opener" }, |
---|
141 | { url: "test_Opener-DateSpinWheel-lazy.html", tags: "Opener" }, |
---|
142 | { url: "test_Opener-DateSpinWheel.html", tags: "Opener" }, |
---|
143 | { url: "test_Opener-RoundSelectList-async.html", tags: "Opener" }, |
---|
144 | { url: "test_Opener-SearchList-async.html", tags: "Opener" }, |
---|
145 | { url: "test_Overlay.html", tags: "Opener" }, |
---|
146 | { url: "test_Overlay-scroll.html", tags: "Opener" }, |
---|
147 | { url: "test_ProgressBar.html", tags: "ProgressBar"}, |
---|
148 | { url: "test_ProgressIndicator-color.html", tags: "ProgressIndicator" }, |
---|
149 | { url: "test_ProgressIndicator-heading.html", tags: "ProgressIndicator" }, |
---|
150 | { url: "test_ProgressIndicator-list.html", tags: "ProgressIndicator" }, |
---|
151 | { url: "test_ProgressIndicator-size.html", tags: "ProgressIndicator" }, |
---|
152 | { url: "test_ProgressIndicator.html", tags: "ProgressIndicator" }, |
---|
153 | { url: "test_Rating-prog.html", tags: "Rating" }, |
---|
154 | { url: "test_Rating-setter.html", tags: "Rating" }, |
---|
155 | { url: "test_Rating.html", tags: "Rating" }, |
---|
156 | { url: "test_RoundRect.html", tags: "RoundRect" }, |
---|
157 | { url: "test_RoundRectCategory.html", tags: "RoundRectList" }, |
---|
158 | { url: "test_RoundRectDataList.html", tags: "RoundRectDataList" }, |
---|
159 | { url: "test_RoundRectList-check.html", tags: "RoundRectList" }, |
---|
160 | { url: "test_RoundRectList-editable-sv.html", tags: "RoundRectList" }, |
---|
161 | { url: "test_RoundRectList-editable.html", tags: "RoundRectList" }, |
---|
162 | { url: "test_RoundRectList-icons.html", tags: "RoundRectList" }, |
---|
163 | { url: "test_RoundRectList-inherit.html", tags: "RoundRectList" }, |
---|
164 | { url: "test_RoundRectList-variable.html", tags: "RoundRectList"}, |
---|
165 | { url: "test_RoundRectList-vh-icons.html", tags: "RoundRectList" }, |
---|
166 | { url: "test_RoundRectList.html", tags: "RoundRectList" }, |
---|
167 | { url: "test_RoundRectStoreList.html", tags: "RoundRectList" }, |
---|
168 | { url: "test_ScreenSizeAware-demo-prop.html", tags: "ScreenSizeAware" }, |
---|
169 | { url: "test_ScreenSizeAware-demo-tag.html", tags: "ScreenSizeAware" }, |
---|
170 | { url: "test_ScreenSizeAware-icon.html", tags: "ScreenSizeAware" }, |
---|
171 | { url: "test_ScreenSizeAware-prop.html", tags: "ScreenSizeAware" }, |
---|
172 | { url: "test_ScreenSizeAware-tag.html", tags: "ScreenSizeAware" }, |
---|
173 | { url: "test_ScrollableMixin-custom.html", tags: "ScrollableView" }, |
---|
174 | { url: "test_ScrollablePane-demo.html", tags: "ScrollablePane" }, |
---|
175 | { url: "test_ScrollablePane-h.html", tags: "ScrollablePane" }, |
---|
176 | { url: "test_ScrollablePane-mask.html", tags: "ScrollablePane" }, |
---|
177 | { url: "test_ScrollablePane.html", tags: "ScrollablePane" }, |
---|
178 | { url: "test_ScrollableView-demo-long.html", tags: "ScrollableView" }, |
---|
179 | { url: "test_ScrollableView-demo.html", tags: "ScrollableView" }, |
---|
180 | { url: "test_ScrollableView-h.html", tags: "ScrollableView" }, |
---|
181 | { url: "test_ScrollableView-hv-ah-af.html", tags: "ScrollableView" }, |
---|
182 | { url: "test_ScrollableView-hv-vh-vf.html", tags: "ScrollableView" }, |
---|
183 | { url: "test_ScrollableView-hv.html", tags: "ScrollableView" }, |
---|
184 | { url: "test_ScrollableView-short-inp.html", tags: "ScrollableView" }, |
---|
185 | { url: "test_ScrollableView-short.html", tags: "ScrollableView" }, |
---|
186 | { url: "test_ScrollableView-v-ah-af-inp.html", tags: "ScrollableView" }, |
---|
187 | { url: "test_ScrollableView-v-ah-af.html", tags: "ScrollableView" }, |
---|
188 | { url: "test_ScrollableView-v-ah-inp.html", tags: "ScrollableView" }, |
---|
189 | { url: "test_ScrollableView-v-inp.html", tags: "ScrollableView" }, |
---|
190 | { url: "test_ScrollableView-v-vh-af-inp.html", tags: "ScrollableView" }, |
---|
191 | { url: "test_ScrollableView-v-vh-af.html", tags: "ScrollableView" }, |
---|
192 | { url: "test_ScrollableView-v-vh-inp.html", tags: "ScrollableView" }, |
---|
193 | { url: "test_ScrollableView-v-vh-vf-inp.html", tags: "ScrollableView" }, |
---|
194 | { url: "test_ScrollableView-v-vh-vf.html", tags: "ScrollableView" }, |
---|
195 | { url: "test_ScrollableView-v-vh.html", tags: "ScrollableView" }, |
---|
196 | { url: "test_ScrollableView-v.html", tags: "ScrollableView" }, |
---|
197 | { url: "test_ScrollableView-scrollEvents.html", tags: "ScrollableView" }, |
---|
198 | { url: "test_ScrollableView-pullToRefresh.html", tags: "ScrollableView" }, |
---|
199 | { url: "test_ScrollableView-fixedFooters.html", tags: "ScrollableView" }, |
---|
200 | { url: "test_ScrollableView-HTML-inputs.html", tags: "ScrollableView" }, |
---|
201 | { url: "test_SimpleDialog-large.html", tags: "SimpleDialog" }, |
---|
202 | { url: "test_SimpleDialog-load.html", tags: "SimpleDialog" }, |
---|
203 | { url: "test_SimpleDialog-spinWheel.html", tags: "SimpleDialog" }, |
---|
204 | { url: "test_SimpleDialog.html", tags: "SimpleDialog" }, |
---|
205 | { url: "test_Slider.html", tags: "FormControls" }, |
---|
206 | { url: "test_SpinWheel-1slot.html", tags: "SpinWheel" }, |
---|
207 | { url: "test_SpinWheel-custom.html", tags: "SpinWheel" }, |
---|
208 | { url: "test_SpinWheel-icons.html", tags: "SpinWheel" }, |
---|
209 | { url: "test_SpinWheelDatePicker-setter.html", tags: "SpinWheel" }, |
---|
210 | { url: "test_SpinWheelDatePicker-sv.html", tags: "SpinWheel" }, |
---|
211 | { url: "test_SpinWheelDatePicker.html", tags: "SpinWheel" }, |
---|
212 | { url: "test_SpinWheelTimePicker-setter.html", tags: "SpinWheel" }, |
---|
213 | { url: "test_SpinWheelTimePicker.html", tags: "SpinWheel" }, |
---|
214 | { url: "test_StoreCarousel-demo.html", tags: "StoreCarousel" }, |
---|
215 | { url: "test_StoreCarousel-prog.html", tags: "StoreCarousel" }, |
---|
216 | { url: "test_StoreCarousel-resize.html", tags: "StoreCarousel" }, |
---|
217 | { url: "test_StoreCarousel-slideshow.html", tags: "StoreCarousel" }, |
---|
218 | { url: "test_StoreCarousel-widgets.html", tags: "StoreCarousel" }, |
---|
219 | { url: "test_StoreCarousel.html", tags: "StoreCarousel" }, |
---|
220 | { url: "test_SwapView-demo.html", tags: "SwapView" }, |
---|
221 | { url: "test_SwapView-slideshow.html", tags: "SwapView" }, |
---|
222 | { url: "test_SwapView.html", tags: "SwapView" }, |
---|
223 | { url: "test_SwapView-show.html", tags: "SwapView" }, |
---|
224 | { url: "test_Switch-setter.html", tags: "Switch" }, |
---|
225 | { url: "test_Switch.html", tags: "Switch" }, |
---|
226 | { url: "test_TabBar-badge.html", tags: "TabBar" }, |
---|
227 | { url: "test_TabBar-seg-grouped-scroll.html", tags: "TabBar" }, |
---|
228 | { url: "test_TabBar-seg-grouped.html", tags: "TabBar" }, |
---|
229 | { url: "test_TabBar-seg.html", tags: "TabBar" }, |
---|
230 | { url: "test_TabBar-syncWithViews.html", tags: "TabBar" }, |
---|
231 | { url: "test_TabBar.html", tags: "TabBar" }, |
---|
232 | { url: "test_TimePicker.html", tags: "TimePicker" }, |
---|
233 | { url: "test_ToolBarButton-setter.html", tags: "ToolBarButton" }, |
---|
234 | { url: "test_Tooltip.html", tags: "Opener" }, |
---|
235 | { url: "test_TreeView.html", tags: "TreeView" }, |
---|
236 | { url: "test_ValuePicker-1slot.html", tags: "ValuePicker" }, |
---|
237 | { url: "test_ValuePicker-custom.html", tags: "ValuePicker" }, |
---|
238 | { url: "test_ValuePicker-dialog.html", tags: "ValuePicker" }, |
---|
239 | { url: "test_ValuePickerDatePicker-setter.html", tags: "ValuePicker" }, |
---|
240 | { url: "test_ValuePickerDatePicker.html", tags: "ValuePicker" }, |
---|
241 | { url: "test_ValuePickerSlot.html", tags: "ValuePicker" }, |
---|
242 | { url: "test_ValuePickerTimePicker-setter.html", tags: "ValuePicker" }, |
---|
243 | { url: "test_ValuePickerTimePicker.html", tags: "ValuePicker" }, |
---|
244 | { url: "test_Video-single-source.html", tags: "Media" }, |
---|
245 | { url: "test_Video.html", tags: "Media" }, |
---|
246 | { url: "test_View-container-visibility.html", tags: "View" }, |
---|
247 | |
---|
248 | { url: "test_a11y.html", tags: "misc" }, |
---|
249 | { url: "test_add-to-home-screen-sample.html", tags: "misc" }, |
---|
250 | { url: "test_ajax-html-sync.html", tags: "misc" }, |
---|
251 | { url: "test_ajax-html.html", tags: "misc" }, |
---|
252 | { url: "test_ajax-json-sync.html", tags: "misc" }, |
---|
253 | { url: "test_ajax-json.html", tags: "misc" }, |
---|
254 | { url: "test_anchor-label.html", tags: "misc" }, |
---|
255 | { url: "test_bg-view.html", tags: "misc" }, |
---|
256 | { url: "test_bg.html", tags: "misc" }, |
---|
257 | { url: "test_bk-ScrollableView-demo.html", tags: "bookmarkable" }, |
---|
258 | { url: "test_bk-content-view.html", tags: "bookmarkable" }, |
---|
259 | { url: "test_bk-grouped-views.html", tags: "bookmarkable" }, |
---|
260 | { url: "test_bk-list.html", tags: "bookmarkable" }, |
---|
261 | { url: "test_bk-split-views.html", tags: "bookmarkable" }, |
---|
262 | { url: "test_bk-tablet-settings.html", tags: "bookmarkable" }, |
---|
263 | { url: "test_bk_force-ScrollableView-demo.html", tags: "bookmarkable" }, |
---|
264 | { url: "test_bk_force-content-view.html", tags: "bookmarkable" }, |
---|
265 | { url: "test_bk_force-grouped-views.html", tags: "bookmarkable" }, |
---|
266 | { url: "test_bk_force-list.html", tags: "bookmarkable" }, |
---|
267 | { url: "test_bk_force-split-views.html", tags: "bookmarkable" }, |
---|
268 | { url: "test_bk_force-tablet-settings.html", tags: "bookmarkable" }, |
---|
269 | { url: "test_data-handlers.html", tags: "transition" }, |
---|
270 | { url: "test_domButtons.html", tags: "domButton" }, |
---|
271 | { url: "test_domButtons16.html", tags: "domButton" }, |
---|
272 | { url: "test_domButtonsBadge.html", tags: "domButton" }, |
---|
273 | { url: "test_dynamic-ScrollableView-ah-af.html", tags: "dynamic" }, |
---|
274 | { url: "test_dynamic-ScrollableView-vh-vf.html", tags: "dynamic" }, |
---|
275 | { url: "test_dynamic-icons.html", tags: "dynamic" }, |
---|
276 | { url: "test_dynamic-items.html", tags: "dynamic" }, |
---|
277 | { url: "test_grouped-scrollable-views.html", tags: "misc" }, |
---|
278 | { url: "test_grouped-views.html", tags: "misc" }, |
---|
279 | { url: "test_hash-parameter.html", tags: "misc" }, |
---|
280 | { url: "test_html-form-controls.html", tags: "misc" }, |
---|
281 | { url: "test_html-inputs.html", tags: "misc" }, |
---|
282 | { url: "test_i18n-sync.html", tags: "misc" }, |
---|
283 | { url: "test_i18n.html", tags: "misc" }, |
---|
284 | { url: "test_migrationAssist.html", tags: "misc" }, |
---|
285 | { url: "test_new_transition-animations-standard.html", tags: "transition" }, |
---|
286 | { url: "test_new_transition-animations.html", tags: "transition" }, |
---|
287 | { url: "test_new_transition-animations2.html", tags: "transition" }, |
---|
288 | { url: "test_orientation-transition.html", tags: "misc" }, |
---|
289 | { url: "test_pageTurningUtils-add-remove.html", tags: "pageTurn" }, |
---|
290 | { url: "test_pageTurningUtils-callback.html", tags: "pageTurn" }, |
---|
291 | { url: "test_pageTurningUtils-pageType.html", tags: "pageTurn" }, |
---|
292 | { url: "test_pageTurningUtils.html", tags: "pageTurn" }, |
---|
293 | { url: "test_phone-settings.html", tags: "misc" }, |
---|
294 | { url: "test_tablet-settings.html", tags: "misc" }, |
---|
295 | { url: "test_theme-switch.html", tags: "misc" }, |
---|
296 | { url: "test_theme-iOS6.html", tags: "misc" }, |
---|
297 | { url: "test_transition-animations-extended1.html", tags: "transition" }, |
---|
298 | { url: "test_transition-animations-extended2.html", tags: "transition" }, |
---|
299 | { url: "test_transition-animations-extended3.html", tags: "transition" }, |
---|
300 | { url: "test_transition-animations-extended4.html", tags: "transition" }, |
---|
301 | { url: "test_transition-animations-extended5.html", tags: "transition" }, |
---|
302 | { url: "test_transition-animations-standard.html", tags: "transition" }, |
---|
303 | { url: "test_transition-animations.html", tags: "transition" }, |
---|
304 | { url: "test_transition-animations2.html", tags: "transition" }, |
---|
305 | { url: "test_transition-connect.html", tags: "transition" }, |
---|
306 | { url: "test_transition-pubsub.html", tags: "transition" }, |
---|
307 | { url: "test_FilteredList-EdgeToEdgeDataList-demo.html", tags: "FilteredLists" }, |
---|
308 | { url: "test_FilteredList-EdgeToEdgeStoreList-auto.html", tags: "FilteredLists" }, |
---|
309 | { url: "test_FilteredList-EdgeToEdgeStoreList-auto-prog.html", tags: "FilteredLists" }, |
---|
310 | { url: "test_FilteredList-EdgeToEdgeStoreList-demo.html", tags: "FilteredLists" }, |
---|
311 | { url: "test_FilteredList-EdgeToEdgeStoreList-prog.html", tags: "FilteredLists" }, |
---|
312 | { url: "test_FilteredList-EdgeToEdgeStoreList-simple.html", tags: "FilteredLists" }, |
---|
313 | { url: "test_FilteredList-RoundRectList-auto.html", tags: "FilteredLists" }, |
---|
314 | { url: "test_FilteredList-RoundRectList-demo.html", tags: "FilteredLists" }, |
---|
315 | { url: "test_LongListMixin.html", tags: "ScrollableView" }, |
---|
316 | { url: "test_Templated-widgets.html", tags: "TemplatedWidgets" } |
---|
317 | ]; |
---|