hyperactiveform 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +9 -0
- data/context7.json +4 -0
- data/docs/FormGenerator.html +11 -7
- data/docs/HyperActiveForm/Base.html +215 -115
- data/docs/HyperActiveForm/CancelFormSubmit.html +10 -7
- data/docs/HyperActiveForm/FormDidNotSubmitError.html +10 -7
- data/docs/HyperActiveForm/Generators/InstallGenerator.html +11 -7
- data/docs/HyperActiveForm/Generators.html +10 -7
- data/docs/HyperActiveForm.html +12 -9
- data/docs/Hyperactiveform_.html +146 -0
- data/docs/Rspec/Generators/FormGenerator.html +11 -7
- data/docs/Rspec/Generators.html +10 -7
- data/docs/Rspec.html +10 -7
- data/docs/TestUnit/Generators/FormGenerator.html +11 -7
- data/docs/TestUnit/Generators.html +10 -7
- data/docs/TestUnit.html +10 -7
- data/docs/_index.html +20 -13
- data/docs/class_list.html +6 -6
- data/docs/css/common.css +1 -1
- data/docs/css/full_list.css +201 -53
- data/docs/css/style.css +988 -402
- data/docs/file.README.html +29 -78
- data/docs/file_list.html +5 -5
- data/docs/frames.html +1 -1
- data/docs/index.html +29 -78
- data/docs/js/app.js +800 -343
- data/docs/js/full_list.js +332 -240
- data/docs/method_list.html +5 -5
- data/docs/top-level-namespace.html +9 -7
- data/gemfiles/{Gemfile.rails-8.x → Gemfile.rails-8.0.x} +1 -1
- data/gemfiles/Gemfile.rails-8.1.x +5 -0
- data/lib/hyper_active_form/base.rb +19 -7
- data/lib/hyper_active_form/version.rb +1 -1
- metadata +7 -7
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: TestUnit::Generators
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "TestUnit::Generators";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -78,7 +80,8 @@
|
|
|
78
80
|
|
|
79
81
|
<dl>
|
|
80
82
|
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/generators/test_unit/form_generator.rb
|
|
83
|
+
<dd>lib/generators/test_unit/form_generator.rb
|
|
84
|
+
</dd>
|
|
82
85
|
</dl>
|
|
83
86
|
|
|
84
87
|
</div>
|
|
@@ -105,11 +108,11 @@
|
|
|
105
108
|
</div>
|
|
106
109
|
|
|
107
110
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
111
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
109
112
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
|
-
0.9.
|
|
113
|
+
0.9.45 (ruby-4.0.6).
|
|
111
114
|
</div>
|
|
112
115
|
|
|
113
116
|
</div>
|
|
114
117
|
</body>
|
|
115
|
-
</html>
|
|
118
|
+
</html>
|
data/docs/TestUnit.html
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: TestUnit
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "TestUnit";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -78,7 +80,8 @@
|
|
|
78
80
|
|
|
79
81
|
<dl>
|
|
80
82
|
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/generators/test_unit/form_generator.rb
|
|
83
|
+
<dd>lib/generators/test_unit/form_generator.rb
|
|
84
|
+
</dd>
|
|
82
85
|
</dl>
|
|
83
86
|
|
|
84
87
|
</div>
|
|
@@ -105,11 +108,11 @@
|
|
|
105
108
|
</div>
|
|
106
109
|
|
|
107
110
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
111
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
109
112
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
|
-
0.9.
|
|
113
|
+
0.9.45 (ruby-4.0.6).
|
|
111
114
|
</div>
|
|
112
115
|
|
|
113
116
|
</div>
|
|
114
117
|
</body>
|
|
115
|
-
</html>
|
|
118
|
+
</html>
|
data/docs/_index.html
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>
|
|
7
|
-
Documentation by YARD 0.9.
|
|
7
|
+
Documentation by YARD 0.9.45
|
|
8
8
|
|
|
9
9
|
</title>
|
|
10
10
|
|
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css">
|
|
14
14
|
|
|
15
15
|
<script type="text/javascript">
|
|
16
16
|
pathId = null;
|
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
28
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
29
|
+
|
|
28
30
|
<div class="nav_wrap">
|
|
29
31
|
<iframe id="nav" src="class_list.html?1"></iframe>
|
|
30
32
|
<div id="resizer"></div>
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
<div class="clear"></div>
|
|
53
55
|
</div>
|
|
54
56
|
|
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.
|
|
57
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.45</h1>
|
|
56
58
|
<div id="listing">
|
|
57
59
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
|
58
60
|
|
|
@@ -145,23 +147,23 @@
|
|
|
145
147
|
<ul>
|
|
146
148
|
|
|
147
149
|
<li>
|
|
148
|
-
<span class='object_link'><a href="
|
|
150
|
+
<span class='object_link'><a href="TestUnit/Generators.html" title="TestUnit::Generators (module)">Generators</a></span>
|
|
149
151
|
|
|
150
|
-
<small>(
|
|
152
|
+
<small>(TestUnit)</small>
|
|
151
153
|
|
|
152
154
|
</li>
|
|
153
155
|
|
|
154
156
|
<li>
|
|
155
|
-
<span class='object_link'><a href="
|
|
157
|
+
<span class='object_link'><a href="HyperActiveForm/Generators.html" title="HyperActiveForm::Generators (module)">Generators</a></span>
|
|
156
158
|
|
|
157
|
-
<small>(
|
|
159
|
+
<small>(HyperActiveForm)</small>
|
|
158
160
|
|
|
159
161
|
</li>
|
|
160
162
|
|
|
161
163
|
<li>
|
|
162
|
-
<span class='object_link'><a href="
|
|
164
|
+
<span class='object_link'><a href="Rspec/Generators.html" title="Rspec::Generators (module)">Generators</a></span>
|
|
163
165
|
|
|
164
|
-
<small>(
|
|
166
|
+
<small>(Rspec)</small>
|
|
165
167
|
|
|
166
168
|
</li>
|
|
167
169
|
|
|
@@ -178,6 +180,11 @@
|
|
|
178
180
|
|
|
179
181
|
</li>
|
|
180
182
|
|
|
183
|
+
<li>
|
|
184
|
+
<span class='object_link'><a href="Hyperactiveform_.html" title="Hyperactiveform (module)">Hyperactiveform</a></span>
|
|
185
|
+
|
|
186
|
+
</li>
|
|
187
|
+
|
|
181
188
|
</ul>
|
|
182
189
|
</ul>
|
|
183
190
|
|
|
@@ -234,11 +241,11 @@
|
|
|
234
241
|
</div>
|
|
235
242
|
|
|
236
243
|
<div id="footer">
|
|
237
|
-
Generated on
|
|
244
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
238
245
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
239
|
-
0.9.
|
|
246
|
+
0.9.45 (ruby-4.0.6).
|
|
240
247
|
</div>
|
|
241
248
|
|
|
242
249
|
</div>
|
|
243
250
|
</body>
|
|
244
|
-
</html>
|
|
251
|
+
</html>
|
data/docs/class_list.html
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<html >
|
|
3
3
|
<head>
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
5
|
-
<meta charset="utf-8"
|
|
5
|
+
<meta charset="utf-8">
|
|
6
6
|
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen">
|
|
8
8
|
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen">
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
<title>Class List</title>
|
|
19
|
-
<base id="base_target" target="_parent"
|
|
19
|
+
<base id="base_target" target="_parent">
|
|
20
20
|
</head>
|
|
21
21
|
<body>
|
|
22
22
|
<div id="content">
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
|
|
41
41
|
<div id="search">
|
|
42
42
|
<label for="search-class">Search:</label>
|
|
43
|
-
<input id="search-class" type="text"
|
|
43
|
+
<input id="search-class" type="text">
|
|
44
44
|
</div>
|
|
45
45
|
</div>
|
|
46
46
|
|
|
47
47
|
<ul id="full_list" class="class">
|
|
48
48
|
<li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
|
|
49
|
-
<li id='object_FormGenerator' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="FormGenerator.html" title="FormGenerator (class)">FormGenerator</a></span> < NamedBase<small class='search_info'>Top Level Namespace</small></div></li><li id='object_HyperActiveForm' class='odd'><div class='item' style='padding-left:30px'><a tabindex='0' class='toggle' role='button' aria-label='HyperActiveForm child nodes' aria-expanded='false' aria-controls='object_HyperActiveForm'></a> <span class='object_link'><a href="HyperActiveForm.html" title="HyperActiveForm (module)">HyperActiveForm</a></span><small class='search_info'>Top Level Namespace</small></div><div aria-labelledby='object_HyperActiveForm'><ul><li id='object_HyperActiveForm::Base' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="HyperActiveForm/Base.html" title="HyperActiveForm::Base (class)">Base</a></span> < Object<small class='search_info'>HyperActiveForm</small></div></li><li id='object_HyperActiveForm::CancelFormSubmit' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="HyperActiveForm/CancelFormSubmit.html" title="HyperActiveForm::CancelFormSubmit (class)">CancelFormSubmit</a></span> < StandardError<small class='search_info'>HyperActiveForm</small></div></li><li id='object_HyperActiveForm::FormDidNotSubmitError' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="HyperActiveForm/FormDidNotSubmitError.html" title="HyperActiveForm::FormDidNotSubmitError (class)">FormDidNotSubmitError</a></span> < StandardError<small class='search_info'>HyperActiveForm</small></div></li><li id='object_HyperActiveForm::Generators' class='collapsed odd'><div class='item' style='padding-left:45px'><a tabindex='0' class='toggle' role='button' aria-label='Generators child nodes' aria-expanded='false' aria-controls='object_HyperActiveForm::Generators'></a> <span class='object_link'><a href="HyperActiveForm/Generators.html" title="HyperActiveForm::Generators (module)">Generators</a></span><small class='search_info'>HyperActiveForm</small></div><div aria-labelledby='object_HyperActiveForm::Generators'><ul><li id='object_HyperActiveForm::Generators::InstallGenerator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="HyperActiveForm/Generators/InstallGenerator.html" title="HyperActiveForm::Generators::InstallGenerator (class)">InstallGenerator</a></span> < Base<small class='search_info'>HyperActiveForm::Generators</small></div></li></ul></div></li></ul></div></li><li id='
|
|
49
|
+
<li id='object_FormGenerator' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="FormGenerator.html" title="FormGenerator (class)">FormGenerator</a></span> < NamedBase<small class='search_info'>Top Level Namespace</small></div></li><li id='object_HyperActiveForm' class='odd'><div class='item' style='padding-left:30px'><a tabindex='0' class='toggle' role='button' aria-label='HyperActiveForm child nodes' aria-expanded='false' aria-controls='object_HyperActiveForm'></a> <span class='object_link'><a href="HyperActiveForm.html" title="HyperActiveForm (module)">HyperActiveForm</a></span><small class='search_info'>Top Level Namespace</small></div><div aria-labelledby='object_HyperActiveForm'><ul><li id='object_HyperActiveForm::Base' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="HyperActiveForm/Base.html" title="HyperActiveForm::Base (class)">Base</a></span> < Object<small class='search_info'>HyperActiveForm</small></div></li><li id='object_HyperActiveForm::CancelFormSubmit' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="HyperActiveForm/CancelFormSubmit.html" title="HyperActiveForm::CancelFormSubmit (class)">CancelFormSubmit</a></span> < StandardError<small class='search_info'>HyperActiveForm</small></div></li><li id='object_HyperActiveForm::FormDidNotSubmitError' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="HyperActiveForm/FormDidNotSubmitError.html" title="HyperActiveForm::FormDidNotSubmitError (class)">FormDidNotSubmitError</a></span> < StandardError<small class='search_info'>HyperActiveForm</small></div></li><li id='object_HyperActiveForm::Generators' class='collapsed odd'><div class='item' style='padding-left:45px'><a tabindex='0' class='toggle' role='button' aria-label='Generators child nodes' aria-expanded='false' aria-controls='object_HyperActiveForm::Generators'></a> <span class='object_link'><a href="HyperActiveForm/Generators.html" title="HyperActiveForm::Generators (module)">Generators</a></span><small class='search_info'>HyperActiveForm</small></div><div aria-labelledby='object_HyperActiveForm::Generators'><ul><li id='object_HyperActiveForm::Generators::InstallGenerator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="HyperActiveForm/Generators/InstallGenerator.html" title="HyperActiveForm::Generators::InstallGenerator (class)">InstallGenerator</a></span> < Base<small class='search_info'>HyperActiveForm::Generators</small></div></li></ul></div></li></ul></div></li><li id='object_Hyperactiveform' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Hyperactiveform_.html" title="Hyperactiveform (module)">Hyperactiveform</a></span><small class='search_info'>Top Level Namespace</small></div></li><li id='object_Rspec' class='odd'><div class='item' style='padding-left:30px'><a tabindex='0' class='toggle' role='button' aria-label='Rspec child nodes' aria-expanded='false' aria-controls='object_Rspec'></a> <span class='object_link'><a href="Rspec.html" title="Rspec (module)">Rspec</a></span><small class='search_info'>Top Level Namespace</small></div><div aria-labelledby='object_Rspec'><ul><li id='object_Rspec::Generators' class='collapsed even'><div class='item' style='padding-left:45px'><a tabindex='0' class='toggle' role='button' aria-label='Generators child nodes' aria-expanded='false' aria-controls='object_Rspec::Generators'></a> <span class='object_link'><a href="Rspec/Generators.html" title="Rspec::Generators (module)">Generators</a></span><small class='search_info'>Rspec</small></div><div aria-labelledby='object_Rspec::Generators'><ul><li id='object_Rspec::Generators::FormGenerator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Rspec/Generators/FormGenerator.html" title="Rspec::Generators::FormGenerator (class)">FormGenerator</a></span> < NamedBase<small class='search_info'>Rspec::Generators</small></div></li></ul></div></li></ul></div></li><li id='object_TestUnit' class='odd'><div class='item' style='padding-left:30px'><a tabindex='0' class='toggle' role='button' aria-label='TestUnit child nodes' aria-expanded='false' aria-controls='object_TestUnit'></a> <span class='object_link'><a href="TestUnit.html" title="TestUnit (module)">TestUnit</a></span><small class='search_info'>Top Level Namespace</small></div><div aria-labelledby='object_TestUnit'><ul><li id='object_TestUnit::Generators' class='collapsed even'><div class='item' style='padding-left:45px'><a tabindex='0' class='toggle' role='button' aria-label='Generators child nodes' aria-expanded='false' aria-controls='object_TestUnit::Generators'></a> <span class='object_link'><a href="TestUnit/Generators.html" title="TestUnit::Generators (module)">Generators</a></span><small class='search_info'>TestUnit</small></div><div aria-labelledby='object_TestUnit::Generators'><ul><li id='object_TestUnit::Generators::FormGenerator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TestUnit/Generators/FormGenerator.html" title="TestUnit::Generators::FormGenerator (class)">FormGenerator</a></span> < NamedBase<small class='search_info'>TestUnit::Generators</small></div></li></ul></div></li></ul></div></li>
|
|
50
50
|
|
|
51
51
|
</ul>
|
|
52
52
|
</div>
|
data/docs/css/common.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* Override this file with custom rules */
|
|
1
|
+
/* Override this file with custom rules */
|
data/docs/css/full_list.css
CHANGED
|
@@ -1,58 +1,206 @@
|
|
|
1
1
|
body {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
margin: 0;
|
|
3
|
+
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
|
4
|
+
font-size: 13px;
|
|
5
|
+
height: 101%;
|
|
6
|
+
overflow-x: hidden;
|
|
7
|
+
background: #fafafa;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
h1 {
|
|
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
|
-
|
|
10
|
+
h1 {
|
|
11
|
+
padding: 12px 10px;
|
|
12
|
+
padding-bottom: 0;
|
|
13
|
+
margin: 0;
|
|
14
|
+
font-size: 1.4em;
|
|
15
|
+
}
|
|
16
|
+
.clear {
|
|
17
|
+
clear: both;
|
|
18
|
+
}
|
|
19
|
+
.fixed_header {
|
|
20
|
+
position: fixed;
|
|
21
|
+
background: #fff;
|
|
22
|
+
width: 100%;
|
|
23
|
+
padding-bottom: 10px;
|
|
24
|
+
margin-top: 0;
|
|
25
|
+
top: 0;
|
|
26
|
+
z-index: 9999;
|
|
27
|
+
height: 70px;
|
|
28
|
+
}
|
|
29
|
+
#search {
|
|
30
|
+
position: absolute;
|
|
31
|
+
right: 5px;
|
|
32
|
+
top: 9px;
|
|
33
|
+
padding-left: 24px;
|
|
34
|
+
}
|
|
35
|
+
#noresults {
|
|
36
|
+
padding: 7px 12px;
|
|
37
|
+
background: #fff;
|
|
38
|
+
}
|
|
39
|
+
#content.insearch #search,
|
|
40
|
+
#content.insearch #noresults {
|
|
41
|
+
background: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAAPr6+pKSkoiIiO7u7sjIyNjY2J6engAAAI6OjsbGxjIyMlJSUuzs7KamppSUlPLy8oKCghwcHLKysqSkpJqamvT09Pj4+KioqM7OzkRERAwMDGBgYN7e3ujo6Ly8vCoqKjY2NkZGRtTU1MTExDw8PE5OTj4+PkhISNDQ0MrKylpaWrS0tOrq6nBwcKysrLi4uLq6ul5eXlxcXGJiYoaGhuDg4H5+fvz8/KKiohgYGCwsLFZWVgQEBFBQUMzMzDg4OFhYWBoaGvDw8NbW1pycnOLi4ubm5kBAQKqqqiQkJCAgIK6urnJyckpKSjQ0NGpqatLS0sDAwCYmJnx8fEJCQlRUVAoKCggICLCwsOTk5ExMTPb29ra2tmZmZmhoaNzc3KCgoBISEiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==)
|
|
42
|
+
no-repeat center left;
|
|
43
|
+
}
|
|
44
|
+
#full_list {
|
|
45
|
+
padding: 0;
|
|
46
|
+
list-style: none;
|
|
47
|
+
margin-left: 0;
|
|
48
|
+
margin-top: 80px;
|
|
49
|
+
font-size: 1.1em;
|
|
50
|
+
}
|
|
51
|
+
#full_list ul {
|
|
52
|
+
padding: 0;
|
|
53
|
+
}
|
|
54
|
+
#full_list li {
|
|
55
|
+
padding: 0;
|
|
56
|
+
margin: 0;
|
|
57
|
+
list-style: none;
|
|
58
|
+
}
|
|
59
|
+
#full_list li .item {
|
|
60
|
+
padding: 5px 5px 5px 12px;
|
|
61
|
+
}
|
|
62
|
+
#content.insearch #noresults {
|
|
63
|
+
margin-left: 7px;
|
|
64
|
+
}
|
|
65
|
+
#full_list li {
|
|
66
|
+
color: #666;
|
|
67
|
+
cursor: normal;
|
|
68
|
+
white-space: nowrap;
|
|
69
|
+
}
|
|
70
|
+
#full_list li.collapsed ul {
|
|
71
|
+
display: none;
|
|
72
|
+
}
|
|
73
|
+
#full_list li a.toggle {
|
|
74
|
+
cursor: default;
|
|
75
|
+
position: relative;
|
|
76
|
+
left: -5px;
|
|
77
|
+
top: 4px;
|
|
78
|
+
text-indent: -999px;
|
|
79
|
+
width: 10px;
|
|
80
|
+
height: 9px;
|
|
81
|
+
margin-left: -10px;
|
|
82
|
+
display: block;
|
|
83
|
+
float: left;
|
|
84
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC)
|
|
85
|
+
no-repeat bottom left;
|
|
86
|
+
}
|
|
87
|
+
#full_list li.collapsed a.toggle {
|
|
88
|
+
cursor: default;
|
|
89
|
+
background-position: top left;
|
|
90
|
+
}
|
|
91
|
+
#full_list li.deprecated {
|
|
92
|
+
text-decoration: line-through;
|
|
93
|
+
font-style: italic;
|
|
94
|
+
}
|
|
95
|
+
#full_list li.odd {
|
|
96
|
+
background: #f0f0f0;
|
|
97
|
+
}
|
|
98
|
+
#full_list li.even {
|
|
99
|
+
background: #fafafa;
|
|
100
|
+
}
|
|
101
|
+
#full_list .item:hover {
|
|
102
|
+
background: #ddd;
|
|
103
|
+
}
|
|
104
|
+
#full_list li small:before {
|
|
105
|
+
content: "(";
|
|
106
|
+
}
|
|
107
|
+
#full_list li small:after {
|
|
108
|
+
content: ")";
|
|
109
|
+
}
|
|
110
|
+
#full_list li small.search_info {
|
|
111
|
+
display: none;
|
|
112
|
+
}
|
|
113
|
+
a,
|
|
114
|
+
a:visited {
|
|
115
|
+
text-decoration: none;
|
|
116
|
+
color: #05a;
|
|
117
|
+
}
|
|
118
|
+
#full_list li.clicked > .item {
|
|
119
|
+
background: #05a;
|
|
120
|
+
color: #ccc;
|
|
121
|
+
}
|
|
122
|
+
#full_list li.clicked > .item a,
|
|
123
|
+
#full_list li.clicked > .item a:visited {
|
|
124
|
+
color: #eee;
|
|
125
|
+
}
|
|
126
|
+
#full_list li.clicked > .item a.toggle {
|
|
127
|
+
opacity: 0.5;
|
|
128
|
+
background-position: bottom right;
|
|
129
|
+
}
|
|
130
|
+
#full_list li.collapsed.clicked a.toggle {
|
|
131
|
+
background-position: top right;
|
|
132
|
+
}
|
|
133
|
+
#search input {
|
|
134
|
+
border: 1px solid #bbb;
|
|
135
|
+
border-radius: 3px;
|
|
136
|
+
}
|
|
137
|
+
#full_list_nav {
|
|
138
|
+
margin-left: 10px;
|
|
139
|
+
font-size: 0.9em;
|
|
140
|
+
display: block;
|
|
141
|
+
color: #aaa;
|
|
142
|
+
}
|
|
143
|
+
#full_list_nav a,
|
|
144
|
+
#nav a:visited {
|
|
145
|
+
color: #358;
|
|
146
|
+
}
|
|
147
|
+
#full_list_nav a:hover {
|
|
148
|
+
background: transparent;
|
|
149
|
+
color: #5af;
|
|
150
|
+
}
|
|
151
|
+
#full_list_nav span:after {
|
|
152
|
+
content: " | ";
|
|
153
|
+
}
|
|
154
|
+
#full_list_nav span:last-child:after {
|
|
155
|
+
content: "";
|
|
156
|
+
}
|
|
43
157
|
|
|
44
|
-
#content h1 {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
li small
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
#
|
|
52
|
-
|
|
158
|
+
#content h1 {
|
|
159
|
+
margin-top: 0;
|
|
160
|
+
}
|
|
161
|
+
#full_list li small {
|
|
162
|
+
display: block;
|
|
163
|
+
font-size: 0.8em;
|
|
164
|
+
}
|
|
165
|
+
#full_list li small:before {
|
|
166
|
+
content: "";
|
|
167
|
+
}
|
|
168
|
+
#full_list li small:after {
|
|
169
|
+
content: "";
|
|
170
|
+
}
|
|
171
|
+
#full_list li small.search_info {
|
|
172
|
+
display: none;
|
|
173
|
+
}
|
|
174
|
+
#search {
|
|
175
|
+
width: 170px;
|
|
176
|
+
position: static;
|
|
177
|
+
margin: 3px;
|
|
178
|
+
margin-left: 10px;
|
|
179
|
+
font-size: 0.9em;
|
|
180
|
+
color: #666;
|
|
181
|
+
padding-left: 0;
|
|
182
|
+
padding-right: 24px;
|
|
183
|
+
}
|
|
184
|
+
#content.insearch #search {
|
|
185
|
+
background-position: center right;
|
|
186
|
+
}
|
|
187
|
+
#search input {
|
|
188
|
+
width: 110px;
|
|
189
|
+
}
|
|
53
190
|
|
|
54
|
-
#full_list.insearch ul {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
#full_list.insearch
|
|
58
|
-
|
|
191
|
+
#full_list.insearch ul {
|
|
192
|
+
display: block;
|
|
193
|
+
}
|
|
194
|
+
#full_list.insearch .item {
|
|
195
|
+
display: none;
|
|
196
|
+
}
|
|
197
|
+
#full_list.insearch .found {
|
|
198
|
+
display: block;
|
|
199
|
+
padding-left: 11px;
|
|
200
|
+
}
|
|
201
|
+
#full_list.insearch li a.toggle {
|
|
202
|
+
display: none;
|
|
203
|
+
}
|
|
204
|
+
#full_list.insearch li small.search_info {
|
|
205
|
+
display: block;
|
|
206
|
+
}
|