ui_bibz 1.1.0 → 1.1.1
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 +8 -8
- data/.yardoc/checksums +49 -46
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +69 -56
- data/README.md +156 -61
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +6 -6
- data/doc/UiBibz/Concerns/Models/Searchable.html +2 -2
- data/doc/UiBibz/Concerns/Models.html +115 -0
- data/doc/UiBibz/Concerns.html +115 -0
- data/doc/UiBibz/Helpers/MetaHelper.html +75 -9
- data/doc/UiBibz/Helpers/UiCoreHelper.html +120 -68
- data/doc/UiBibz/Helpers/UiUxHelper.html +2 -2
- data/doc/UiBibz/Helpers/UtilsHelper.html +2 -2
- data/doc/UiBibz/Helpers.html +115 -0
- data/doc/UiBibz/Rails/Engine.html +1 -1
- data/doc/UiBibz/Rails.html +1 -1
- data/doc/UiBibz/Ui/Base.html +2 -2
- data/doc/UiBibz/Ui/Core/Alert.html +26 -13
- data/doc/UiBibz/Ui/Core/Bar.html +26 -13
- data/doc/UiBibz/Ui/Core/Breadcrumb.html +32 -19
- data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +26 -13
- data/doc/UiBibz/Ui/Core/Button.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonDropdown.html +31 -18
- data/doc/UiBibz/Ui/Core/ButtonGroup.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonLink.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +27 -14
- data/doc/UiBibz/Ui/Core/Col.html +26 -13
- data/doc/UiBibz/Ui/Core/Component.html +166 -225
- data/doc/UiBibz/Ui/Core/Dropdown.html +61 -410
- data/doc/UiBibz/Ui/Core/DropdownLink.html +373 -0
- data/doc/UiBibz/Ui/Core/DropdownList.html +26 -13
- data/doc/UiBibz/Ui/Core/Glyph.html +26 -386
- data/doc/UiBibz/Ui/Core/Jumbotron.html +26 -13
- data/doc/UiBibz/Ui/Core/Label.html +29 -15
- data/doc/UiBibz/Ui/Core/List.html +64 -25
- data/doc/UiBibz/Ui/Core/ListGroup.html +47 -21
- data/doc/UiBibz/Ui/Core/Nav.html +64 -25
- data/doc/UiBibz/Ui/Core/NavDropdown.html +29 -16
- data/doc/UiBibz/Ui/Core/NavLink.html +30 -15
- data/doc/UiBibz/Ui/Core/Navbar.html +154 -45
- data/doc/UiBibz/Ui/Core/NavbarForm.html +58 -38
- data/doc/UiBibz/Ui/Core/NavbarNav.html +7 -7
- data/doc/UiBibz/Ui/Core/NavbarText.html +26 -13
- data/doc/UiBibz/Ui/Core/Panel.html +38 -237
- data/doc/UiBibz/Ui/Core/ProgressBar.html +45 -19
- data/doc/UiBibz/Ui/Core/Row.html +26 -13
- data/doc/UiBibz/Ui/Core/Stars.html +367 -0
- data/doc/UiBibz/Ui/Core.html +16 -5
- data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Actions.html +198 -14
- data/doc/UiBibz/Ui/Ux/Column.html +4 -4
- data/doc/UiBibz/Ui/Ux/Columns.html +42 -16
- data/doc/UiBibz/Ui/Ux/Grid.html +31 -371
- data/doc/UiBibz/Ui/Ux/Paginable.html +22 -9
- data/doc/UiBibz/Ui/Ux/Searchable.html +22 -9
- data/doc/UiBibz/Ui/Ux/Sortable.html +18 -7
- data/doc/UiBibz/Ui/Ux/Store.html +160 -56
- data/doc/UiBibz/Ui/Ux/Table.html +109 -374
- data/doc/UiBibz/Ui/Ux/TableAction.html +2 -2
- data/doc/UiBibz/Ui/Ux/TablePagination.html +33 -14
- data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +30 -15
- data/doc/UiBibz/Ui/Ux/TablePanel.html +139 -43
- data/doc/UiBibz/Ui/Ux/TableSearchField.html +26 -13
- data/doc/UiBibz/Ui/Ux.html +15 -4
- data/doc/UiBibz/Ui.html +4 -2
- data/doc/UiBibz/Utils/Internationalization.html +1 -1
- data/doc/UiBibz/Utils.html +1 -1
- data/doc/UiBibz.html +5 -5
- data/doc/_index.html +50 -7
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +155 -63
- data/doc/images/stars.png +0 -0
- data/doc/index.html +155 -63
- data/doc/method_list.html +278 -398
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz/concerns/models/searchable.rb +36 -13
- data/lib/ui_bibz/helpers/meta_helper.rb +22 -3
- data/lib/ui_bibz/helpers/ui_core_helper.rb +4 -0
- data/lib/ui_bibz/ui/core/alert.rb +2 -0
- data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +3 -0
- data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_dropdown.rb +6 -4
- data/lib/ui_bibz/ui/core/button/button_group.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_link.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +2 -0
- data/lib/ui_bibz/ui/core/col.rb +2 -0
- data/lib/ui_bibz/ui/core/component.rb +23 -25
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +57 -0
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_list.rb +2 -0
- data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +22 -9
- data/lib/ui_bibz/ui/core/glyph.rb +10 -0
- data/lib/ui_bibz/ui/core/jumbotron.rb +2 -0
- data/lib/ui_bibz/ui/core/label.rb +3 -0
- data/lib/ui_bibz/ui/core/list/components/list.rb +4 -0
- data/lib/ui_bibz/ui/core/list/list_group.rb +4 -0
- data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +4 -2
- data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +4 -1
- data/lib/ui_bibz/ui/core/nav/components/navbar_form.rb +39 -3
- data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -0
- data/lib/ui_bibz/ui/core/nav/components/navbar_text.rb +8 -0
- data/lib/ui_bibz/ui/core/nav/nav.rb +6 -0
- data/lib/ui_bibz/ui/core/nav/navbar.rb +31 -4
- data/lib/ui_bibz/ui/core/panel.rb +7 -5
- data/lib/ui_bibz/ui/core/progress_bar/components/bar.rb +2 -0
- data/lib/ui_bibz/ui/core/progress_bar/progress_bar.rb +4 -0
- data/lib/ui_bibz/ui/core/row.rb +2 -0
- data/lib/ui_bibz/ui/core/stars.rb +88 -0
- data/lib/ui_bibz/ui/ux/grid.rb +4 -0
- data/lib/ui_bibz/ui/ux/table/components/actions.rb +17 -2
- data/lib/ui_bibz/ui/ux/table/components/column.rb +2 -2
- data/lib/ui_bibz/ui/ux/table/components/columns.rb +4 -2
- data/lib/ui_bibz/ui/ux/table/components/store.rb +10 -1
- data/lib/ui_bibz/ui/ux/table/extensions/actionable.rb +3 -1
- data/lib/ui_bibz/ui/ux/table/extensions/paginable.rb +1 -0
- data/lib/ui_bibz/ui/ux/table/extensions/searchable.rb +1 -0
- data/lib/ui_bibz/ui/ux/table/extensions/sortable.rb +8 -2
- data/lib/ui_bibz/ui/ux/table/table.rb +19 -8
- data/lib/ui_bibz/ui/ux/table/table_pagination.rb +8 -1
- data/lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb +10 -2
- data/lib/ui_bibz/ui/ux/table/table_panel.rb +28 -13
- data/lib/ui_bibz/ui/ux/table/table_search_field.rb +9 -1
- data/lib/ui_bibz/version.rb +1 -1
- data/lib/ui_bibz.rb +1 -0
- data/test/test_helper.rb +5 -0
- data/test/ui/dropdown_test.rb +4 -4
- data/test/ui/stars_test.rb +42 -0
- data/test/ui/table_test.rb +25 -6
- data/ui_bibz.gemspec +4 -1
- data/vendor/assets/fonts/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +640 -0
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/vendor/assets/javascripts/bootstrap-datepicker.min.js +8 -0
- data/vendor/assets/javascripts/bootstrap-select.min.js +8 -0
- data/vendor/assets/javascripts/bootstrap-switch.min.js +22 -0
- data/vendor/assets/javascripts/bootstrap.min.js +7 -0
- data/vendor/assets/javascripts/jquery-2.1.4.min.js +4 -0
- data/vendor/assets/javascripts/ui_bibz.js.coffee +8 -0
- data/vendor/assets/stylesheets/bootstrap-datepicker3.min.css +8 -0
- data/vendor/assets/stylesheets/bootstrap-select.min.css +6 -0
- data/vendor/assets/stylesheets/bootstrap-switch.min.css +22 -0
- data/vendor/assets/stylesheets/bootstrap-theme.min.css +5 -0
- data/vendor/assets/stylesheets/bootstrap.min.css +5 -0
- data/vendor/assets/stylesheets/font-awesome.min.css +4 -0
- data/vendor/assets/stylesheets/ui_bibz.sass +23 -0
- metadata +71 -2
@@ -212,7 +212,7 @@ end.render</code></pre>
|
|
212
212
|
|
213
213
|
|
214
214
|
<span class="summary_desc"><div class='inline'>
|
215
|
-
<p>
|
215
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
216
216
|
</div></span>
|
217
217
|
|
218
218
|
</li>
|
@@ -235,7 +235,9 @@ end.render</code></pre>
|
|
235
235
|
|
236
236
|
|
237
237
|
|
238
|
-
<span class="summary_desc"><div class='inline'
|
238
|
+
<span class="summary_desc"><div class='inline'>
|
239
|
+
<p>Render html tag.</p>
|
240
|
+
</div></span>
|
239
241
|
|
240
242
|
</li>
|
241
243
|
|
@@ -253,7 +255,7 @@ end.render</code></pre>
|
|
253
255
|
|
254
256
|
|
255
257
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
256
|
-
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span
|
258
|
+
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span></p>
|
257
259
|
|
258
260
|
|
259
261
|
|
@@ -281,7 +283,7 @@ end.render</code></pre>
|
|
281
283
|
</h3><div class="docstring">
|
282
284
|
<div class="discussion">
|
283
285
|
|
284
|
-
<p>
|
286
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
285
287
|
|
286
288
|
|
287
289
|
</div>
|
@@ -295,12 +297,12 @@ end.render</code></pre>
|
|
295
297
|
<pre class="lines">
|
296
298
|
|
297
299
|
|
298
|
-
50
|
299
300
|
51
|
300
|
-
52
|
301
|
+
52
|
302
|
+
53</pre>
|
301
303
|
</td>
|
302
304
|
<td>
|
303
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/alert.rb', line
|
305
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/alert.rb', line 51</span>
|
304
306
|
|
305
307
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
306
308
|
<span class='kw'>super</span>
|
@@ -326,21 +328,32 @@ end.render</code></pre>
|
|
326
328
|
|
327
329
|
|
328
330
|
|
329
|
-
</h3><
|
331
|
+
</h3><div class="docstring">
|
332
|
+
<div class="discussion">
|
333
|
+
|
334
|
+
<p>Render html tag</p>
|
335
|
+
|
336
|
+
|
337
|
+
</div>
|
338
|
+
</div>
|
339
|
+
<div class="tags">
|
340
|
+
|
341
|
+
|
342
|
+
</div><table class="source_code">
|
330
343
|
<tr>
|
331
344
|
<td>
|
332
345
|
<pre class="lines">
|
333
346
|
|
334
347
|
|
335
|
-
54
|
336
|
-
55
|
337
348
|
56
|
338
349
|
57
|
339
350
|
58
|
340
|
-
59
|
351
|
+
59
|
352
|
+
60
|
353
|
+
61</pre>
|
341
354
|
</td>
|
342
355
|
<td>
|
343
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/alert.rb', line
|
356
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/alert.rb', line 56</span>
|
344
357
|
|
345
358
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
346
359
|
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:div</span><span class='comma'>,</span> <span class='id identifier rubyid_class_and_html_options'>class_and_html_options</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>alert</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='lbrace'>{</span> <span class='label'>role:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>alert</span><span class='tstring_end'>'</span></span><span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
@@ -358,7 +371,7 @@ end.render</code></pre>
|
|
358
371
|
</div>
|
359
372
|
|
360
373
|
<div id="footer">
|
361
|
-
Generated on
|
374
|
+
Generated on Mon Aug 31 14:08:52 2015 by
|
362
375
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
363
376
|
0.8.7.6 (ruby-1.9.3).
|
364
377
|
</div>
|
data/doc/UiBibz/Ui/Core/Bar.html
CHANGED
@@ -207,7 +207,7 @@ arguments in options attribute:</p>
|
|
207
207
|
|
208
208
|
|
209
209
|
<span class="summary_desc"><div class='inline'>
|
210
|
-
<p>
|
210
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
211
211
|
</div></span>
|
212
212
|
|
213
213
|
</li>
|
@@ -230,7 +230,9 @@ arguments in options attribute:</p>
|
|
230
230
|
|
231
231
|
|
232
232
|
|
233
|
-
<span class="summary_desc"><div class='inline'
|
233
|
+
<span class="summary_desc"><div class='inline'>
|
234
|
+
<p>Render html tag.</p>
|
235
|
+
</div></span>
|
234
236
|
|
235
237
|
</li>
|
236
238
|
|
@@ -248,7 +250,7 @@ arguments in options attribute:</p>
|
|
248
250
|
|
249
251
|
|
250
252
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
251
|
-
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span
|
253
|
+
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span></p>
|
252
254
|
|
253
255
|
|
254
256
|
|
@@ -276,7 +278,7 @@ arguments in options attribute:</p>
|
|
276
278
|
</h3><div class="docstring">
|
277
279
|
<div class="discussion">
|
278
280
|
|
279
|
-
<p>
|
281
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
280
282
|
|
281
283
|
|
282
284
|
</div>
|
@@ -290,12 +292,12 @@ arguments in options attribute:</p>
|
|
290
292
|
<pre class="lines">
|
291
293
|
|
292
294
|
|
293
|
-
46
|
294
295
|
47
|
295
|
-
48
|
296
|
+
48
|
297
|
+
49</pre>
|
296
298
|
</td>
|
297
299
|
<td>
|
298
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/progress_bar/components/bar.rb', line
|
300
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/progress_bar/components/bar.rb', line 47</span>
|
299
301
|
|
300
302
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
301
303
|
<span class='kw'>super</span>
|
@@ -321,18 +323,29 @@ arguments in options attribute:</p>
|
|
321
323
|
|
322
324
|
|
323
325
|
|
324
|
-
</h3><
|
326
|
+
</h3><div class="docstring">
|
327
|
+
<div class="discussion">
|
328
|
+
|
329
|
+
<p>Render html tag</p>
|
330
|
+
|
331
|
+
|
332
|
+
</div>
|
333
|
+
</div>
|
334
|
+
<div class="tags">
|
335
|
+
|
336
|
+
|
337
|
+
</div><table class="source_code">
|
325
338
|
<tr>
|
326
339
|
<td>
|
327
340
|
<pre class="lines">
|
328
341
|
|
329
342
|
|
330
|
-
|
331
|
-
|
332
|
-
|
343
|
+
52
|
344
|
+
53
|
345
|
+
54</pre>
|
333
346
|
</td>
|
334
347
|
<td>
|
335
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/progress_bar/components/bar.rb', line
|
348
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/progress_bar/components/bar.rb', line 52</span>
|
336
349
|
|
337
350
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
338
351
|
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:div</span><span class='comma'>,</span> <span class='id identifier rubyid_progressbar_inner_html'>progressbar_inner_html</span><span class='comma'>,</span> <span class='id identifier rubyid_class_and_html_options'>class_and_html_options</span><span class='lparen'>(</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>progress-bar</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_type'>type</span><span class='rbracket'>]</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='id identifier rubyid_bar_html_options'>bar_html_options</span><span class='rparen'>)</span>
|
@@ -347,7 +360,7 @@ arguments in options attribute:</p>
|
|
347
360
|
</div>
|
348
361
|
|
349
362
|
<div id="footer">
|
350
|
-
Generated on
|
363
|
+
Generated on Mon Aug 31 14:08:55 2015 by
|
351
364
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
352
365
|
0.8.7.6 (ruby-1.9.3).
|
353
366
|
</div>
|
@@ -211,7 +211,7 @@ end</code></pre>
|
|
211
211
|
|
212
212
|
|
213
213
|
<span class="summary_desc"><div class='inline'>
|
214
|
-
<p>
|
214
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
215
215
|
</div></span>
|
216
216
|
|
217
217
|
</li>
|
@@ -235,7 +235,7 @@ end</code></pre>
|
|
235
235
|
|
236
236
|
|
237
237
|
<span class="summary_desc"><div class='inline'>
|
238
|
-
<p>See UiBibz::Ui::Core::BreadcrumbLink.</p>
|
238
|
+
<p>Add breadcrumb link items See UiBibz::Ui::Core::BreadcrumbLink.</p>
|
239
239
|
</div></span>
|
240
240
|
|
241
241
|
</li>
|
@@ -258,7 +258,9 @@ end</code></pre>
|
|
258
258
|
|
259
259
|
|
260
260
|
|
261
|
-
<span class="summary_desc"><div class='inline'
|
261
|
+
<span class="summary_desc"><div class='inline'>
|
262
|
+
<p>Render html tag.</p>
|
263
|
+
</div></span>
|
262
264
|
|
263
265
|
</li>
|
264
266
|
|
@@ -276,7 +278,7 @@ end</code></pre>
|
|
276
278
|
|
277
279
|
|
278
280
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
279
|
-
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span>, <span class='object_link'><a href="Component.html#
|
281
|
+
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span>, <span class='object_link'><a href="Component.html#state-instance_method" title="UiBibz::Ui::Core::Component#state (method)">#state</a></span></p>
|
280
282
|
|
281
283
|
|
282
284
|
|
@@ -304,7 +306,7 @@ end</code></pre>
|
|
304
306
|
</h3><div class="docstring">
|
305
307
|
<div class="discussion">
|
306
308
|
|
307
|
-
<p>
|
309
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
308
310
|
|
309
311
|
|
310
312
|
</div>
|
@@ -318,13 +320,13 @@ end</code></pre>
|
|
318
320
|
<pre class="lines">
|
319
321
|
|
320
322
|
|
321
|
-
56
|
322
323
|
57
|
323
324
|
58
|
324
|
-
59
|
325
|
+
59
|
326
|
+
60</pre>
|
325
327
|
</td>
|
326
328
|
<td>
|
327
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb', line
|
329
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb', line 57</span>
|
328
330
|
|
329
331
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
330
332
|
<span class='kw'>super</span>
|
@@ -354,7 +356,7 @@ end</code></pre>
|
|
354
356
|
</h3><div class="docstring">
|
355
357
|
<div class="discussion">
|
356
358
|
|
357
|
-
<p>See UiBibz::Ui::Core::BreadcrumbLink</p>
|
359
|
+
<p>Add breadcrumb link items See UiBibz::Ui::Core::BreadcrumbLink</p>
|
358
360
|
|
359
361
|
|
360
362
|
</div>
|
@@ -368,12 +370,12 @@ end</code></pre>
|
|
368
370
|
<pre class="lines">
|
369
371
|
|
370
372
|
|
371
|
-
|
372
|
-
|
373
|
-
|
373
|
+
69
|
374
|
+
70
|
375
|
+
71</pre>
|
374
376
|
</td>
|
375
377
|
<td>
|
376
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb', line
|
378
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb', line 69</span>
|
377
379
|
|
378
380
|
<span class='kw'>def</span> <span class='id identifier rubyid_link'>link</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
379
381
|
<span class='ivar'>@links</span> <span class='op'><<</span> <span class='const'>BreadcrumbLink</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span>
|
@@ -392,18 +394,29 @@ end</code></pre>
|
|
392
394
|
|
393
395
|
|
394
396
|
|
395
|
-
</h3><
|
397
|
+
</h3><div class="docstring">
|
398
|
+
<div class="discussion">
|
399
|
+
|
400
|
+
<p>Render html tag</p>
|
401
|
+
|
402
|
+
|
403
|
+
</div>
|
404
|
+
</div>
|
405
|
+
<div class="tags">
|
406
|
+
|
407
|
+
|
408
|
+
</div><table class="source_code">
|
396
409
|
<tr>
|
397
410
|
<td>
|
398
411
|
<pre class="lines">
|
399
412
|
|
400
413
|
|
401
|
-
|
402
|
-
|
403
|
-
|
414
|
+
63
|
415
|
+
64
|
416
|
+
65</pre>
|
404
417
|
</td>
|
405
418
|
<td>
|
406
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb', line
|
419
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb', line 63</span>
|
407
420
|
|
408
421
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
409
422
|
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:ol</span><span class='comma'>,</span> <span class='ivar'>@links</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='period'>.</span><span class='id identifier rubyid_html_safe'>html_safe</span><span class='comma'>,</span> <span class='id identifier rubyid_class_and_html_options'>class_and_html_options</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>breadcrumb</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
@@ -418,7 +431,7 @@ end</code></pre>
|
|
418
431
|
</div>
|
419
432
|
|
420
433
|
<div id="footer">
|
421
|
-
Generated on
|
434
|
+
Generated on Mon Aug 31 14:08:54 2015 by
|
422
435
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
423
436
|
0.8.7.6 (ruby-1.9.3).
|
424
437
|
</div>
|
@@ -205,7 +205,7 @@ end.render</code></pre>
|
|
205
205
|
|
206
206
|
|
207
207
|
<span class="summary_desc"><div class='inline'>
|
208
|
-
<p>
|
208
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
209
209
|
</div></span>
|
210
210
|
|
211
211
|
</li>
|
@@ -228,7 +228,9 @@ end.render</code></pre>
|
|
228
228
|
|
229
229
|
|
230
230
|
|
231
|
-
<span class="summary_desc"><div class='inline'
|
231
|
+
<span class="summary_desc"><div class='inline'>
|
232
|
+
<p>Render html tag.</p>
|
233
|
+
</div></span>
|
232
234
|
|
233
235
|
</li>
|
234
236
|
|
@@ -246,7 +248,7 @@ end.render</code></pre>
|
|
246
248
|
|
247
249
|
|
248
250
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
249
|
-
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span>, <span class='object_link'><a href="Component.html#
|
251
|
+
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span>, <span class='object_link'><a href="Component.html#state-instance_method" title="UiBibz::Ui::Core::Component#state (method)">#state</a></span></p>
|
250
252
|
|
251
253
|
|
252
254
|
|
@@ -274,7 +276,7 @@ end.render</code></pre>
|
|
274
276
|
</h3><div class="docstring">
|
275
277
|
<div class="discussion">
|
276
278
|
|
277
|
-
<p>
|
279
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
278
280
|
|
279
281
|
|
280
282
|
</div>
|
@@ -288,12 +290,12 @@ end.render</code></pre>
|
|
288
290
|
<pre class="lines">
|
289
291
|
|
290
292
|
|
291
|
-
43
|
292
293
|
44
|
293
|
-
45
|
294
|
+
45
|
295
|
+
46</pre>
|
294
296
|
</td>
|
295
297
|
<td>
|
296
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb', line
|
298
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb', line 44</span>
|
297
299
|
|
298
300
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
299
301
|
<span class='kw'>super</span>
|
@@ -319,18 +321,29 @@ end.render</code></pre>
|
|
319
321
|
|
320
322
|
|
321
323
|
|
322
|
-
</h3><
|
324
|
+
</h3><div class="docstring">
|
325
|
+
<div class="discussion">
|
326
|
+
|
327
|
+
<p>Render html tag</p>
|
328
|
+
|
329
|
+
|
330
|
+
</div>
|
331
|
+
</div>
|
332
|
+
<div class="tags">
|
333
|
+
|
334
|
+
|
335
|
+
</div><table class="source_code">
|
323
336
|
<tr>
|
324
337
|
<td>
|
325
338
|
<pre class="lines">
|
326
339
|
|
327
340
|
|
328
|
-
|
329
|
-
|
330
|
-
|
341
|
+
49
|
342
|
+
50
|
343
|
+
51</pre>
|
331
344
|
</td>
|
332
345
|
<td>
|
333
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb', line
|
346
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb', line 49</span>
|
334
347
|
|
335
348
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
336
349
|
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:li</span><span class='comma'>,</span> <span class='id identifier rubyid_link_html'>link_html</span><span class='comma'>,</span> <span class='id identifier rubyid_class_and_html_options'>class_and_html_options</span>
|
@@ -345,7 +358,7 @@ end.render</code></pre>
|
|
345
358
|
</div>
|
346
359
|
|
347
360
|
<div id="footer">
|
348
|
-
Generated on
|
361
|
+
Generated on Mon Aug 31 14:08:55 2015 by
|
349
362
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
350
363
|
0.8.7.6 (ruby-1.9.3).
|
351
364
|
</div>
|
@@ -214,7 +214,7 @@ arguments in options attribute:</p>
|
|
214
214
|
|
215
215
|
|
216
216
|
<span class="summary_desc"><div class='inline'>
|
217
|
-
<p>
|
217
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
218
218
|
</div></span>
|
219
219
|
|
220
220
|
</li>
|
@@ -237,7 +237,9 @@ arguments in options attribute:</p>
|
|
237
237
|
|
238
238
|
|
239
239
|
|
240
|
-
<span class="summary_desc"><div class='inline'
|
240
|
+
<span class="summary_desc"><div class='inline'>
|
241
|
+
<p>Render html tag.</p>
|
242
|
+
</div></span>
|
241
243
|
|
242
244
|
</li>
|
243
245
|
|
@@ -255,7 +257,7 @@ arguments in options attribute:</p>
|
|
255
257
|
|
256
258
|
|
257
259
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
258
|
-
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span
|
260
|
+
<p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span></p>
|
259
261
|
|
260
262
|
|
261
263
|
|
@@ -283,7 +285,7 @@ arguments in options attribute:</p>
|
|
283
285
|
</h3><div class="docstring">
|
284
286
|
<div class="discussion">
|
285
287
|
|
286
|
-
<p>
|
288
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
287
289
|
|
288
290
|
|
289
291
|
</div>
|
@@ -297,12 +299,12 @@ arguments in options attribute:</p>
|
|
297
299
|
<pre class="lines">
|
298
300
|
|
299
301
|
|
300
|
-
51
|
301
302
|
52
|
302
|
-
53
|
303
|
+
53
|
304
|
+
54</pre>
|
303
305
|
</td>
|
304
306
|
<td>
|
305
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button.rb', line
|
307
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button.rb', line 52</span>
|
306
308
|
|
307
309
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
308
310
|
<span class='kw'>super</span>
|
@@ -328,18 +330,29 @@ arguments in options attribute:</p>
|
|
328
330
|
|
329
331
|
|
330
332
|
|
331
|
-
</h3><
|
333
|
+
</h3><div class="docstring">
|
334
|
+
<div class="discussion">
|
335
|
+
|
336
|
+
<p>Render html tag</p>
|
337
|
+
|
338
|
+
|
339
|
+
</div>
|
340
|
+
</div>
|
341
|
+
<div class="tags">
|
342
|
+
|
343
|
+
|
344
|
+
</div><table class="source_code">
|
332
345
|
<tr>
|
333
346
|
<td>
|
334
347
|
<pre class="lines">
|
335
348
|
|
336
349
|
|
337
|
-
|
338
|
-
|
339
|
-
|
350
|
+
57
|
351
|
+
58
|
352
|
+
59</pre>
|
340
353
|
</td>
|
341
354
|
<td>
|
342
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button.rb', line
|
355
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button.rb', line 57</span>
|
343
356
|
|
344
357
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
345
358
|
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:button</span><span class='comma'>,</span> <span class='id identifier rubyid_glyph_and_content_html'>glyph_and_content_html</span><span class='comma'>,</span> <span class='id identifier rubyid_class_and_html_options'>class_and_html_options</span><span class='lparen'>(</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>btn</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_size'>size</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
@@ -354,7 +367,7 @@ arguments in options attribute:</p>
|
|
354
367
|
</div>
|
355
368
|
|
356
369
|
<div id="footer">
|
357
|
-
Generated on
|
370
|
+
Generated on Mon Aug 31 14:08:53 2015 by
|
358
371
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
359
372
|
0.8.7.6 (ruby-1.9.3).
|
360
373
|
</div>
|