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
@@ -144,19 +144,19 @@ arguments in options attribute:</p>
|
|
144
144
|
<h4>Signatures</h4>
|
145
145
|
|
146
146
|
<pre class="code ruby"><code class="ruby">UiBibz::Ui::Core::ButtonDropdown.new(options = nil, html_options = nil).tap do |d|
|
147
|
+
...
|
147
148
|
d.list content = nil, options = nil, html_options = nil, &block
|
148
|
-
d.
|
149
|
-
d.list content = nil, options = nil, html_options = nil, &block
|
149
|
+
d.link content = nil, options = nil, html_options = nil, &block
|
150
150
|
...
|
151
151
|
end</code></pre>
|
152
152
|
|
153
153
|
<h4>Examples</h4>
|
154
154
|
|
155
155
|
<pre class="code ruby"><code class="ruby"><span class='const'>UiBibz</span><span class='op'>::</span><span class='const'>Ui</span><span class='op'>::</span><span class='const'>Core</span><span class='op'>::</span><span class='const'>ButtonDropdown</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='label'>state:</span> <span class='symbol'>:success</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_d'>d</span><span class='op'>|</span>
|
156
|
-
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier
|
156
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_link'>link</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>test</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='label'>url:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>#Test1</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
157
157
|
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>---</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
158
158
|
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Header 1</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='label'>type:</span> <span class='symbol'>:header</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
|
159
|
-
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier
|
159
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_link'>link</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>test2</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='label'>url:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>#Test2</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
160
160
|
<span class='kw'>end</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span></code></pre>
|
161
161
|
|
162
162
|
<h4>Helper</h4>
|
@@ -219,7 +219,7 @@ end</code></pre>
|
|
219
219
|
|
220
220
|
|
221
221
|
<span class="summary_desc"><div class='inline'>
|
222
|
-
<p>
|
222
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
223
223
|
</div></span>
|
224
224
|
|
225
225
|
</li>
|
@@ -242,7 +242,9 @@ end</code></pre>
|
|
242
242
|
|
243
243
|
|
244
244
|
|
245
|
-
<span class="summary_desc"><div class='inline'
|
245
|
+
<span class="summary_desc"><div class='inline'>
|
246
|
+
<p>Render html tag.</p>
|
247
|
+
</div></span>
|
246
248
|
|
247
249
|
</li>
|
248
250
|
|
@@ -260,7 +262,7 @@ end</code></pre>
|
|
260
262
|
|
261
263
|
|
262
264
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span></h3>
|
263
|
-
<p class="inherited"><span class='object_link'><a href="Dropdown.html#
|
265
|
+
<p class="inherited"><span class='object_link'><a href="Dropdown.html#link-instance_method" title="UiBibz::Ui::Core::Dropdown#link (method)">#link</a></span>, <span class='object_link'><a href="Dropdown.html#list-instance_method" title="UiBibz::Ui::Core::Dropdown#list (method)">#list</a></span></p>
|
264
266
|
|
265
267
|
|
266
268
|
|
@@ -271,7 +273,7 @@ end</code></pre>
|
|
271
273
|
|
272
274
|
|
273
275
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
274
|
-
<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#
|
276
|
+
<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>
|
275
277
|
|
276
278
|
|
277
279
|
|
@@ -299,7 +301,7 @@ end</code></pre>
|
|
299
301
|
</h3><div class="docstring">
|
300
302
|
<div class="discussion">
|
301
303
|
|
302
|
-
<p>
|
304
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
303
305
|
|
304
306
|
|
305
307
|
</div>
|
@@ -313,12 +315,12 @@ end</code></pre>
|
|
313
315
|
<pre class="lines">
|
314
316
|
|
315
317
|
|
316
|
-
55
|
317
318
|
56
|
318
|
-
57
|
319
|
+
57
|
320
|
+
58</pre>
|
319
321
|
</td>
|
320
322
|
<td>
|
321
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_dropdown.rb', line
|
323
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_dropdown.rb', line 56</span>
|
322
324
|
|
323
325
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_name'>name</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>
|
324
326
|
<span class='kw'>super</span>
|
@@ -344,21 +346,32 @@ end</code></pre>
|
|
344
346
|
|
345
347
|
|
346
348
|
|
347
|
-
</h3><
|
349
|
+
</h3><div class="docstring">
|
350
|
+
<div class="discussion">
|
351
|
+
|
352
|
+
<p>Render html tag</p>
|
353
|
+
|
354
|
+
|
355
|
+
</div>
|
356
|
+
</div>
|
357
|
+
<div class="tags">
|
358
|
+
|
359
|
+
|
360
|
+
</div><table class="source_code">
|
348
361
|
<tr>
|
349
362
|
<td>
|
350
363
|
<pre class="lines">
|
351
364
|
|
352
365
|
|
353
|
-
59
|
354
|
-
60
|
355
366
|
61
|
356
367
|
62
|
357
368
|
63
|
358
|
-
64
|
369
|
+
64
|
370
|
+
65
|
371
|
+
66</pre>
|
359
372
|
</td>
|
360
373
|
<td>
|
361
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_dropdown.rb', line
|
374
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_dropdown.rb', line 61</span>
|
362
375
|
|
363
376
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
364
377
|
<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='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>btn-group</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='lbrace'>{</span> <span class='label'>role:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>group</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
@@ -376,7 +389,7 @@ end</code></pre>
|
|
376
389
|
</div>
|
377
390
|
|
378
391
|
<div id="footer">
|
379
|
-
Generated on
|
392
|
+
Generated on Mon Aug 31 14:08:54 2015 by
|
380
393
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
381
394
|
0.8.7.6 (ruby-1.9.3).
|
382
395
|
</div>
|
@@ -207,7 +207,7 @@ end</code></pre>
|
|
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 @@ end</code></pre>
|
|
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 @@ end</code></pre>
|
|
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>, <span class='object_link'><a href="Component.html#
|
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>, <span class='object_link'><a href="Component.html#state-instance_method" title="UiBibz::Ui::Core::Component#state (method)">#state</a></span></p>
|
252
254
|
|
253
255
|
|
254
256
|
|
@@ -276,7 +278,7 @@ end</code></pre>
|
|
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 @@ end</code></pre>
|
|
290
292
|
<pre class="lines">
|
291
293
|
|
292
294
|
|
293
|
-
47
|
294
295
|
48
|
295
|
-
49
|
296
|
+
49
|
297
|
+
50</pre>
|
296
298
|
</td>
|
297
299
|
<td>
|
298
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_group.rb', line
|
300
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_group.rb', line 48</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 @@ end</code></pre>
|
|
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
|
+
53
|
344
|
+
54
|
345
|
+
55</pre>
|
333
346
|
</td>
|
334
347
|
<td>
|
335
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_group.rb', line
|
348
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_group.rb', line 53</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='ivar'>@content</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='embexpr_beg'>#{</span> <span class='id identifier rubyid_type'>type</span> <span class='rbrace'>}</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_size'>size</span><span class='comma'>,</span> <span class='id identifier rubyid_position'>position</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='lbrace'>{</span> <span class='label'>role:</span> <span class='id identifier rubyid_type'>type</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
|
@@ -347,7 +360,7 @@ end</code></pre>
|
|
347
360
|
</div>
|
348
361
|
|
349
362
|
<div id="footer">
|
350
|
-
Generated on
|
363
|
+
Generated on Mon Aug 31 14:08:53 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>
|
@@ -216,7 +216,7 @@ arguments in options attribute:</p>
|
|
216
216
|
|
217
217
|
|
218
218
|
<span class="summary_desc"><div class='inline'>
|
219
|
-
<p>
|
219
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
220
220
|
</div></span>
|
221
221
|
|
222
222
|
</li>
|
@@ -239,7 +239,9 @@ arguments in options attribute:</p>
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
<span class="summary_desc"><div class='inline'
|
242
|
+
<span class="summary_desc"><div class='inline'>
|
243
|
+
<p>Render html tag.</p>
|
244
|
+
</div></span>
|
243
245
|
|
244
246
|
</li>
|
245
247
|
|
@@ -257,7 +259,7 @@ arguments in options attribute:</p>
|
|
257
259
|
|
258
260
|
|
259
261
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
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
|
262
|
+
<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>
|
261
263
|
|
262
264
|
|
263
265
|
|
@@ -285,7 +287,7 @@ arguments in options attribute:</p>
|
|
285
287
|
</h3><div class="docstring">
|
286
288
|
<div class="discussion">
|
287
289
|
|
288
|
-
<p>
|
290
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
289
291
|
|
290
292
|
|
291
293
|
</div>
|
@@ -299,12 +301,12 @@ arguments in options attribute:</p>
|
|
299
301
|
<pre class="lines">
|
300
302
|
|
301
303
|
|
302
|
-
53
|
303
304
|
54
|
304
|
-
55
|
305
|
+
55
|
306
|
+
56</pre>
|
305
307
|
</td>
|
306
308
|
<td>
|
307
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_link.rb', line
|
309
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_link.rb', line 54</span>
|
308
310
|
|
309
311
|
<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>
|
310
312
|
<span class='kw'>super</span>
|
@@ -330,18 +332,29 @@ arguments in options attribute:</p>
|
|
330
332
|
|
331
333
|
|
332
334
|
|
333
|
-
</h3><
|
335
|
+
</h3><div class="docstring">
|
336
|
+
<div class="discussion">
|
337
|
+
|
338
|
+
<p>Render html tag</p>
|
339
|
+
|
340
|
+
|
341
|
+
</div>
|
342
|
+
</div>
|
343
|
+
<div class="tags">
|
344
|
+
|
345
|
+
|
346
|
+
</div><table class="source_code">
|
334
347
|
<tr>
|
335
348
|
<td>
|
336
349
|
<pre class="lines">
|
337
350
|
|
338
351
|
|
339
|
-
|
340
|
-
|
341
|
-
|
352
|
+
59
|
353
|
+
60
|
354
|
+
61</pre>
|
342
355
|
</td>
|
343
356
|
<td>
|
344
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_link.rb', line
|
357
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_link.rb', line 59</span>
|
345
358
|
|
346
359
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
347
360
|
<span class='id identifier rubyid_link_to'>link_to</span> <span class='id identifier rubyid_glyph_and_content_html'>glyph_and_content_html</span><span class='comma'>,</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:url</span><span class='rbracket'>]</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'>btn</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
@@ -356,7 +369,7 @@ arguments in options attribute:</p>
|
|
356
369
|
</div>
|
357
370
|
|
358
371
|
<div id="footer">
|
359
|
-
Generated on
|
372
|
+
Generated on Mon Aug 31 14:08:53 2015 by
|
360
373
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
361
374
|
0.8.7.6 (ruby-1.9.3).
|
362
375
|
</div>
|
@@ -219,7 +219,7 @@ end</code></pre>
|
|
219
219
|
|
220
220
|
|
221
221
|
<span class="summary_desc"><div class='inline'>
|
222
|
-
<p>
|
222
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
223
223
|
</div></span>
|
224
224
|
|
225
225
|
</li>
|
@@ -242,7 +242,9 @@ end</code></pre>
|
|
242
242
|
|
243
243
|
|
244
244
|
|
245
|
-
<span class="summary_desc"><div class='inline'
|
245
|
+
<span class="summary_desc"><div class='inline'>
|
246
|
+
<p>Render html tag.</p>
|
247
|
+
</div></span>
|
246
248
|
|
247
249
|
</li>
|
248
250
|
|
@@ -260,7 +262,7 @@ end</code></pre>
|
|
260
262
|
|
261
263
|
|
262
264
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span></h3>
|
263
|
-
<p class="inherited"><span class='object_link'><a href="Dropdown.html#
|
265
|
+
<p class="inherited"><span class='object_link'><a href="Dropdown.html#link-instance_method" title="UiBibz::Ui::Core::Dropdown#link (method)">#link</a></span>, <span class='object_link'><a href="Dropdown.html#list-instance_method" title="UiBibz::Ui::Core::Dropdown#list (method)">#list</a></span></p>
|
264
266
|
|
265
267
|
|
266
268
|
|
@@ -271,7 +273,7 @@ end</code></pre>
|
|
271
273
|
|
272
274
|
|
273
275
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
274
|
-
<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#
|
276
|
+
<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>
|
275
277
|
|
276
278
|
|
277
279
|
|
@@ -299,7 +301,7 @@ end</code></pre>
|
|
299
301
|
</h3><div class="docstring">
|
300
302
|
<div class="discussion">
|
301
303
|
|
302
|
-
<p>
|
304
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
303
305
|
|
304
306
|
|
305
307
|
</div>
|
@@ -313,12 +315,12 @@ end</code></pre>
|
|
313
315
|
<pre class="lines">
|
314
316
|
|
315
317
|
|
316
|
-
55
|
317
318
|
56
|
318
|
-
57
|
319
|
+
57
|
320
|
+
58</pre>
|
319
321
|
</td>
|
320
322
|
<td>
|
321
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_split_dropdown.rb', line
|
323
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_split_dropdown.rb', line 56</span>
|
322
324
|
|
323
325
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_name'>name</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>
|
324
326
|
<span class='kw'>super</span>
|
@@ -344,22 +346,33 @@ end</code></pre>
|
|
344
346
|
|
345
347
|
|
346
348
|
|
347
|
-
</h3><
|
349
|
+
</h3><div class="docstring">
|
350
|
+
<div class="discussion">
|
351
|
+
|
352
|
+
<p>Render html tag</p>
|
353
|
+
|
354
|
+
|
355
|
+
</div>
|
356
|
+
</div>
|
357
|
+
<div class="tags">
|
358
|
+
|
359
|
+
|
360
|
+
</div><table class="source_code">
|
348
361
|
<tr>
|
349
362
|
<td>
|
350
363
|
<pre class="lines">
|
351
364
|
|
352
365
|
|
353
|
-
59
|
354
|
-
60
|
355
366
|
61
|
356
367
|
62
|
357
368
|
63
|
358
369
|
64
|
359
|
-
65
|
370
|
+
65
|
371
|
+
66
|
372
|
+
67</pre>
|
360
373
|
</td>
|
361
374
|
<td>
|
362
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_split_dropdown.rb', line
|
375
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/button/button_split_dropdown.rb', line 61</span>
|
363
376
|
|
364
377
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
365
378
|
<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='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>btn-group</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='lbrace'>{</span> <span class='label'>role:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>group</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
@@ -378,7 +391,7 @@ end</code></pre>
|
|
378
391
|
</div>
|
379
392
|
|
380
393
|
<div id="footer">
|
381
|
-
Generated on
|
394
|
+
Generated on Mon Aug 31 14:08:55 2015 by
|
382
395
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
383
396
|
0.8.7.6 (ruby-1.9.3).
|
384
397
|
</div>
|
data/doc/UiBibz/Ui/Core/Col.html
CHANGED
@@ -206,7 +206,7 @@ arguments in options attribute:</p>
|
|
206
206
|
|
207
207
|
|
208
208
|
<span class="summary_desc"><div class='inline'>
|
209
|
-
<p>
|
209
|
+
<p>See UiBibz::Ui::Core::Component.initialize.</p>
|
210
210
|
</div></span>
|
211
211
|
|
212
212
|
</li>
|
@@ -229,7 +229,9 @@ arguments in options attribute:</p>
|
|
229
229
|
|
230
230
|
|
231
231
|
|
232
|
-
<span class="summary_desc"><div class='inline'
|
232
|
+
<span class="summary_desc"><div class='inline'>
|
233
|
+
<p>Render html tag.</p>
|
234
|
+
</div></span>
|
233
235
|
|
234
236
|
</li>
|
235
237
|
|
@@ -247,7 +249,7 @@ arguments in options attribute:</p>
|
|
247
249
|
|
248
250
|
|
249
251
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
|
250
|
-
<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#
|
252
|
+
<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>
|
251
253
|
|
252
254
|
|
253
255
|
|
@@ -275,7 +277,7 @@ arguments in options attribute:</p>
|
|
275
277
|
</h3><div class="docstring">
|
276
278
|
<div class="discussion">
|
277
279
|
|
278
|
-
<p>
|
280
|
+
<p>See UiBibz::Ui::Core::Component.initialize</p>
|
279
281
|
|
280
282
|
|
281
283
|
</div>
|
@@ -289,13 +291,13 @@ arguments in options attribute:</p>
|
|
289
291
|
<pre class="lines">
|
290
292
|
|
291
293
|
|
292
|
-
47
|
293
294
|
48
|
294
295
|
49
|
295
|
-
50
|
296
|
+
50
|
297
|
+
51</pre>
|
296
298
|
</td>
|
297
299
|
<td>
|
298
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/col.rb', line
|
300
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/col.rb', line 48</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>
|
@@ -322,18 +324,29 @@ arguments in options attribute:</p>
|
|
322
324
|
|
323
325
|
|
324
326
|
|
325
|
-
</h3><
|
327
|
+
</h3><div class="docstring">
|
328
|
+
<div class="discussion">
|
329
|
+
|
330
|
+
<p>Render html tag</p>
|
331
|
+
|
332
|
+
|
333
|
+
</div>
|
334
|
+
</div>
|
335
|
+
<div class="tags">
|
336
|
+
|
337
|
+
|
338
|
+
</div><table class="source_code">
|
326
339
|
<tr>
|
327
340
|
<td>
|
328
341
|
<pre class="lines">
|
329
342
|
|
330
343
|
|
331
|
-
|
332
|
-
|
333
|
-
|
344
|
+
54
|
345
|
+
55
|
346
|
+
56</pre>
|
334
347
|
</td>
|
335
348
|
<td>
|
336
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/col.rb', line
|
349
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/col.rb', line 54</span>
|
337
350
|
|
338
351
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
339
352
|
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:div</span><span class='comma'>,</span> <span class='ivar'>@content</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='id identifier rubyid_col_classes'>col_classes</span><span class='rparen'>)</span>
|
@@ -348,7 +361,7 @@ arguments in options attribute:</p>
|
|
348
361
|
</div>
|
349
362
|
|
350
363
|
<div id="footer">
|
351
|
-
Generated on
|
364
|
+
Generated on Mon Aug 31 14:08:52 2015 by
|
352
365
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
353
366
|
0.8.7.6 (ruby-1.9.3).
|
354
367
|
</div>
|