bivouac 0.1.5 → 0.1.6
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.
- data/README +6 -0
- data/bin/bivouac +1 -1
- data/doc/rdoc/classes/BivouacHelpers/BaseView.html +10 -10
- data/doc/rdoc/classes/BivouacHelpers/FormView.html +26 -26
- data/doc/rdoc/classes/BivouacHelpers/HtmlView.html +18 -18
- data/doc/rdoc/classes/BivouacHelpers/JavaScriptView.html +34 -34
- data/doc/rdoc/classes/BivouacHelpers/ScriptAculoUsView.html +15 -15
- data/doc/rdoc/classes/BivouacHelpers/{TooltipView.html → SoundView.html} +59 -38
- data/doc/rdoc/classes/BivouacHelpers.html +3 -3
- data/doc/rdoc/classes/JavaScriptGenerator.html +2 -2
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/AUTHORS.html +2 -2
- data/doc/rdoc/files/COPYING.html +2 -2
- data/doc/rdoc/files/README.html +18 -3
- data/doc/rdoc/files/lib/bivouac/helpers/view/goh/base_rb.html +2 -2
- data/doc/rdoc/files/lib/bivouac/helpers/view/goh/form_rb.html +2 -2
- data/doc/rdoc/files/lib/bivouac/helpers/view/goh/html_rb.html +3 -3
- data/doc/rdoc/files/lib/bivouac/helpers/view/goh/javascript_rb.html +2 -2
- data/doc/rdoc/files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html +2 -2
- data/doc/rdoc/files/lib/bivouac/helpers/view/goh/{tooltip_rb.html → sound_rb.html} +7 -7
- data/lib/bivouac/helpers/view/goh/html.rb +1 -1
- data/lib/bivouac/template/Rakefile.rb +13 -0
- data/lib/bivouac/template/application/helpers_goh.rb +0 -2
- metadata +5 -7
- data/lib/bivouac/helpers/view/goh/tooltip.rb +0 -33
- data/lib/bivouac/template/static/tooltip.js +0 -208
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../../classes/BivouacHelpers/
|
75
|
+
<a href="../../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|
@@ -103,7 +103,7 @@ bivouac/helpers/view/html
|
|
103
103
|
|
104
104
|
<h2 class="ruled">Methods</h2>
|
105
105
|
<h4 class="ruled">Public Instance method:
|
106
|
-
<strong><a name="
|
106
|
+
<strong><a name="M000031">escape_javascript(javascript)</a></strong> <a href="#M000031"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: escape_javascript" /></a></h4>
|
107
107
|
|
108
108
|
<p>
|
109
109
|
Escape carrier returns and single and double quotes for JavaScript
|
@@ -111,8 +111,8 @@ segments.
|
|
111
111
|
</p>
|
112
112
|
|
113
113
|
<div class="sourcecode">
|
114
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
115
|
-
<div id="
|
114
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000031_source')" id="l_M000031_source">show source</a> ]</p>
|
115
|
+
<div id="M000031_source" class="dyn-source">
|
116
116
|
<pre>
|
117
117
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 202</span>
|
118
118
|
202: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">escape_javascript</span>(<span class="ruby-identifier">javascript</span>)
|
@@ -122,7 +122,7 @@ segments.
|
|
122
122
|
</div>
|
123
123
|
</div>
|
124
124
|
<h4 class="ruled">Public Instance method:
|
125
|
-
<strong><a name="
|
125
|
+
<strong><a name="M000032">javascript_tag( content, options = {} )</a></strong> <a href="#M000032"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: javascript_tag" /></a></h4>
|
126
126
|
|
127
127
|
<p>
|
128
128
|
Returns a JavaScript tag with the <tt>block</tt> inside. Example:
|
@@ -142,8 +142,8 @@ Returns:
|
|
142
142
|
</pre>
|
143
143
|
|
144
144
|
<div class="sourcecode">
|
145
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
146
|
-
<div id="
|
145
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000032_source')" id="l_M000032_source">show source</a> ]</p>
|
146
|
+
<div id="M000032_source" class="dyn-source">
|
147
147
|
<pre>
|
148
148
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 218</span>
|
149
149
|
218: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">javascript_tag</span>( <span class="ruby-identifier">content</span>, <span class="ruby-identifier">options</span> = {} )
|
@@ -156,7 +156,7 @@ Returns:
|
|
156
156
|
</div>
|
157
157
|
</div>
|
158
158
|
<h4 class="ruled">Public Instance method:
|
159
|
-
<strong><a name="
|
159
|
+
<strong><a name="M000035">link_to_function( name, *args, &block )</a></strong> <a href="#M000035"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: link_to_function" /></a></h4>
|
160
160
|
|
161
161
|
<p>
|
162
162
|
Returns a link that will trigger a JavaScript function using the onclick
|
@@ -164,7 +164,7 @@ handler and return false after the fact.
|
|
164
164
|
</p>
|
165
165
|
<p>
|
166
166
|
The function argument can be omitted in favor of an <a
|
167
|
-
href="JavaScriptView.html#
|
167
|
+
href="JavaScriptView.html#M000033">update_page</a> block, which evaluates
|
168
168
|
to a string when the template is rendered (instead of making an Ajax
|
169
169
|
request first).
|
170
170
|
</p>
|
@@ -213,8 +213,8 @@ Produces:
|
|
213
213
|
</pre>
|
214
214
|
|
215
215
|
<div class="sourcecode">
|
216
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
217
|
-
<div id="
|
216
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000035_source')" id="l_M000035_source">show source</a> ]</p>
|
217
|
+
<div id="M000035_source" class="dyn-source">
|
218
218
|
<pre>
|
219
219
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 273</span>
|
220
220
|
273: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">link_to_function</span>( <span class="ruby-identifier">name</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">args</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">block</span> )
|
@@ -234,7 +234,7 @@ Produces:
|
|
234
234
|
</div>
|
235
235
|
</div>
|
236
236
|
<h4 class="ruled">Public Instance method:
|
237
|
-
<strong><a name="
|
237
|
+
<strong><a name="M000036">link_to_remote(name, options = {}, html_options = {})</a></strong> <a href="#M000036"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: link_to_remote" /></a></h4>
|
238
238
|
|
239
239
|
<p>
|
240
240
|
Returns a link to a remote action defined by <tt>options[:url]</tt>
|
@@ -358,8 +358,8 @@ the ID of a table row or any other DOM element.
|
|
358
358
|
</table>
|
359
359
|
|
360
360
|
<div class="sourcecode">
|
361
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
362
|
-
<div id="
|
361
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000036_source')" id="l_M000036_source">show source</a> ]</p>
|
362
|
+
<div id="M000036_source" class="dyn-source">
|
363
363
|
<pre>
|
364
364
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 371</span>
|
365
365
|
371: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">link_to_remote</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span> = {}, <span class="ruby-identifier">html_options</span> = {})
|
@@ -369,7 +369,7 @@ the ID of a table row or any other DOM element.
|
|
369
369
|
</div>
|
370
370
|
</div>
|
371
371
|
<h4 class="ruled">Public Instance method:
|
372
|
-
<strong><a name="
|
372
|
+
<strong><a name="M000038">observe_field(field_id, options = {})</a></strong> <a href="#M000038"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: observe_field" /></a></h4>
|
373
373
|
|
374
374
|
<p>
|
375
375
|
Observes the field with the DOM ID specified by <tt>field_id</tt> and makes
|
@@ -419,12 +419,12 @@ radio buttons and checkboxes. With this, you can specify it instead to be
|
|
419
419
|
</table>
|
420
420
|
<p>
|
421
421
|
Additionally, you may specify any of the options documented in <a
|
422
|
-
href="JavaScriptView.html#
|
422
|
+
href="JavaScriptView.html#M000036">link_to_remote</a>.
|
423
423
|
</p>
|
424
424
|
|
425
425
|
<div class="sourcecode">
|
426
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
427
|
-
<div id="
|
426
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000038_source')" id="l_M000038_source">show source</a> ]</p>
|
427
|
+
<div id="M000038_source" class="dyn-source">
|
428
428
|
<pre>
|
429
429
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 420</span>
|
430
430
|
420: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">observe_field</span>(<span class="ruby-identifier">field_id</span>, <span class="ruby-identifier">options</span> = {})
|
@@ -438,7 +438,7 @@ href="JavaScriptView.html#M000034">link_to_remote</a>.
|
|
438
438
|
</div>
|
439
439
|
</div>
|
440
440
|
<h4 class="ruled">Public Instance method:
|
441
|
-
<strong><a name="
|
441
|
+
<strong><a name="M000037">periodically_call_remote(options = {})</a></strong> <a href="#M000037"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: periodically_call_remote" /></a></h4>
|
442
442
|
|
443
443
|
<p>
|
444
444
|
Periodically calls the specified url (<tt>options[:url]</tt>) every
|
@@ -446,12 +446,12 @@ Periodically calls the specified url (<tt>options[:url]</tt>) every
|
|
446
446
|
update a specified div (<tt>options[:update]</tt>) with the results of the
|
447
447
|
remote call. The options for specifying the target with :url and defining
|
448
448
|
callbacks is the same as <a
|
449
|
-
href="JavaScriptView.html#
|
449
|
+
href="JavaScriptView.html#M000036">link_to_remote</a>.
|
450
450
|
</p>
|
451
451
|
|
452
452
|
<div class="sourcecode">
|
453
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
454
|
-
<div id="
|
453
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000037_source')" id="l_M000037_source">show source</a> ]</p>
|
454
|
+
<div id="M000037_source" class="dyn-source">
|
455
455
|
<pre>
|
456
456
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 380</span>
|
457
457
|
380: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">periodically_call_remote</span>(<span class="ruby-identifier">options</span> = {})
|
@@ -463,11 +463,11 @@ href="JavaScriptView.html#M000034">link_to_remote</a>.
|
|
463
463
|
</div>
|
464
464
|
</div>
|
465
465
|
<h4 class="ruled">Public Instance method:
|
466
|
-
<strong><a name="
|
466
|
+
<strong><a name="M000039">remote_function(options)</a></strong> <a href="#M000039"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: remote_function" /></a></h4>
|
467
467
|
|
468
468
|
<p>
|
469
469
|
Returns the JavaScript needed for a remote function. Takes the same
|
470
|
-
arguments as <a href="JavaScriptView.html#
|
470
|
+
arguments as <a href="JavaScriptView.html#M000036">link_to_remote</a>.
|
471
471
|
</p>
|
472
472
|
<p>
|
473
473
|
Example:
|
@@ -486,8 +486,8 @@ Example:
|
|
486
486
|
</pre>
|
487
487
|
|
488
488
|
<div class="sourcecode">
|
489
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
490
|
-
<div id="
|
489
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000039_source')" id="l_M000039_source">show source</a> ]</p>
|
490
|
+
<div id="M000039_source" class="dyn-source">
|
491
491
|
<pre>
|
492
492
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 442</span>
|
493
493
|
442: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remote_function</span>(<span class="ruby-identifier">options</span>)
|
@@ -521,7 +521,7 @@ Example:
|
|
521
521
|
</div>
|
522
522
|
</div>
|
523
523
|
<h4 class="ruled">Public Instance method:
|
524
|
-
<strong><a name="
|
524
|
+
<strong><a name="M000033">update_page( &block )</a></strong> <a href="#M000033"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: update_page" /></a></h4>
|
525
525
|
|
526
526
|
<p>
|
527
527
|
Yields a <a href="../JavaScriptGenerator.html">JavaScriptGenerator</a> and
|
@@ -532,8 +532,8 @@ information.
|
|
532
532
|
</p>
|
533
533
|
|
534
534
|
<div class="sourcecode">
|
535
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
536
|
-
<div id="
|
535
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000033_source')" id="l_M000033_source">show source</a> ]</p>
|
536
|
+
<div id="M000033_source" class="dyn-source">
|
537
537
|
<pre>
|
538
538
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 228</span>
|
539
539
|
228: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update_page</span>( <span class="ruby-operator">&</span><span class="ruby-identifier">block</span> )
|
@@ -543,18 +543,18 @@ information.
|
|
543
543
|
</div>
|
544
544
|
</div>
|
545
545
|
<h4 class="ruled">Public Instance method:
|
546
|
-
<strong><a name="
|
546
|
+
<strong><a name="M000034">update_page_tag( options = {}, &block )</a></strong> <a href="#M000034"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: update_page_tag" /></a></h4>
|
547
547
|
|
548
548
|
<p>
|
549
|
-
Works like <a href="JavaScriptView.html#
|
549
|
+
Works like <a href="JavaScriptView.html#M000033">update_page</a> but wraps
|
550
550
|
the generated JavaScript in a <script> tag. See <a
|
551
551
|
href="../JavaScriptGenerator.html">JavaScriptGenerator</a> for more
|
552
552
|
information.
|
553
553
|
</p>
|
554
554
|
|
555
555
|
<div class="sourcecode">
|
556
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
557
|
-
<div id="
|
556
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000034_source')" id="l_M000034_source">show source</a> ]</p>
|
557
|
+
<div id="M000034_source" class="dyn-source">
|
558
558
|
<pre>
|
559
559
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/javascript.rb, line 234</span>
|
560
560
|
234: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update_page_tag</span>( <span class="ruby-identifier">options</span> = {}, <span class="ruby-operator">&</span><span class="ruby-identifier">block</span> )
|
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../../classes/BivouacHelpers/
|
75
|
+
<a href="../../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|
@@ -103,7 +103,7 @@ bivouac/helpers/view/html
|
|
103
103
|
|
104
104
|
<h2 class="ruled">Methods</h2>
|
105
105
|
<h4 class="ruled">Public Instance method:
|
106
|
-
<strong><a name="
|
106
|
+
<strong><a name="M000026">draggable_element(element_id, options = {})</a></strong> <a href="#M000026"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: draggable_element" /></a></h4>
|
107
107
|
|
108
108
|
<p>
|
109
109
|
Makes the element with the DOM ID specified by <tt>element_id</tt>
|
@@ -121,8 +121,8 @@ href="http://script.aculo.us">script.aculo.us</a> for more documentation.
|
|
121
121
|
</p>
|
122
122
|
|
123
123
|
<div class="sourcecode">
|
124
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
125
|
-
<div id="
|
124
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000026_source')" id="l_M000026_source">show source</a> ]</p>
|
125
|
+
<div id="M000026_source" class="dyn-source">
|
126
126
|
<pre>
|
127
127
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/scriptaculous.rb, line 94</span>
|
128
128
|
94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">draggable_element</span>(<span class="ruby-identifier">element_id</span>, <span class="ruby-identifier">options</span> = {})
|
@@ -132,12 +132,12 @@ href="http://script.aculo.us">script.aculo.us</a> for more documentation.
|
|
132
132
|
</div>
|
133
133
|
</div>
|
134
134
|
<h4 class="ruled">Public Instance method:
|
135
|
-
<strong><a name="
|
135
|
+
<strong><a name="M000027">drop_receiving_element(element_id, options = {})</a></strong> <a href="#M000027"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: drop_receiving_element" /></a></h4>
|
136
136
|
|
137
137
|
<p>
|
138
138
|
Makes the element with the DOM ID specified by <tt>element_id</tt> receive
|
139
139
|
dropped draggable elements (created by <a
|
140
|
-
href="ScriptAculoUsView.html#
|
140
|
+
href="ScriptAculoUsView.html#M000026">draggable_element</a>). and make an
|
141
141
|
AJAX call. By default, the action called gets the DOM ID of the element as
|
142
142
|
parameter.
|
143
143
|
</p>
|
@@ -156,8 +156,8 @@ href="http://script.aculo.us">script.aculo.us</a> for more documentation.
|
|
156
156
|
</p>
|
157
157
|
|
158
158
|
<div class="sourcecode">
|
159
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
160
|
-
<div id="
|
159
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000027_source')" id="l_M000027_source">show source</a> ]</p>
|
160
|
+
<div id="M000027_source" class="dyn-source">
|
161
161
|
<pre>
|
162
162
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/scriptaculous.rb, line 115</span>
|
163
163
|
115: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">drop_receiving_element</span>(<span class="ruby-identifier">element_id</span>, <span class="ruby-identifier">options</span> = {})
|
@@ -167,7 +167,7 @@ href="http://script.aculo.us">script.aculo.us</a> for more documentation.
|
|
167
167
|
</div>
|
168
168
|
</div>
|
169
169
|
<h4 class="ruled">Public Instance method:
|
170
|
-
<strong><a name="
|
170
|
+
<strong><a name="M000025">sortable_element( element_id, options = {} )</a></strong> <a href="#M000025"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: sortable_element" /></a></h4>
|
171
171
|
|
172
172
|
<p>
|
173
173
|
Makes the element with the DOM ID specified by <tt>element_id</tt> sortable
|
@@ -207,8 +207,8 @@ Example:
|
|
207
207
|
</pre>
|
208
208
|
|
209
209
|
<div class="sourcecode">
|
210
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
211
|
-
<div id="
|
210
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000025_source')" id="l_M000025_source">show source</a> ]</p>
|
211
|
+
<div id="M000025_source" class="dyn-source">
|
212
212
|
<pre>
|
213
213
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/scriptaculous.rb, line 54</span>
|
214
214
|
54: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sortable_element</span>( <span class="ruby-identifier">element_id</span>, <span class="ruby-identifier">options</span> = {} )
|
@@ -218,7 +218,7 @@ Example:
|
|
218
218
|
</div>
|
219
219
|
</div>
|
220
220
|
<h4 class="ruled">Public Instance method:
|
221
|
-
<strong><a name="
|
221
|
+
<strong><a name="M000024">visual_effect(name, element_id = false, js_options = {})</a></strong> <a href="#M000024"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: visual_effect" /></a></h4>
|
222
222
|
|
223
223
|
<p>
|
224
224
|
Returns a JavaScript snippet to be used on the Ajax callbacks for starting
|
@@ -226,8 +226,8 @@ visual effects.
|
|
226
226
|
</p>
|
227
227
|
|
228
228
|
<div class="sourcecode">
|
229
|
-
<p class="source-link">[ <a href="javascript:toggleSource('
|
230
|
-
<div id="
|
229
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000024_source')" id="l_M000024_source">show source</a> ]</p>
|
230
|
+
<div id="M000024_source" class="dyn-source">
|
231
231
|
<pre>
|
232
232
|
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/scriptaculous.rb, line 11</span>
|
233
233
|
11: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">visual_effect</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">element_id</span> = <span class="ruby-keyword kw">false</span>, <span class="ruby-identifier">js_options</span> = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<html>
|
4
4
|
<head>
|
5
5
|
<title>
|
6
|
-
Bivouac, the Documentation » Module: BivouacHelpers::
|
6
|
+
Bivouac, the Documentation » Module: BivouacHelpers::SoundView
|
7
7
|
</title>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
9
9
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<body>
|
51
51
|
<!--
|
52
52
|
<div id="menu">
|
53
|
-
<h3 class="title">Module: BivouacHelpers::
|
53
|
+
<h3 class="title">Module: BivouacHelpers::SoundView</h3>
|
54
54
|
</div>
|
55
55
|
-->
|
56
56
|
<div id="fullpage">
|
@@ -58,7 +58,7 @@
|
|
58
58
|
<table>
|
59
59
|
<tr><td><img src="../../rubyfr.png" /></td>
|
60
60
|
<td id="pagertd">
|
61
|
-
<strong># Module: BivouacHelpers::
|
61
|
+
<strong># Module: BivouacHelpers::SoundView<br />
|
62
62
|
[
|
63
63
|
"<a href="../../files/README.html" value="File: README">README</a>",
|
64
64
|
"<a href="../../files/AUTHORS.html" value="File: AUTHORS">AUTHORS</a>",
|
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../../classes/BivouacHelpers/
|
75
|
+
<a href="../../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|
@@ -85,12 +85,12 @@ end</strong>
|
|
85
85
|
</div>
|
86
86
|
|
87
87
|
|
88
|
-
<div id="BivouacHelpers::
|
88
|
+
<div id="BivouacHelpers::SoundView" class="page_shade">
|
89
89
|
<div class="page">
|
90
|
-
<h3>Module BivouacHelpers::
|
90
|
+
<h3>Module BivouacHelpers::SoundView < Object</h3>
|
91
91
|
|
92
92
|
(in files
|
93
|
-
<a href="../../files/lib/bivouac/helpers/view/goh/
|
93
|
+
<a href="../../files/lib/bivouac/helpers/view/goh/sound_rb.html">lib/bivouac/helpers/view/goh/sound.rb</a>
|
94
94
|
)
|
95
95
|
|
96
96
|
<p>
|
@@ -103,48 +103,69 @@ bivouac/helpers/view/html
|
|
103
103
|
|
104
104
|
<h2 class="ruled">Methods</h2>
|
105
105
|
<h4 class="ruled">Public Instance method:
|
106
|
-
<strong><a name="
|
106
|
+
<strong><a name="M000022">disable_sound( )</a></strong> <a href="#M000022"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: disable_sound" /></a></h4>
|
107
107
|
|
108
108
|
<p>
|
109
|
-
|
110
|
-
href="TooltipView.html#M000021">tooltip</a> for <tt>element</tt>.
|
109
|
+
Disable sound
|
111
110
|
</p>
|
111
|
+
|
112
|
+
<div class="sourcecode">
|
113
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000022_source')" id="l_M000022_source">show source</a> ]</p>
|
114
|
+
<div id="M000022_source" class="dyn-source">
|
115
|
+
<pre>
|
116
|
+
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/sound.rb, line 21</span>
|
117
|
+
21: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">disable_sound</span>( )
|
118
|
+
22: <span class="ruby-identifier">javascript_tag</span>(<span class="ruby-identifier">disable_sound_js</span> <span class="ruby-operator">+</span> <span class="ruby-value str">";\n"</span>)
|
119
|
+
23: <span class="ruby-keyword kw">end</span>
|
120
|
+
</pre>
|
121
|
+
</div>
|
122
|
+
</div>
|
123
|
+
<h4 class="ruled">Public Instance method:
|
124
|
+
<strong><a name="M000023">enable_sound( )</a></strong> <a href="#M000023"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: enable_sound" /></a></h4>
|
125
|
+
|
126
|
+
<p>
|
127
|
+
Enable sound
|
128
|
+
</p>
|
129
|
+
|
130
|
+
<div class="sourcecode">
|
131
|
+
<p class="source-link">[ <a href="javascript:toggleSource('M000023_source')" id="l_M000023_source">show source</a> ]</p>
|
132
|
+
<div id="M000023_source" class="dyn-source">
|
112
133
|
<pre>
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
"Content of the tooltip"
|
118
|
-
end # =>
|
119
|
-
<div id="tooltip_me">
|
120
|
-
Hello World
|
121
|
-
</div>
|
122
|
-
<div id = "i_m_the_tooltip" style = "display:none;">
|
123
|
-
Content of the tooltip
|
124
|
-
</div>
|
125
|
-
<script>
|
126
|
-
var i_m_the_tooltip = new Tooltip( 'tooltip_me', 'i_m_the_tooltip' )
|
127
|
-
</script>
|
134
|
+
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/sound.rb, line 30</span>
|
135
|
+
30: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">enable_sound</span>( )
|
136
|
+
31: <span class="ruby-identifier">javascript_tag</span>(<span class="ruby-identifier">enable_sound_js</span> <span class="ruby-operator">+</span> <span class="ruby-value str">";\n"</span>)
|
137
|
+
32: <span class="ruby-keyword kw">end</span>
|
128
138
|
</pre>
|
139
|
+
</div>
|
140
|
+
</div>
|
141
|
+
<h4 class="ruled">Public Instance method:
|
142
|
+
<strong><a name="M000021">play_sound( file, options = {} )</a></strong> <a href="#M000021"><img src="../../permalink.gif" border="0" title="Permalink to Public Instance method: play_sound" /></a></h4>
|
143
|
+
|
144
|
+
<p>
|
145
|
+
Play the file <tt>file</tt>
|
146
|
+
</p>
|
147
|
+
<p>
|
148
|
+
Example:
|
149
|
+
</p>
|
150
|
+
<pre>
|
151
|
+
play_sound("my_song.mp3", :replace => true)
|
152
|
+
</pre>
|
153
|
+
<p>
|
154
|
+
The <tt>file</tt> must be in <tt>public</tt>
|
155
|
+
</p>
|
129
156
|
<p>
|
130
|
-
|
131
|
-
href="http://
|
132
|
-
more information about <a href="TooltipView.html#M000021">tooltip</a>
|
157
|
+
You can change the behaviour with various options, see <a
|
158
|
+
href="http://script.aculo.us">script.aculo.us</a> for more documentation.
|
133
159
|
</p>
|
134
160
|
|
135
161
|
<div class="sourcecode">
|
136
162
|
<p class="source-link">[ <a href="javascript:toggleSource('M000021_source')" id="l_M000021_source">show source</a> ]</p>
|
137
163
|
<div id="M000021_source" class="dyn-source">
|
138
164
|
<pre>
|
139
|
-
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
27: <span class="ruby-keyword kw">end</span>
|
144
|
-
28: <span class="ruby-identifier">script</span> <span class="ruby-keyword kw">do</span>
|
145
|
-
29: <span class="ruby-node">"var #{name} = new Tooltip( '#{element}', '#{name}' )"</span>
|
146
|
-
30: <span class="ruby-keyword kw">end</span>
|
147
|
-
31: <span class="ruby-keyword kw">end</span>
|
165
|
+
<span class="ruby-comment cmt"># File lib/bivouac/helpers/view/goh/sound.rb, line 12</span>
|
166
|
+
12: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">play_sound</span>( <span class="ruby-identifier">file</span>, <span class="ruby-identifier">options</span> = {} )
|
167
|
+
13: <span class="ruby-identifier">javascript_tag</span>(<span class="ruby-identifier">play_sound_js</span>(<span class="ruby-identifier">file</span>, <span class="ruby-identifier">options</span>) <span class="ruby-operator">+</span> <span class="ruby-value str">";\n"</span>)
|
168
|
+
14: <span class="ruby-keyword kw">end</span>
|
148
169
|
</pre>
|
149
170
|
</div>
|
150
171
|
</div>
|
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../classes/BivouacHelpers/
|
75
|
+
<a href="../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|
@@ -93,7 +93,7 @@ end</strong>
|
|
93
93
|
<a href="../files/lib/bivouac/helpers/view/goh/base_rb.html">lib/bivouac/helpers/view/goh/base.rb</a>
|
94
94
|
<a href="../files/lib/bivouac/helpers/view/goh/form_rb.html">lib/bivouac/helpers/view/goh/form.rb</a>
|
95
95
|
<a href="../files/lib/bivouac/helpers/view/goh/html_rb.html">lib/bivouac/helpers/view/goh/html.rb</a>
|
96
|
-
<a href="../files/lib/bivouac/helpers/view/goh/
|
96
|
+
<a href="../files/lib/bivouac/helpers/view/goh/sound_rb.html">lib/bivouac/helpers/view/goh/sound.rb</a>
|
97
97
|
<a href="../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>
|
98
98
|
<a href="../files/lib/bivouac/helpers/view/goh/javascript_rb.html">lib/bivouac/helpers/view/goh/javascript.rb</a>
|
99
99
|
)
|
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../classes/BivouacHelpers/
|
75
|
+
<a href="../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Mon, 24 Mar 2008 04:25:25 +0100
|
data/doc/rdoc/files/AUTHORS.html
CHANGED
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../classes/BivouacHelpers/
|
75
|
+
<a href="../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|
data/doc/rdoc/files/COPYING.html
CHANGED
@@ -66,13 +66,13 @@
|
|
66
66
|
"<a href="../files/lib/bivouac/helpers/view/goh/base_rb.html" value="File: base.rb">lib/bivouac/helpers/view/goh/base.rb</a>",
|
67
67
|
"<a href="../files/lib/bivouac/helpers/view/goh/form_rb.html" value="File: form.rb">lib/bivouac/helpers/view/goh/form.rb</a>",
|
68
68
|
"<a href="../files/lib/bivouac/helpers/view/goh/html_rb.html" value="File: html.rb">lib/bivouac/helpers/view/goh/html.rb</a>",
|
69
|
-
"<a href="../files/lib/bivouac/helpers/view/goh/
|
69
|
+
"<a href="../files/lib/bivouac/helpers/view/goh/sound_rb.html" value="File: sound.rb">lib/bivouac/helpers/view/goh/sound.rb</a>",
|
70
70
|
"<a href="../files/lib/bivouac/helpers/view/goh/scriptaculous_rb.html" value="File: scriptaculous.rb">lib/bivouac/helpers/view/goh/scriptaculous.rb</a>",
|
71
71
|
"<a href="../files/lib/bivouac/helpers/view/goh/javascript_rb.html" value="File: javascript.rb">lib/bivouac/helpers/view/goh/javascript.rb</a>",
|
72
72
|
<a href="http://greg.rubyfr.net">nil</a>].each do<br />
|
73
73
|
<a href="../classes/JavaScriptGenerator.html" title="Class: JavaScriptGenerator">JavaScriptGenerator</a>.view_html<br />
|
74
74
|
<a href="../classes/BivouacHelpers.html" title="Module: BivouacHelpers">BivouacHelpers</a>.view_html<br />
|
75
|
-
<a href="../classes/BivouacHelpers/
|
75
|
+
<a href="../classes/BivouacHelpers/SoundView.html" title="Module: BivouacHelpers::SoundView">BivouacHelpers::SoundView</a>.view_html<br />
|
76
76
|
<a href="../classes/BivouacHelpers/ScriptAculoUsView.html" title="Module: BivouacHelpers::ScriptAculoUsView">BivouacHelpers::ScriptAculoUsView</a>.view_html<br />
|
77
77
|
<a href="../classes/BivouacHelpers/BaseView.html" title="Module: BivouacHelpers::BaseView">BivouacHelpers::BaseView</a>.view_html<br />
|
78
78
|
<a href="../classes/BivouacHelpers/JavaScriptView.html" title="Module: BivouacHelpers::JavaScriptView">BivouacHelpers::JavaScriptView</a>.view_html<br />
|