-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtools.yaml
More file actions
133 lines (133 loc) · 5.15 KB
/
tools.yaml
File metadata and controls
133 lines (133 loc) · 5.15 KB
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
categories:
-
category: UI Tools
description: The missing collection of UI widgets
tools:
-
name: Tabs
key: tabs
description: The most important UI tool
file: tabs/tabs
link: tabs/index.html
plugins:
-
name: Slideshow plugin
key: tabs.slideshow
description: Transforms tabs into a working slideshow
file: tabs/tabs.slideshow
link: tabs/slideshow.html
-
name: Tooltip
key: tooltip
description: The basics of UI design
file: tooltip/tooltip
link: tooltip/index.html
plugins:
-
name: Slide effect
key: tooltip.slide
description: >
A sliding tooltip effect with customized
sliding directions, dimensions and speeds
file: tooltip/tooltip.slide
link: tooltip/slide.html
-
name: Dynamic plugin
key: tooltip.dynamic
description: >
Dynamic positioning of the tooltip so
that it always stays in the viewport
file: tooltip/tooltip.dynamic
link: tooltip/dynamic.html
-
name: Scrollable
key: scrollable
description: A generic HTML scrolling widget
file: scrollable/scrollable
link: scrollable/index.html
plugins:
-
name: Autoscroll plugin
key: scrollable.autoscroll
description: >
Makes the scrolling behavior automatic.
highly configurable
file: scrollable/scrollable.autoscroll
link: scrollable/autoscroll.html
-
name: Navigator plugin
key: scrollable.navigator
description: >
Provides navigation buttons for switching
between pages in scrollable
file: scrollable/scrollable.navigator
link: scrollable/navigator.html
-
name: Overlay
key: overlay
description: A generic HTML overlaying widget
file: overlay/overlay
link: overlay/index.html
plugins:
-
name: Apple effect
key: overlay.apple
description: >
An overlay effect that you might have
seen on apple.com
file: overlay/overlay.apple
link: overlay/apple.html
-
category: Form Tools
description: 20 year wait is over. HTML5 is here
tools:
-
name: Dateinput
key: dateinput
description: HTML5 date input for humans
file: dateinput/dateinput
link: dateinput/index.html
-
name: Rangeinput
key: rangeinput
description: HTML5 range input for humans
file: rangeinput/rangeinput
link: rangeinput/index.html
-
name: Validator
key: validator
description: HTML5 input validation for humans
file: validator/validator
link: validator/index.html
-
category: Toolbox
description: Important tools for your everyday scripting
tools:
-
name: Flashembed
key: toolbox.flashembed
description: >
The future of Flash embedding. Works as a
standalone tool and jQuery is not required.
file: toolbox/toolbox.flashembed
link: toolbox/flashembed.html
-
name: History
key: toolbox.history
description: Back button for AJAX apps
file: toolbox/toolbox.history
link: toolbox/history.html
-
name: Expose
key: toolbox.expose
description: >
Makes your HTML stand out from its surroundings
file: toolbox/toolbox.expose
link: toolbox/expose.html
-
name: Mousewheel
key: toolbox.mousewheel
description: >
A generic mousewheel support for jQuery
file: toolbox/toolbox.mousewheel
link: toolbox/mousewheel.html