wee 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/TODO +31 -0
- data/benchmark.rb +37 -0
- data/demo.ru +11 -0
- data/doc/rdoc/classes/Array.html +22 -26
- data/doc/rdoc/classes/Hash.html +22 -26
- data/doc/rdoc/classes/Object.html +21 -26
- data/doc/rdoc/classes/String.html +19 -87
- data/doc/rdoc/classes/Struct.html +22 -26
- data/doc/rdoc/classes/Wee.html +75 -206
- data/doc/rdoc/classes/Wee/AnswerDecoration.html +35 -66
- data/doc/rdoc/classes/Wee/AnswerDecoration/Answer.html +28 -46
- data/doc/rdoc/classes/Wee/Application.html +63 -114
- data/doc/rdoc/classes/Wee/Application/SessionCache.html +30 -44
- data/doc/rdoc/classes/Wee/Brush.html +52 -101
- data/doc/rdoc/classes/Wee/Brush/ActionInputTag.html +29 -51
- data/doc/rdoc/classes/Wee/Brush/AnchorTag.html +44 -101
- data/doc/rdoc/classes/Wee/Brush/CheckboxTag.html +43 -76
- data/doc/rdoc/classes/Wee/Brush/FileUploadTag.html +29 -46
- data/doc/rdoc/classes/Wee/Brush/FormTag.html +48 -110
- data/doc/rdoc/classes/Wee/Brush/GenericEncodedTextBrush.html +30 -42
- data/doc/rdoc/classes/Wee/Brush/GenericSingleTagBrush.html +37 -58
- data/doc/rdoc/classes/Wee/Brush/GenericTagBrush.html +93 -210
- data/doc/rdoc/classes/Wee/Brush/GenericTextBrush.html +38 -63
- data/doc/rdoc/classes/Wee/Brush/HiddenInputTag.html +29 -45
- data/doc/rdoc/classes/Wee/Brush/ImageButtonTag.html +35 -52
- data/doc/rdoc/classes/Wee/Brush/ImageTag.html +28 -61
- data/doc/rdoc/classes/Wee/Brush/InputTag.html +34 -107
- data/doc/rdoc/classes/Wee/Brush/JavascriptTag.html +28 -54
- data/doc/rdoc/classes/Wee/Brush/Page.html +39 -73
- data/doc/rdoc/classes/Wee/Brush/PasswordInputTag.html +29 -45
- data/doc/rdoc/classes/Wee/Brush/RadioButtonTag.html +54 -98
- data/doc/rdoc/classes/Wee/Brush/RadioGroup.html +46 -84
- data/doc/rdoc/classes/Wee/Brush/SelectListTag.html +87 -187
- data/doc/rdoc/classes/Wee/Brush/SelectOptionTag.html +29 -56
- data/doc/rdoc/classes/Wee/Brush/SubmitButtonTag.html +29 -45
- data/doc/rdoc/classes/Wee/Brush/TableDataTag.html +28 -55
- data/doc/rdoc/classes/Wee/Brush/TableHeaderTag.html +28 -55
- data/doc/rdoc/classes/Wee/Brush/TableRowTag.html +56 -113
- data/doc/rdoc/classes/Wee/Brush/TableTag.html +27 -58
- data/doc/rdoc/classes/Wee/Brush/TextAreaTag.html +48 -140
- data/doc/rdoc/classes/Wee/Brush/TextInputTag.html +29 -45
- data/doc/rdoc/classes/Wee/CallAnswerMixin.html +51 -79
- data/doc/rdoc/classes/Wee/CallbackMixin.html +44 -77
- data/doc/rdoc/classes/Wee/CallbackRegistry.html +69 -125
- data/doc/rdoc/classes/Wee/Callbacks.html +43 -82
- data/doc/rdoc/classes/Wee/Component.html +142 -292
- data/doc/rdoc/classes/Wee/Decoration.html +85 -141
- data/doc/rdoc/classes/Wee/DecorationMixin.html +111 -118
- data/doc/rdoc/classes/Wee/Delegate.html +72 -115
- data/doc/rdoc/classes/Wee/DupReplaceSnapshotMixin.html +37 -54
- data/doc/rdoc/classes/Wee/ErrorResponse.html +31 -48
- data/doc/rdoc/classes/Wee/FormDecoration.html +32 -46
- data/doc/rdoc/classes/Wee/GenericResponse.html +30 -50
- data/doc/rdoc/classes/Wee/HtmlCanvas.html +209 -562
- data/doc/rdoc/classes/Wee/HtmlDocument.html +51 -91
- data/doc/rdoc/classes/Wee/HtmlWriter.html +76 -156
- data/doc/rdoc/classes/Wee/IdGenerator.html +28 -44
- data/doc/rdoc/classes/Wee/IdGenerator/Secure.html +53 -95
- data/doc/rdoc/classes/Wee/IdGenerator/Sequential.html +37 -63
- data/doc/rdoc/classes/Wee/JQuery.html +36 -64
- data/doc/rdoc/classes/Wee/LRUCache.html +94 -189
- data/doc/rdoc/classes/Wee/LRUCache/Item.html +30 -42
- data/doc/rdoc/classes/Wee/ObjectSnapshotMixin.html +37 -54
- data/doc/rdoc/classes/Wee/PageDecoration.html +48 -79
- data/doc/rdoc/classes/Wee/Presenter.html +86 -143
- data/doc/rdoc/classes/Wee/RedirectResponse.html +31 -49
- data/doc/rdoc/classes/Wee/RefreshResponse.html +34 -48
- data/doc/rdoc/classes/Wee/Renderer.html +56 -125
- data/doc/rdoc/classes/Wee/Request.html +57 -115
- data/doc/rdoc/classes/Wee/Response.html +24 -26
- data/doc/rdoc/classes/Wee/Session.html +137 -292
- data/doc/rdoc/classes/Wee/Session/AbortCallbackProcessing.html +29 -46
- data/doc/rdoc/classes/Wee/Session/MutexSerializer.html +29 -42
- data/doc/rdoc/classes/Wee/Session/Page.html +22 -21
- data/doc/rdoc/classes/Wee/Session/ThreadSerializer.html +36 -60
- data/doc/rdoc/classes/Wee/State.html +57 -105
- data/doc/rdoc/classes/Wee/State/Snapshot.html +22 -21
- data/doc/rdoc/classes/Wee/State/SnapshotIVars.html +22 -21
- data/doc/rdoc/classes/Wee/StructSnapshotMixin.html +37 -54
- data/doc/rdoc/classes/Wee/WrapperDecoration.html +42 -68
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/README_rdoc.html +26 -17
- data/doc/rdoc/files/lib/wee/application_rb.html +25 -19
- data/doc/rdoc/files/lib/wee/call_answer_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/callback_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/component_rb.html +25 -19
- data/doc/rdoc/files/lib/wee/decoration_rb.html +23 -15
- data/doc/rdoc/files/lib/wee/html_brushes_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/html_canvas_rb.html +23 -15
- data/doc/rdoc/files/lib/wee/html_document_rb.html +23 -15
- data/doc/rdoc/files/lib/wee/html_writer_rb.html +23 -15
- data/doc/rdoc/files/lib/wee/id_generator_rb.html +24 -17
- data/doc/rdoc/files/lib/wee/jquery/jquery_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/jquery_rb.html +23 -15
- data/doc/rdoc/files/lib/wee/lru_cache_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/presenter_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/renderer_rb.html +23 -12
- data/doc/rdoc/files/lib/wee/request_rb.html +23 -15
- data/doc/rdoc/files/lib/wee/response_rb.html +24 -17
- data/doc/rdoc/files/lib/wee/session_rb.html +26 -21
- data/doc/rdoc/files/lib/wee/state_rb.html +23 -12
- data/doc/rdoc/files/lib/wee_rb.html +37 -47
- data/doc/rdoc/fr_class_index.html +12 -86
- data/doc/rdoc/fr_file_index.html +12 -30
- data/doc/rdoc/fr_method_index.html +242 -473
- data/doc/rdoc/index.html +8 -5
- data/doc/rdoc/rdoc-style.css +119 -210
- data/examples/ObjectSpaceBrowser.rb +4 -4
- data/examples/TODO +21 -0
- data/examples/ajax.rb +6 -4
- data/examples/blog.rb +42 -0
- data/examples/demo.rb +5 -3
- data/examples/demo/calculator.rb +3 -3
- data/examples/demo/calendar.rb +4 -4
- data/examples/demo/counter.rb +2 -2
- data/examples/demo/editable_counter.rb +2 -2
- data/examples/demo/example.rb +25 -16
- data/examples/demo/window.rb +10 -3
- data/examples/hw2.rb +17 -0
- data/examples/recipe/description.rb +170 -0
- data/examples/recipe/migrations/001_create_recipes.rb +13 -0
- data/examples/recipe/model.rb +27 -0
- data/examples/recipe/models/recipe.rb +18 -0
- data/examples/recipe/recipe_editor.rb +28 -0
- data/lib/wee.rb +1 -7
- data/lib/wee/component.rb +37 -74
- data/lib/wee/decoration.rb +16 -15
- data/lib/wee/html_brushes.rb +16 -17
- data/lib/wee/presenter.rb +2 -1
- data/lib/wee/response.rb +4 -4
- data/lib/wee/session.rb +2 -2
- data/lib/wee/state.rb +2 -2
- data/test/t.rb +67 -0
- data/wee.gemspec +1 -1
- metadata +157 -167
@@ -1,9 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: component.rb
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
8
|
+
<title>File: component.rb</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
9
12
|
<script type="text/javascript">
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>component.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/wee/component.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Thu Oct 22 23:33:02 +0200 2009</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,19 +64,18 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
71
|
+
|
66
72
|
<div id="requires-list">
|
67
73
|
<h3 class="section-bar">Required files</h3>
|
68
74
|
|
69
75
|
<div class="name-list">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
wee/decoration
|
74
|
-
|
75
|
-
wee/call_answer
|
76
|
-
|
76
|
+
wee/presenter
|
77
|
+
wee/decoration
|
78
|
+
wee/call_answer
|
77
79
|
</div>
|
78
80
|
</div>
|
79
81
|
|
@@ -82,6 +84,7 @@
|
|
82
84
|
|
83
85
|
</div>
|
84
86
|
|
87
|
+
|
85
88
|
<!-- if includes -->
|
86
89
|
|
87
90
|
<div id="section">
|
@@ -89,16 +92,19 @@
|
|
89
92
|
|
90
93
|
|
91
94
|
|
92
|
-
|
95
|
+
|
96
|
+
|
93
97
|
|
94
98
|
|
99
|
+
<!-- if method_list -->
|
95
100
|
|
96
101
|
|
97
102
|
</div>
|
98
103
|
|
104
|
+
|
99
105
|
<div id="validator-badges">
|
100
106
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
101
107
|
</div>
|
102
108
|
|
103
109
|
</body>
|
104
|
-
</html>
|
110
|
+
</html>
|
@@ -1,9 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: decoration.rb
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
8
|
+
<title>File: decoration.rb</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
9
12
|
<script type="text/javascript">
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>decoration.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/wee/decoration.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Thu Oct 22 23:34:03 +0200 2009</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,15 +64,16 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
71
|
+
|
66
72
|
<div id="requires-list">
|
67
73
|
<h3 class="section-bar">Required files</h3>
|
68
74
|
|
69
75
|
<div class="name-list">
|
70
|
-
|
71
|
-
wee/presenter
|
72
|
-
|
76
|
+
wee/presenter
|
73
77
|
</div>
|
74
78
|
</div>
|
75
79
|
|
@@ -78,6 +82,7 @@
|
|
78
82
|
|
79
83
|
</div>
|
80
84
|
|
85
|
+
|
81
86
|
<!-- if includes -->
|
82
87
|
|
83
88
|
<div id="section">
|
@@ -85,16 +90,19 @@
|
|
85
90
|
|
86
91
|
|
87
92
|
|
88
|
-
|
93
|
+
|
94
|
+
|
89
95
|
|
90
96
|
|
97
|
+
<!-- if method_list -->
|
91
98
|
|
92
99
|
|
93
100
|
</div>
|
94
101
|
|
102
|
+
|
95
103
|
<div id="validator-badges">
|
96
104
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
97
105
|
</div>
|
98
106
|
|
99
107
|
</body>
|
100
|
-
</html>
|
108
|
+
</html>
|
@@ -1,9 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: html_brushes.rb
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
8
|
+
<title>File: html_brushes.rb</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
9
12
|
<script type="text/javascript">
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>html_brushes.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/wee/html_brushes.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Oct 23 00:32:10 +0200 2009</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,13 +64,18 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
71
|
+
|
72
|
+
|
66
73
|
</div>
|
67
74
|
|
68
75
|
|
69
76
|
</div>
|
70
77
|
|
78
|
+
|
71
79
|
<!-- if includes -->
|
72
80
|
|
73
81
|
<div id="section">
|
@@ -75,16 +83,19 @@
|
|
75
83
|
|
76
84
|
|
77
85
|
|
78
|
-
<!-- if method_list -->
|
79
86
|
|
87
|
+
|
80
88
|
|
81
89
|
|
90
|
+
<!-- if method_list -->
|
91
|
+
|
82
92
|
|
83
93
|
</div>
|
84
94
|
|
95
|
+
|
85
96
|
<div id="validator-badges">
|
86
97
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
87
98
|
</div>
|
88
99
|
|
89
100
|
</body>
|
90
|
-
</html>
|
101
|
+
</html>
|
@@ -1,9 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: html_canvas.rb
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
8
|
+
<title>File: html_canvas.rb</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
9
12
|
<script type="text/javascript">
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>html_canvas.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/wee/html_canvas.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Mon Apr 06 15:29:58 +0200 2009</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,15 +64,16 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
71
|
+
|
66
72
|
<div id="requires-list">
|
67
73
|
<h3 class="section-bar">Required files</h3>
|
68
74
|
|
69
75
|
<div class="name-list">
|
70
|
-
|
71
|
-
wee/renderer
|
72
|
-
|
76
|
+
wee/renderer
|
73
77
|
</div>
|
74
78
|
</div>
|
75
79
|
|
@@ -78,6 +82,7 @@
|
|
78
82
|
|
79
83
|
</div>
|
80
84
|
|
85
|
+
|
81
86
|
<!-- if includes -->
|
82
87
|
|
83
88
|
<div id="section">
|
@@ -85,16 +90,19 @@
|
|
85
90
|
|
86
91
|
|
87
92
|
|
88
|
-
|
93
|
+
|
94
|
+
|
89
95
|
|
90
96
|
|
97
|
+
<!-- if method_list -->
|
91
98
|
|
92
99
|
|
93
100
|
</div>
|
94
101
|
|
102
|
+
|
95
103
|
<div id="validator-badges">
|
96
104
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
97
105
|
</div>
|
98
106
|
|
99
107
|
</body>
|
100
|
-
</html>
|
108
|
+
</html>
|
@@ -1,9 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: html_document.rb
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
8
|
+
<title>File: html_document.rb</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
9
12
|
<script type="text/javascript">
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>html_document.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/wee/html_document.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Thu Mar 12 15:41:33 +0100 2009</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,15 +64,16 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
71
|
+
|
66
72
|
<div id="requires-list">
|
67
73
|
<h3 class="section-bar">Required files</h3>
|
68
74
|
|
69
75
|
<div class="name-list">
|
70
|
-
|
71
|
-
wee/html_writer
|
72
|
-
|
76
|
+
wee/html_writer
|
73
77
|
</div>
|
74
78
|
</div>
|
75
79
|
|
@@ -78,6 +82,7 @@
|
|
78
82
|
|
79
83
|
</div>
|
80
84
|
|
85
|
+
|
81
86
|
<!-- if includes -->
|
82
87
|
|
83
88
|
<div id="section">
|
@@ -85,16 +90,19 @@
|
|
85
90
|
|
86
91
|
|
87
92
|
|
88
|
-
|
93
|
+
|
94
|
+
|
89
95
|
|
90
96
|
|
97
|
+
<!-- if method_list -->
|
91
98
|
|
92
99
|
|
93
100
|
</div>
|
94
101
|
|
102
|
+
|
95
103
|
<div id="validator-badges">
|
96
104
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
97
105
|
</div>
|
98
106
|
|
99
107
|
</body>
|
100
|
-
</html>
|
108
|
+
</html>
|