ui_bibz 1.1.1 → 1.1.2
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 +12 -12
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +1 -1
- data/README.md +78 -70
- data/doc/UiBibz.html +1 -1
- data/doc/UiBibz/Concerns.html +1 -1
- data/doc/UiBibz/Concerns/Models.html +1 -1
- data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +1 -1
- data/doc/UiBibz/Helpers.html +1 -1
- data/doc/UiBibz/Helpers/MetaHelper.html +1 -1
- data/doc/UiBibz/Helpers/UiCoreHelper.html +1 -1
- data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
- data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
- data/doc/UiBibz/Rails.html +1 -1
- data/doc/UiBibz/Rails/Engine.html +1 -1
- data/doc/UiBibz/Ui.html +1 -1
- data/doc/UiBibz/Ui/Base.html +2 -2
- data/doc/UiBibz/Ui/Core.html +3 -3
- data/doc/UiBibz/Ui/Core/Alert.html +1 -1
- data/doc/UiBibz/Ui/Core/Bar.html +1 -1
- data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
- data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
- data/doc/UiBibz/Ui/Core/Button.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonDropdown.html +2 -2
- data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +2 -2
- data/doc/UiBibz/Ui/Core/Col.html +1 -1
- data/doc/UiBibz/Ui/Core/Component.html +2 -2
- data/doc/UiBibz/Ui/Core/Dropdown.html +175 -43
- data/doc/UiBibz/Ui/Core/DropdownDivider.html +301 -0
- data/doc/UiBibz/Ui/Core/DropdownHeader.html +353 -0
- data/doc/UiBibz/Ui/Core/DropdownLink.html +3 -3
- data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
- data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
- data/doc/UiBibz/Ui/Core/Label.html +1 -1
- data/doc/UiBibz/Ui/Core/List.html +1 -1
- data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
- data/doc/UiBibz/Ui/Core/Nav.html +1 -1
- data/doc/UiBibz/Ui/Core/NavDropdown.html +2 -2
- data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
- data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
- data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
- data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
- data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
- data/doc/UiBibz/Ui/Core/Panel.html +1 -1
- data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
- data/doc/UiBibz/Ui/Core/Row.html +1 -1
- data/doc/UiBibz/Ui/Core/Stars.html +1 -1
- data/doc/UiBibz/Ui/Ux.html +3 -3
- data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Actions.html +148 -44
- data/doc/UiBibz/Ui/Ux/Column.html +1 -1
- data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
- data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
- data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Store.html +1 -1
- data/doc/UiBibz/Ui/Ux/Table.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
- data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
- data/doc/UiBibz/Utils.html +1 -1
- data/doc/UiBibz/Utils/Internationalization.html +1 -1
- data/doc/_index.html +14 -14
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +35 -32
- data/doc/index.html +35 -32
- data/doc/method_list.html +261 -237
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb +17 -0
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_header.rb +47 -0
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +8 -2
- data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +26 -12
- data/lib/ui_bibz/ui/ux/table/components/actions.rb +14 -7
- data/lib/ui_bibz/ui/ux/table/extensions/actionable.rb +1 -1
- data/lib/ui_bibz/version.rb +1 -1
- data/test/ui/button_test.rb +12 -12
- data/test/ui/dropdown_test.rb +3 -3
- data/test/ui/table_test.rb +3 -3
- metadata +6 -4
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_list.rb +0 -75
- data/lib/ui_bibz/ui/ux/table/components/table_action.rb +0 -21
@@ -350,8 +350,8 @@ arguments in options attribute:</p>
|
|
350
350
|
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb', line 50</span>
|
351
351
|
|
352
352
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
353
|
-
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:li</span><span class='comma'>,</span> <span class='
|
354
|
-
<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='
|
353
|
+
<span class='id identifier rubyid_content_tag'>content_tag</span> <span class='symbol'>:li</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_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'>presentation</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
354
|
+
<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='id identifier rubyid_link_url'>link_url</span><span class='comma'>,</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:link_html_options</span><span class='rbracket'>]</span>
|
355
355
|
<span class='kw'>end</span>
|
356
356
|
<span class='kw'>end</span></pre>
|
357
357
|
</td>
|
@@ -364,7 +364,7 @@ arguments in options attribute:</p>
|
|
364
364
|
</div>
|
365
365
|
|
366
366
|
<div id="footer">
|
367
|
-
Generated on
|
367
|
+
Generated on Wed Sep 2 11:20:06 2015 by
|
368
368
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
369
369
|
0.8.7.6 (ruby-1.9.3).
|
370
370
|
</div>
|
@@ -373,7 +373,7 @@ arguments in options attribute:</p>
|
|
373
373
|
</div>
|
374
374
|
|
375
375
|
<div id="footer">
|
376
|
-
Generated on
|
376
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
377
377
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
378
378
|
0.8.7.6 (ruby-1.9.3).
|
379
379
|
</div>
|
@@ -367,7 +367,7 @@ arguments in options attribute:</p>
|
|
367
367
|
</div>
|
368
368
|
|
369
369
|
<div id="footer">
|
370
|
-
Generated on
|
370
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
371
371
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
372
372
|
0.8.7.6 (ruby-1.9.3).
|
373
373
|
</div>
|
@@ -366,7 +366,7 @@ arguments in options attribute:</p>
|
|
366
366
|
</div>
|
367
367
|
|
368
368
|
<div id="footer">
|
369
|
-
Generated on
|
369
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
370
370
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
371
371
|
0.8.7.6 (ruby-1.9.3).
|
372
372
|
</div>
|
@@ -516,7 +516,7 @@ arguments in options attribute:</p>
|
|
516
516
|
</div>
|
517
517
|
|
518
518
|
<div id="footer">
|
519
|
-
Generated on
|
519
|
+
Generated on Wed Sep 2 11:20:05 2015 by
|
520
520
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
521
521
|
0.8.7.6 (ruby-1.9.3).
|
522
522
|
</div>
|
@@ -463,7 +463,7 @@ end</code></pre>
|
|
463
463
|
</div>
|
464
464
|
|
465
465
|
<div id="footer">
|
466
|
-
Generated on
|
466
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
467
467
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
468
468
|
0.8.7.6 (ruby-1.9.3).
|
469
469
|
</div>
|
data/doc/UiBibz/Ui/Core/Nav.html
CHANGED
@@ -504,7 +504,7 @@ end</code></pre>
|
|
504
504
|
</div>
|
505
505
|
|
506
506
|
<div id="footer">
|
507
|
-
Generated on
|
507
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
508
508
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
509
509
|
0.8.7.6 (ruby-1.9.3).
|
510
510
|
</div>
|
@@ -253,7 +253,7 @@ end</code></pre>
|
|
253
253
|
|
254
254
|
|
255
255
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span></h3>
|
256
|
-
<p class="inherited"><span class='object_link'><a href="Dropdown.html#
|
256
|
+
<p class="inherited"><span class='object_link'><a href="Dropdown.html#divider-instance_method" title="UiBibz::Ui::Core::Dropdown#divider (method)">#divider</a></span>, <span class='object_link'><a href="Dropdown.html#header-instance_method" title="UiBibz::Ui::Core::Dropdown#header (method)">#header</a></span>, <span class='object_link'><a href="Dropdown.html#html-instance_method" title="UiBibz::Ui::Core::Dropdown#html (method)">#html</a></span>, <span class='object_link'><a href="Dropdown.html#link-instance_method" title="UiBibz::Ui::Core::Dropdown#link (method)">#link</a></span></p>
|
257
257
|
|
258
258
|
|
259
259
|
|
@@ -380,7 +380,7 @@ end</code></pre>
|
|
380
380
|
</div>
|
381
381
|
|
382
382
|
<div id="footer">
|
383
|
-
Generated on
|
383
|
+
Generated on Wed Sep 2 11:20:06 2015 by
|
384
384
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
385
385
|
0.8.7.6 (ruby-1.9.3).
|
386
386
|
</div>
|
@@ -353,7 +353,7 @@ end.render</code></pre>
|
|
353
353
|
</div>
|
354
354
|
|
355
355
|
<div id="footer">
|
356
|
-
Generated on
|
356
|
+
Generated on Wed Sep 2 11:20:05 2015 by
|
357
357
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
358
358
|
0.8.7.6 (ruby-1.9.3).
|
359
359
|
</div>
|
@@ -635,7 +635,7 @@ end</code></pre>
|
|
635
635
|
</div>
|
636
636
|
|
637
637
|
<div id="footer">
|
638
|
-
Generated on
|
638
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
639
639
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
640
640
|
0.8.7.6 (ruby-1.9.3).
|
641
641
|
</div>
|
@@ -352,7 +352,7 @@ arguments in options attribute:</p>
|
|
352
352
|
</div>
|
353
353
|
|
354
354
|
<div id="footer">
|
355
|
-
Generated on
|
355
|
+
Generated on Wed Sep 2 11:20:06 2015 by
|
356
356
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
357
357
|
0.8.7.6 (ruby-1.9.3).
|
358
358
|
</div>
|
@@ -292,7 +292,7 @@ end</code></pre>
|
|
292
292
|
</div>
|
293
293
|
|
294
294
|
<div id="footer">
|
295
|
-
Generated on
|
295
|
+
Generated on Wed Sep 2 11:20:06 2015 by
|
296
296
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
297
297
|
0.8.7.6 (ruby-1.9.3).
|
298
298
|
</div>
|
@@ -345,7 +345,7 @@ end.render</code></pre>
|
|
345
345
|
</div>
|
346
346
|
|
347
347
|
<div id="footer">
|
348
|
-
Generated on
|
348
|
+
Generated on Wed Sep 2 11:20:06 2015 by
|
349
349
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
350
350
|
0.8.7.6 (ruby-1.9.3).
|
351
351
|
</div>
|
@@ -598,7 +598,7 @@ arguments in options attribute:</p>
|
|
598
598
|
</div>
|
599
599
|
|
600
600
|
<div id="footer">
|
601
|
-
Generated on
|
601
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
602
602
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
603
603
|
0.8.7.6 (ruby-1.9.3).
|
604
604
|
</div>
|
@@ -450,7 +450,7 @@ end.render</code></pre>
|
|
450
450
|
</div>
|
451
451
|
|
452
452
|
<div id="footer">
|
453
|
-
Generated on
|
453
|
+
Generated on Wed Sep 2 11:20:05 2015 by
|
454
454
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
455
455
|
0.8.7.6 (ruby-1.9.3).
|
456
456
|
</div>
|
data/doc/UiBibz/Ui/Core/Row.html
CHANGED
@@ -339,7 +339,7 @@
|
|
339
339
|
</div>
|
340
340
|
|
341
341
|
<div id="footer">
|
342
|
-
Generated on
|
342
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
343
343
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
344
344
|
0.8.7.6 (ruby-1.9.3).
|
345
345
|
</div>
|
@@ -358,7 +358,7 @@ arguments in options attribute:</p>
|
|
358
358
|
</div>
|
359
359
|
|
360
360
|
<div id="footer">
|
361
|
-
Generated on
|
361
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
362
362
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
363
363
|
0.8.7.6 (ruby-1.9.3).
|
364
364
|
</div>
|
data/doc/UiBibz/Ui/Ux.html
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
82
82
|
<dd class="r1 last">lib/ui_bibz.rb<span class="defines">,<br />
|
83
|
-
lib/ui_bibz/ui/ux/grid.rb,<br /> lib/ui_bibz/ui/ux/table/table.rb,<br /> lib/ui_bibz/ui/ux/table/table_panel.rb,<br /> lib/ui_bibz/ui/ux/table/
|
83
|
+
lib/ui_bibz/ui/ux/grid.rb,<br /> lib/ui_bibz/ui/ux/table/table.rb,<br /> lib/ui_bibz/ui/ux/table/table_panel.rb,<br /> lib/ui_bibz/ui/ux/table/components/store.rb,<br /> lib/ui_bibz/ui/ux/table/table_pagination.rb,<br /> lib/ui_bibz/ui/ux/table/components/column.rb,<br /> lib/ui_bibz/ui/ux/table/components/columns.rb,<br /> lib/ui_bibz/ui/ux/table/table_search_field.rb,<br /> lib/ui_bibz/ui/ux/table/components/actions.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/sortable.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/paginable.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/actionable.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/searchable.rb,<br /> lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb</span>
|
84
84
|
</dd>
|
85
85
|
|
86
86
|
</dl>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
|
104
104
|
|
105
105
|
|
106
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Ux/Actionable.html" title="UiBibz::Ui::Ux::Actionable (class)">Actionable</a></span>, <span class='object_link'><a href="Ux/Actions.html" title="UiBibz::Ui::Ux::Actions (class)">Actions</a></span>, <span class='object_link'><a href="Ux/Column.html" title="UiBibz::Ui::Ux::Column (class)">Column</a></span>, <span class='object_link'><a href="Ux/Columns.html" title="UiBibz::Ui::Ux::Columns (class)">Columns</a></span>, <span class='object_link'><a href="Ux/Grid.html" title="UiBibz::Ui::Ux::Grid (class)">Grid</a></span>, <span class='object_link'><a href="Ux/Paginable.html" title="UiBibz::Ui::Ux::Paginable (class)">Paginable</a></span>, <span class='object_link'><a href="Ux/Searchable.html" title="UiBibz::Ui::Ux::Searchable (class)">Searchable</a></span>, <span class='object_link'><a href="Ux/Sortable.html" title="UiBibz::Ui::Ux::Sortable (class)">Sortable</a></span>, <span class='object_link'><a href="Ux/Store.html" title="UiBibz::Ui::Ux::Store (class)">Store</a></span>, <span class='object_link'><a href="Ux/Table.html" title="UiBibz::Ui::Ux::Table (class)">Table</a></span>, <span class='object_link'><a href="Ux/
|
106
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Ux/Actionable.html" title="UiBibz::Ui::Ux::Actionable (class)">Actionable</a></span>, <span class='object_link'><a href="Ux/Actions.html" title="UiBibz::Ui::Ux::Actions (class)">Actions</a></span>, <span class='object_link'><a href="Ux/Column.html" title="UiBibz::Ui::Ux::Column (class)">Column</a></span>, <span class='object_link'><a href="Ux/Columns.html" title="UiBibz::Ui::Ux::Columns (class)">Columns</a></span>, <span class='object_link'><a href="Ux/Grid.html" title="UiBibz::Ui::Ux::Grid (class)">Grid</a></span>, <span class='object_link'><a href="Ux/Paginable.html" title="UiBibz::Ui::Ux::Paginable (class)">Paginable</a></span>, <span class='object_link'><a href="Ux/Searchable.html" title="UiBibz::Ui::Ux::Searchable (class)">Searchable</a></span>, <span class='object_link'><a href="Ux/Sortable.html" title="UiBibz::Ui::Ux::Sortable (class)">Sortable</a></span>, <span class='object_link'><a href="Ux/Store.html" title="UiBibz::Ui::Ux::Store (class)">Store</a></span>, <span class='object_link'><a href="Ux/Table.html" title="UiBibz::Ui::Ux::Table (class)">Table</a></span>, <span class='object_link'><a href="Ux/TablePagination.html" title="UiBibz::Ui::Ux::TablePagination (class)">TablePagination</a></span>, <span class='object_link'><a href="Ux/TablePaginationPerPage.html" title="UiBibz::Ui::Ux::TablePaginationPerPage (class)">TablePaginationPerPage</a></span>, <span class='object_link'><a href="Ux/TablePanel.html" title="UiBibz::Ui::Ux::TablePanel (class)">TablePanel</a></span>, <span class='object_link'><a href="Ux/TableSearchField.html" title="UiBibz::Ui::Ux::TableSearchField (class)">TableSearchField</a></span>
|
107
107
|
|
108
108
|
|
109
109
|
</p>
|
@@ -119,7 +119,7 @@
|
|
119
119
|
</div>
|
120
120
|
|
121
121
|
<div id="footer">
|
122
|
-
Generated on
|
122
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
123
123
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
124
124
|
0.8.7.6 (ruby-1.9.3).
|
125
125
|
</div>
|
@@ -469,7 +469,7 @@
|
|
469
469
|
</div>
|
470
470
|
|
471
471
|
<div id="footer">
|
472
|
-
Generated on
|
472
|
+
Generated on Wed Sep 2 11:20:05 2015 by
|
473
473
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
474
474
|
0.8.7.6 (ruby-1.9.3).
|
475
475
|
</div>
|
@@ -117,7 +117,7 @@
|
|
117
117
|
<li class="public ">
|
118
118
|
<span class="summary_signature">
|
119
119
|
|
120
|
-
<a href="#
|
120
|
+
<a href="#divider-instance_method" title="#divider (instance method)">- (Object) <strong>divider</strong> </a>
|
121
121
|
|
122
122
|
|
123
123
|
|
@@ -131,9 +131,7 @@
|
|
131
131
|
|
132
132
|
|
133
133
|
|
134
|
-
<span class="summary_desc"><div class='inline'>
|
135
|
-
<p>Add action in table.</p>
|
136
|
-
</div></span>
|
134
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
137
135
|
|
138
136
|
</li>
|
139
137
|
|
@@ -177,6 +175,28 @@
|
|
177
175
|
|
178
176
|
|
179
177
|
|
178
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
179
|
+
|
180
|
+
</li>
|
181
|
+
|
182
|
+
|
183
|
+
<li class="public ">
|
184
|
+
<span class="summary_signature">
|
185
|
+
|
186
|
+
<a href="#header-instance_method" title="#header (instance method)">- (Object) <strong>header</strong>(content = nil, options = nil, html_options = nil, &block) </a>
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
</span>
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
180
200
|
<span class="summary_desc"><div class='inline'></div></span>
|
181
201
|
|
182
202
|
</li>
|
@@ -205,6 +225,30 @@
|
|
205
225
|
<p>A new instance of Actions.</p>
|
206
226
|
</div></span>
|
207
227
|
|
228
|
+
</li>
|
229
|
+
|
230
|
+
|
231
|
+
<li class="public ">
|
232
|
+
<span class="summary_signature">
|
233
|
+
|
234
|
+
<a href="#link-instance_method" title="#link (instance method)">- (Object) <strong>link</strong>(content = nil, options = nil, html_options = nil, &block) </a>
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
</span>
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
<span class="summary_desc"><div class='inline'>
|
249
|
+
<p>Add link action in table.</p>
|
250
|
+
</div></span>
|
251
|
+
|
208
252
|
</li>
|
209
253
|
|
210
254
|
|
@@ -286,14 +330,14 @@
|
|
286
330
|
<pre class="lines">
|
287
331
|
|
288
332
|
|
333
|
+
4
|
289
334
|
5
|
290
335
|
6
|
291
336
|
7
|
292
|
-
8
|
293
|
-
9</pre>
|
337
|
+
8</pre>
|
294
338
|
</td>
|
295
339
|
<td>
|
296
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line
|
340
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 4</span>
|
297
341
|
|
298
342
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_store'>store</span>
|
299
343
|
<span class='ivar'>@store</span> <span class='op'>=</span> <span class='id identifier rubyid_store'>store</span>
|
@@ -313,40 +357,29 @@
|
|
313
357
|
|
314
358
|
|
315
359
|
<div class="method_details first">
|
316
|
-
<h3 class="signature first" id="
|
317
|
-
|
318
|
-
- (<tt>Object</tt>) <strong>action</strong>(content = nil, options = nil, html_options = nil, &block)
|
360
|
+
<h3 class="signature first" id="divider-instance_method">
|
319
361
|
|
320
|
-
|
362
|
+
- (<tt>Object</tt>) <strong>divider</strong>
|
321
363
|
|
322
364
|
|
323
365
|
|
324
|
-
</h3><div class="docstring">
|
325
|
-
<div class="discussion">
|
326
|
-
|
327
|
-
<p>Add action in table</p>
|
328
|
-
|
329
366
|
|
330
|
-
</div>
|
331
|
-
</div>
|
332
|
-
<div class="tags">
|
333
367
|
|
334
|
-
|
335
|
-
</div><table class="source_code">
|
368
|
+
</h3><table class="source_code">
|
336
369
|
<tr>
|
337
370
|
<td>
|
338
371
|
<pre class="lines">
|
339
372
|
|
340
373
|
|
341
|
-
|
342
|
-
|
343
|
-
|
374
|
+
15
|
375
|
+
16
|
376
|
+
17</pre>
|
344
377
|
</td>
|
345
378
|
<td>
|
346
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line
|
379
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 15</span>
|
347
380
|
|
348
|
-
<span class='kw'>def</span> <span class='id identifier
|
349
|
-
<span class='ivar'>@actions</span> <span class='op'><<</span> <span class='const'>
|
381
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_divider'>divider</span>
|
382
|
+
<span class='ivar'>@actions</span> <span class='op'><<</span> <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'>DropdownDivider</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span>
|
350
383
|
<span class='kw'>end</span></pre>
|
351
384
|
</td>
|
352
385
|
</tr>
|
@@ -368,12 +401,12 @@
|
|
368
401
|
<pre class="lines">
|
369
402
|
|
370
403
|
|
371
|
-
|
372
|
-
|
373
|
-
|
404
|
+
27
|
405
|
+
28
|
406
|
+
29</pre>
|
374
407
|
</td>
|
375
408
|
<td>
|
376
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line
|
409
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 27</span>
|
377
410
|
|
378
411
|
<span class='kw'>def</span> <span class='id identifier rubyid_format'>format</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
379
412
|
<span class='ivar'>@format_action</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
|
@@ -398,12 +431,12 @@
|
|
398
431
|
<pre class="lines">
|
399
432
|
|
400
433
|
|
401
|
-
|
402
|
-
|
403
|
-
|
434
|
+
36
|
435
|
+
37
|
436
|
+
38</pre>
|
404
437
|
</td>
|
405
438
|
<td>
|
406
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line
|
439
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 36</span>
|
407
440
|
|
408
441
|
<span class='kw'>def</span> <span class='id identifier rubyid_format_action'>format_action</span>
|
409
442
|
<span class='ivar'>@format_action</span>
|
@@ -411,6 +444,77 @@
|
|
411
444
|
</td>
|
412
445
|
</tr>
|
413
446
|
</table>
|
447
|
+
</div>
|
448
|
+
|
449
|
+
<div class="method_details ">
|
450
|
+
<h3 class="signature " id="header-instance_method">
|
451
|
+
|
452
|
+
- (<tt>Object</tt>) <strong>header</strong>(content = nil, options = nil, html_options = nil, &block)
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
</h3><table class="source_code">
|
459
|
+
<tr>
|
460
|
+
<td>
|
461
|
+
<pre class="lines">
|
462
|
+
|
463
|
+
|
464
|
+
19
|
465
|
+
20
|
466
|
+
21</pre>
|
467
|
+
</td>
|
468
|
+
<td>
|
469
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 19</span>
|
470
|
+
|
471
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_header'>header</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>
|
472
|
+
<span class='ivar'>@actions</span> <span class='op'><<</span> <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'>DropdownHeader</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>
|
473
|
+
<span class='kw'>end</span></pre>
|
474
|
+
</td>
|
475
|
+
</tr>
|
476
|
+
</table>
|
477
|
+
</div>
|
478
|
+
|
479
|
+
<div class="method_details ">
|
480
|
+
<h3 class="signature " id="link-instance_method">
|
481
|
+
|
482
|
+
- (<tt>Object</tt>) <strong>link</strong>(content = nil, options = nil, html_options = nil, &block)
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
</h3><div class="docstring">
|
489
|
+
<div class="discussion">
|
490
|
+
|
491
|
+
<p>Add link action in table</p>
|
492
|
+
|
493
|
+
|
494
|
+
</div>
|
495
|
+
</div>
|
496
|
+
<div class="tags">
|
497
|
+
|
498
|
+
|
499
|
+
</div><table class="source_code">
|
500
|
+
<tr>
|
501
|
+
<td>
|
502
|
+
<pre class="lines">
|
503
|
+
|
504
|
+
|
505
|
+
11
|
506
|
+
12
|
507
|
+
13</pre>
|
508
|
+
</td>
|
509
|
+
<td>
|
510
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 11</span>
|
511
|
+
|
512
|
+
<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>
|
513
|
+
<span class='ivar'>@actions</span> <span class='op'><<</span> <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'>DropdownLink</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>
|
514
|
+
<span class='kw'>end</span></pre>
|
515
|
+
</td>
|
516
|
+
</tr>
|
517
|
+
</table>
|
414
518
|
</div>
|
415
519
|
|
416
520
|
<div class="method_details ">
|
@@ -439,12 +543,12 @@
|
|
439
543
|
<pre class="lines">
|
440
544
|
|
441
545
|
|
442
|
-
|
443
|
-
|
444
|
-
|
546
|
+
32
|
547
|
+
33
|
548
|
+
34</pre>
|
445
549
|
</td>
|
446
550
|
<td>
|
447
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line
|
551
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 32</span>
|
448
552
|
|
449
553
|
<span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span>
|
450
554
|
<span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='id identifier rubyid_defaults_actions'>defaults_actions</span> <span class='op'>:</span> <span class='ivar'>@actions</span>
|
@@ -469,12 +573,12 @@
|
|
469
573
|
<pre class="lines">
|
470
574
|
|
471
575
|
|
472
|
-
|
473
|
-
|
474
|
-
|
576
|
+
23
|
577
|
+
24
|
578
|
+
25</pre>
|
475
579
|
</td>
|
476
580
|
<td>
|
477
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line
|
581
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/actions.rb', line 23</span>
|
478
582
|
|
479
583
|
<span class='kw'>def</span> <span class='id identifier rubyid_reset'>reset</span>
|
480
584
|
<span class='ivar'>@actions</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
@@ -489,7 +593,7 @@
|
|
489
593
|
</div>
|
490
594
|
|
491
595
|
<div id="footer">
|
492
|
-
Generated on
|
596
|
+
Generated on Wed Sep 2 11:20:05 2015 by
|
493
597
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
494
598
|
0.8.7.6 (ruby-1.9.3).
|
495
599
|
</div>
|