ui_bibz 1.2.1 → 1.2.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 +16 -16
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +3 -3
- data/README.md +46 -45
- data/app/assets/javascripts/ui_bibz.js.coffee +4 -0
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +4 -4
- data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
- data/doc/UiBibz/Concerns/Models.html +1 -1
- data/doc/UiBibz/Concerns.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/Helpers.html +1 -1
- data/doc/UiBibz/Rails/Engine.html +1 -1
- data/doc/UiBibz/Rails.html +1 -1
- data/doc/UiBibz/Ui/Base.html +1 -1
- 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 +1 -1
- 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 +1 -1
- data/doc/UiBibz/Ui/Core/Col.html +1 -1
- data/doc/UiBibz/Ui/Core/Component.html +1 -1
- data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
- data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
- data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
- data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
- 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/Modal.html +1 -1
- data/doc/UiBibz/Ui/Core/ModalBody.html +1 -1
- data/doc/UiBibz/Ui/Core/ModalFooter.html +1 -1
- data/doc/UiBibz/Ui/Core/ModalHeader.html +1 -1
- data/doc/UiBibz/Ui/Core/Nav.html +1 -1
- data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
- 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 +23 -17
- 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/Core.html +2 -2
- data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Actions.html +1 -1
- 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 +61 -9
- data/doc/UiBibz/Ui/Ux/Table.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePagination.html +3 -5
- 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/Ui/Ux.html +2 -2
- data/doc/UiBibz/Ui.html +1 -1
- data/doc/UiBibz/Utils/Internationalization.html +1 -1
- data/doc/UiBibz/Utils.html +1 -1
- data/doc/UiBibz.html +2 -2
- data/doc/_index.html +5 -5
- data/doc/file.README.html +47 -46
- data/doc/index.html +47 -46
- data/doc/method_list.html +249 -243
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz/concerns/models/searchable.rb +1 -0
- data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +1 -1
- data/lib/ui_bibz/ui/core/panel.rb +8 -1
- data/lib/ui_bibz/ui/ux/table/components/store.rb +4 -0
- data/lib/ui_bibz/ui/ux/table/table_pagination.rb +1 -2
- data/lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb +7 -0
- data/lib/ui_bibz/ui/ux/table/table_search_field.rb +9 -1
- data/lib/ui_bibz/version.rb +1 -1
- data/test/ui/nav_test.rb +2 -1
- data/test/ui/table_test.rb +2 -2
- metadata +2 -2
@@ -358,7 +358,7 @@ end.render</code></pre>
|
|
358
358
|
</div>
|
359
359
|
|
360
360
|
<div id="footer">
|
361
|
-
Generated on
|
361
|
+
Generated on Fri Oct 2 15:02:55 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>
|
@@ -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 Fri Oct 2 15:02:53 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>
|
@@ -389,7 +389,7 @@ end</code></pre>
|
|
389
389
|
</div>
|
390
390
|
|
391
391
|
<div id="footer">
|
392
|
-
Generated on
|
392
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
393
393
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
394
394
|
0.8.7.6 (ruby-1.9.3).
|
395
395
|
</div>
|
@@ -360,7 +360,7 @@ end</code></pre>
|
|
360
360
|
</div>
|
361
361
|
|
362
362
|
<div id="footer">
|
363
|
-
Generated on
|
363
|
+
Generated on Fri Oct 2 15:02:53 2015 by
|
364
364
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
365
365
|
0.8.7.6 (ruby-1.9.3).
|
366
366
|
</div>
|
@@ -369,7 +369,7 @@ arguments in options attribute:</p>
|
|
369
369
|
</div>
|
370
370
|
|
371
371
|
<div id="footer">
|
372
|
-
Generated on
|
372
|
+
Generated on Fri Oct 2 15:02:53 2015 by
|
373
373
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
374
374
|
0.8.7.6 (ruby-1.9.3).
|
375
375
|
</div>
|
@@ -391,7 +391,7 @@ end</code></pre>
|
|
391
391
|
</div>
|
392
392
|
|
393
393
|
<div id="footer">
|
394
|
-
Generated on
|
394
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
395
395
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
396
396
|
0.8.7.6 (ruby-1.9.3).
|
397
397
|
</div>
|
data/doc/UiBibz/Ui/Core/Col.html
CHANGED
@@ -361,7 +361,7 @@ arguments in options attribute:</p>
|
|
361
361
|
</div>
|
362
362
|
|
363
363
|
<div id="footer">
|
364
|
-
Generated on
|
364
|
+
Generated on Fri Oct 2 15:02:52 2015 by
|
365
365
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
366
366
|
0.8.7.6 (ruby-1.9.3).
|
367
367
|
</div>
|
@@ -1076,7 +1076,7 @@ variable 'content' does not exit.</p>
|
|
1076
1076
|
</div>
|
1077
1077
|
|
1078
1078
|
<div id="footer">
|
1079
|
-
Generated on
|
1079
|
+
Generated on Fri Oct 2 15:02:52 2015 by
|
1080
1080
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1081
1081
|
0.8.7.6 (ruby-1.9.3).
|
1082
1082
|
</div>
|
@@ -651,7 +651,7 @@ end</code></pre>
|
|
651
651
|
</div>
|
652
652
|
|
653
653
|
<div id="footer">
|
654
|
-
Generated on
|
654
|
+
Generated on Fri Oct 2 15:02:53 2015 by
|
655
655
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
656
656
|
0.8.7.6 (ruby-1.9.3).
|
657
657
|
</div>
|
@@ -292,7 +292,7 @@
|
|
292
292
|
</div>
|
293
293
|
|
294
294
|
<div id="footer">
|
295
|
-
Generated on
|
295
|
+
Generated on Fri Oct 2 15:02:55 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>
|
@@ -344,7 +344,7 @@ content to add a separator</p>
|
|
344
344
|
</div>
|
345
345
|
|
346
346
|
<div id="footer">
|
347
|
-
Generated on
|
347
|
+
Generated on Fri Oct 2 15:02:55 2015 by
|
348
348
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
349
349
|
0.8.7.6 (ruby-1.9.3).
|
350
350
|
</div>
|
@@ -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 Fri Oct 2 15:02:55 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 Fri Oct 2 15:02:52 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 Fri Oct 2 15:02:52 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 Fri Oct 2 15:02:52 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 Fri Oct 2 15:02:53 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 Fri Oct 2 15:02:53 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>
|
@@ -532,7 +532,7 @@ end.render</code></pre>
|
|
532
532
|
</div>
|
533
533
|
|
534
534
|
<div id="footer">
|
535
|
-
Generated on
|
535
|
+
Generated on Fri Oct 2 15:02:52 2015 by
|
536
536
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
537
537
|
0.8.7.6 (ruby-1.9.3).
|
538
538
|
</div>
|
@@ -342,7 +342,7 @@ arguments in options attribute:</p>
|
|
342
342
|
</div>
|
343
343
|
|
344
344
|
<div id="footer">
|
345
|
-
Generated on
|
345
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
346
346
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
347
347
|
0.8.7.6 (ruby-1.9.3).
|
348
348
|
</div>
|
@@ -342,7 +342,7 @@ arguments in options attribute:</p>
|
|
342
342
|
</div>
|
343
343
|
|
344
344
|
<div id="footer">
|
345
|
-
Generated on
|
345
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
346
346
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
347
347
|
0.8.7.6 (ruby-1.9.3).
|
348
348
|
</div>
|
@@ -348,7 +348,7 @@ arguments in options attribute:</p>
|
|
348
348
|
</div>
|
349
349
|
|
350
350
|
<div id="footer">
|
351
|
-
Generated on
|
351
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
352
352
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
353
353
|
0.8.7.6 (ruby-1.9.3).
|
354
354
|
</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 Fri Oct 2 15:02:52 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>
|
@@ -380,7 +380,7 @@ end</code></pre>
|
|
380
380
|
</div>
|
381
381
|
|
382
382
|
<div id="footer">
|
383
|
-
Generated on
|
383
|
+
Generated on Fri Oct 2 15:02:54 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 Fri Oct 2 15:02:54 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 Fri Oct 2 15:02:52 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 Fri Oct 2 15:02:54 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 Fri Oct 2 15:02:54 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 Fri Oct 2 15:02:54 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>
|
@@ -127,6 +127,8 @@ arguments in options attribute:</p>
|
|
127
127
|
<ul><li>
|
128
128
|
<p><tt>state</tt> - State of élement with symbol value: (<tt>:default</tt>,
|
129
129
|
<tt>:primary</tt>, <tt>:info</tt>, <tt>:warning</tt>, <tt>:danger</tt>)</p>
|
130
|
+
</li><li>
|
131
|
+
<p><tt>tab</tt> - String | To link with the component nav</p>
|
130
132
|
</li></ul>
|
131
133
|
|
132
134
|
<h4>Signatures</h4>
|
@@ -399,12 +401,12 @@ arguments in options attribute:</p>
|
|
399
401
|
<pre class="lines">
|
400
402
|
|
401
403
|
|
402
|
-
82
|
403
404
|
83
|
404
|
-
84
|
405
|
+
84
|
406
|
+
85</pre>
|
405
407
|
</td>
|
406
408
|
<td>
|
407
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line
|
409
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line 83</span>
|
408
410
|
|
409
411
|
<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>
|
410
412
|
<span class='kw'>super</span>
|
@@ -447,12 +449,12 @@ arguments in options attribute:</p>
|
|
447
449
|
<pre class="lines">
|
448
450
|
|
449
451
|
|
450
|
-
92
|
451
452
|
93
|
452
|
-
94
|
453
|
+
94
|
454
|
+
95</pre>
|
453
455
|
</td>
|
454
456
|
<td>
|
455
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line
|
457
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line 93</span>
|
456
458
|
|
457
459
|
<span class='kw'>def</span> <span class='id identifier rubyid_body'>body</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>
|
458
460
|
<span class='ivar'>@body</span> <span class='op'>=</span> <span class='const'>Component</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</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>
|
@@ -488,12 +490,12 @@ arguments in options attribute:</p>
|
|
488
490
|
<pre class="lines">
|
489
491
|
|
490
492
|
|
491
|
-
97
|
492
493
|
98
|
493
|
-
99
|
494
|
+
99
|
495
|
+
100</pre>
|
494
496
|
</td>
|
495
497
|
<td>
|
496
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line
|
498
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line 98</span>
|
497
499
|
|
498
500
|
<span class='kw'>def</span> <span class='id identifier rubyid_footer'>footer</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>
|
499
501
|
<span class='ivar'>@footer</span> <span class='op'>=</span> <span class='const'>Component</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</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>
|
@@ -529,12 +531,12 @@ arguments in options attribute:</p>
|
|
529
531
|
<pre class="lines">
|
530
532
|
|
531
533
|
|
532
|
-
87
|
533
534
|
88
|
534
|
-
89
|
535
|
+
89
|
536
|
+
90</pre>
|
535
537
|
</td>
|
536
538
|
<td>
|
537
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line
|
539
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line 88</span>
|
538
540
|
|
539
541
|
<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>
|
540
542
|
<span class='ivar'>@header</span> <span class='op'>=</span> <span class='const'>Component</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</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>
|
@@ -570,19 +572,23 @@ arguments in options attribute:</p>
|
|
570
572
|
<pre class="lines">
|
571
573
|
|
572
574
|
|
573
|
-
102
|
574
575
|
103
|
575
576
|
104
|
576
577
|
105
|
577
578
|
106
|
578
579
|
107
|
579
|
-
108
|
580
|
+
108
|
581
|
+
109
|
582
|
+
110
|
583
|
+
111</pre>
|
580
584
|
</td>
|
581
585
|
<td>
|
582
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line
|
586
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/panel.rb', line 103</span>
|
583
587
|
|
584
588
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
585
|
-
<span class='
|
589
|
+
<span class='ivar'>@html_options</span><span class='lbracket'>[</span><span class='symbol'>:id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:tab</span><span class='rbracket'>]</span> <span class='kw'>unless</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:tab</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
590
|
+
|
591
|
+
<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'>panel</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_tab_pane'>tab_pane</span><span class='rbracket'>]</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
586
592
|
<span class='id identifier rubyid_concat'>concat</span><span class='lparen'>(</span><span class='id identifier rubyid_header_html'>header_html</span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='ivar'>@header</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
587
593
|
<span class='id identifier rubyid_concat'>concat</span><span class='lparen'>(</span><span class='id identifier rubyid_body_html'>body_html</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='op'>!</span><span class='ivar'>@body</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>||</span> <span class='op'>!</span><span class='ivar'>@content</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
588
594
|
<span class='id identifier rubyid_concat'>concat</span><span class='lparen'>(</span><span class='id identifier rubyid_footer_html'>footer_html</span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='ivar'>@footer</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
@@ -598,7 +604,7 @@ arguments in options attribute:</p>
|
|
598
604
|
</div>
|
599
605
|
|
600
606
|
<div id="footer">
|
601
|
-
Generated on
|
607
|
+
Generated on Fri Oct 2 15:02:52 2015 by
|
602
608
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
603
609
|
0.8.7.6 (ruby-1.9.3).
|
604
610
|
</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 Fri Oct 2 15:02:54 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 Fri Oct 2 15:02:52 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 Fri Oct 2 15:02:52 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/Core.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/core/col.rb,<br /> lib/ui_bibz/ui/core/row.rb,<br /> lib/ui_bibz/ui/core/
|
83
|
+
lib/ui_bibz/ui/core/col.rb,<br /> lib/ui_bibz/ui/core/row.rb,<br /> lib/ui_bibz/ui/core/glyph.rb,<br /> lib/ui_bibz/ui/core/panel.rb,<br /> lib/ui_bibz/ui/core/label.rb,<br /> lib/ui_bibz/ui/core/alert.rb,<br /> lib/ui_bibz/ui/core/stars.rb,<br /> lib/ui_bibz/ui/core/nav/nav.rb,<br /> lib/ui_bibz/ui/core/component.rb,<br /> lib/ui_bibz/ui/core/jumbotron.rb,<br /> lib/ui_bibz/ui/core/nav/navbar.rb,<br /> lib/ui_bibz/ui/core/modal/modal.rb,<br /> lib/ui_bibz/ui/core/button/button.rb,<br /> lib/ui_bibz/ui/core/list/list_group.rb,<br /> lib/ui_bibz/ui/core/dropdown/dropdown.rb,<br /> lib/ui_bibz/ui/core/button/button_link.rb,<br /> lib/ui_bibz/ui/core/button/button_group.rb,<br /> lib/ui_bibz/ui/core/list/components/list.rb,<br /> lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb,<br /> lib/ui_bibz/ui/core/button/button_dropdown.rb,<br /> lib/ui_bibz/ui/core/nav/components/nav_link.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_nav.rb,<br /> lib/ui_bibz/ui/core/progress_bar/progress_bar.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_text.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_form.rb,<br /> lib/ui_bibz/ui/core/progress_bar/components/bar.rb,<br /> lib/ui_bibz/ui/core/modal/components/modal_body.rb,<br /> lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb,<br /> lib/ui_bibz/ui/core/button/button_split_dropdown.rb,<br /> lib/ui_bibz/ui/core/modal/components/modal_footer.rb,<br /> lib/ui_bibz/ui/core/modal/components/modal_header.rb,<br /> lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb,<br /> lib/ui_bibz/ui/core/dropdown/components/dropdown_header.rb,<br /> lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb,<br /> lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb</span>
|
84
84
|
</dd>
|
85
85
|
|
86
86
|
</dl>
|
@@ -119,7 +119,7 @@
|
|
119
119
|
</div>
|
120
120
|
|
121
121
|
<div id="footer">
|
122
|
-
Generated on
|
122
|
+
Generated on Fri Oct 2 15:02:51 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 Fri Oct 2 15:02:54 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>
|
@@ -593,7 +593,7 @@
|
|
593
593
|
</div>
|
594
594
|
|
595
595
|
<div id="footer">
|
596
|
-
Generated on
|
596
|
+
Generated on Fri Oct 2 15:02:53 2015 by
|
597
597
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
598
598
|
0.8.7.6 (ruby-1.9.3).
|
599
599
|
</div>
|
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
</div>
|
1241
1241
|
|
1242
1242
|
<div id="footer">
|
1243
|
-
Generated on
|
1243
|
+
Generated on Fri Oct 2 15:02:53 2015 by
|
1244
1244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1245
1245
|
0.8.7.6 (ruby-1.9.3).
|
1246
1246
|
</div>
|
@@ -329,7 +329,7 @@
|
|
329
329
|
</div>
|
330
330
|
|
331
331
|
<div id="footer">
|
332
|
-
Generated on
|
332
|
+
Generated on Fri Oct 2 15:02:53 2015 by
|
333
333
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
334
334
|
0.8.7.6 (ruby-1.9.3).
|
335
335
|
</div>
|
data/doc/UiBibz/Ui/Ux/Grid.html
CHANGED
@@ -474,7 +474,7 @@ end</code></pre>
|
|
474
474
|
</div>
|
475
475
|
|
476
476
|
<div id="footer">
|
477
|
-
Generated on
|
477
|
+
Generated on Fri Oct 2 15:02:51 2015 by
|
478
478
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
479
479
|
0.8.7.6 (ruby-1.9.3).
|
480
480
|
</div>
|
@@ -372,7 +372,7 @@
|
|
372
372
|
</div>
|
373
373
|
|
374
374
|
<div id="footer">
|
375
|
-
Generated on
|
375
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
376
376
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
377
377
|
0.8.7.6 (ruby-1.9.3).
|
378
378
|
</div>
|
@@ -367,7 +367,7 @@
|
|
367
367
|
</div>
|
368
368
|
|
369
369
|
<div id="footer">
|
370
|
-
Generated on
|
370
|
+
Generated on Fri Oct 2 15:02:54 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>
|
@@ -291,7 +291,7 @@
|
|
291
291
|
</div>
|
292
292
|
|
293
293
|
<div id="footer">
|
294
|
-
Generated on
|
294
|
+
Generated on Fri Oct 2 15:02:54 2015 by
|
295
295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
296
296
|
0.8.7.6 (ruby-1.9.3).
|
297
297
|
</div>
|