ui_bibz 1.2.3 → 1.2.4
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 +4 -4
- data/.yardoc/checksums +3 -3
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +54 -52
- data/README.md +47 -46
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +1 -1
- 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 +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/Core.html +1 -1
- 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 +70 -18
- 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/Ui/Ux.html +1 -1
- 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 +1 -1
- data/doc/file.README.html +49 -47
- data/doc/index.html +49 -47
- data/doc/method_list.html +75 -69
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz/ui/ux/table/components/store.rb +5 -1
- data/lib/ui_bibz/ui/ux/table/extensions/sortable.rb +5 -0
- data/lib/ui_bibz/version.rb +1 -1
- data/test/ui/table_test.rb +1 -1
- metadata +2 -2
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.8.7.6 (ruby-2.2.3).
|
120
120
|
</div>
|
data/doc/UiBibz/Rails.html
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
</div>
|
107
107
|
|
108
108
|
<div id="footer">
|
109
|
-
Generated on
|
109
|
+
Generated on Wed Jan 13 11:24:57 2016 by
|
110
110
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
111
111
|
0.8.7.6 (ruby-2.2.3).
|
112
112
|
</div>
|
data/doc/UiBibz/Ui/Base.html
CHANGED
@@ -295,7 +295,7 @@
|
|
295
295
|
</div>
|
296
296
|
|
297
297
|
<div id="footer">
|
298
|
-
Generated on
|
298
|
+
Generated on Wed Jan 13 11:24:57 2016 by
|
299
299
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
300
300
|
0.8.7.6 (ruby-2.2.3).
|
301
301
|
</div>
|
@@ -374,7 +374,7 @@ end.render</code></pre>
|
|
374
374
|
</div>
|
375
375
|
|
376
376
|
<div id="footer">
|
377
|
-
Generated on
|
377
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
378
378
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
379
379
|
0.8.7.6 (ruby-2.2.3).
|
380
380
|
</div>
|
data/doc/UiBibz/Ui/Core/Bar.html
CHANGED
@@ -363,7 +363,7 @@ pass arguments in options attribute:</p>
|
|
363
363
|
</div>
|
364
364
|
|
365
365
|
<div id="footer">
|
366
|
-
Generated on
|
366
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
367
367
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
368
368
|
0.8.7.6 (ruby-2.2.3).
|
369
369
|
</div>
|
@@ -433,7 +433,7 @@ end</code></pre>
|
|
433
433
|
</div>
|
434
434
|
|
435
435
|
<div id="footer">
|
436
|
-
Generated on
|
436
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
437
437
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
438
438
|
0.8.7.6 (ruby-2.2.3).
|
439
439
|
</div>
|
@@ -360,7 +360,7 @@ end.render</code></pre>
|
|
360
360
|
</div>
|
361
361
|
|
362
362
|
<div id="footer">
|
363
|
-
Generated on
|
363
|
+
Generated on Wed Jan 13 11:25:01 2016 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-2.2.3).
|
366
366
|
</div>
|
@@ -371,7 +371,7 @@ pass arguments in options attribute:</p>
|
|
371
371
|
</div>
|
372
372
|
|
373
373
|
<div id="footer">
|
374
|
-
Generated on
|
374
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
375
375
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
376
376
|
0.8.7.6 (ruby-2.2.3).
|
377
377
|
</div>
|
@@ -392,7 +392,7 @@ end</code></pre>
|
|
392
392
|
</div>
|
393
393
|
|
394
394
|
<div id="footer">
|
395
|
-
Generated on
|
395
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
396
396
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
397
397
|
0.8.7.6 (ruby-2.2.3).
|
398
398
|
</div>
|
@@ -363,7 +363,7 @@ end</code></pre>
|
|
363
363
|
</div>
|
364
364
|
|
365
365
|
<div id="footer">
|
366
|
-
Generated on
|
366
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
367
367
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
368
368
|
0.8.7.6 (ruby-2.2.3).
|
369
369
|
</div>
|
@@ -373,7 +373,7 @@ pass arguments in options attribute:</p>
|
|
373
373
|
</div>
|
374
374
|
|
375
375
|
<div id="footer">
|
376
|
-
Generated on
|
376
|
+
Generated on Wed Jan 13 11:24:59 2016 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-2.2.3).
|
379
379
|
</div>
|
@@ -394,7 +394,7 @@ end</code></pre>
|
|
394
394
|
</div>
|
395
395
|
|
396
396
|
<div id="footer">
|
397
|
-
Generated on
|
397
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
398
398
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
399
399
|
0.8.7.6 (ruby-2.2.3).
|
400
400
|
</div>
|
data/doc/UiBibz/Ui/Core/Col.html
CHANGED
@@ -364,7 +364,7 @@ pass arguments in options attribute:</p>
|
|
364
364
|
</div>
|
365
365
|
|
366
366
|
<div id="footer">
|
367
|
-
Generated on
|
367
|
+
Generated on Wed Jan 13 11:24:58 2016 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-2.2.3).
|
370
370
|
</div>
|
@@ -1078,7 +1078,7 @@ variable 'content' does not exit.</p>
|
|
1078
1078
|
</div>
|
1079
1079
|
|
1080
1080
|
<div id="footer">
|
1081
|
-
Generated on
|
1081
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
1082
1082
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1083
1083
|
0.8.7.6 (ruby-2.2.3).
|
1084
1084
|
</div>
|
@@ -654,7 +654,7 @@ end</code></pre>
|
|
654
654
|
</div>
|
655
655
|
|
656
656
|
<div id="footer">
|
657
|
-
Generated on
|
657
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
658
658
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
659
659
|
0.8.7.6 (ruby-2.2.3).
|
660
660
|
</div>
|
@@ -292,7 +292,7 @@
|
|
292
292
|
</div>
|
293
293
|
|
294
294
|
<div id="footer">
|
295
|
-
Generated on
|
295
|
+
Generated on Wed Jan 13 11:25:00 2016 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-2.2.3).
|
298
298
|
</div>
|
@@ -346,7 +346,7 @@ in content to add a separator</p>
|
|
346
346
|
</div>
|
347
347
|
|
348
348
|
<div id="footer">
|
349
|
-
Generated on
|
349
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
350
350
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
351
351
|
0.8.7.6 (ruby-2.2.3).
|
352
352
|
</div>
|
@@ -367,7 +367,7 @@ pass arguments in options attribute:</p>
|
|
367
367
|
</div>
|
368
368
|
|
369
369
|
<div id="footer">
|
370
|
-
Generated on
|
370
|
+
Generated on Wed Jan 13 11:25:00 2016 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-2.2.3).
|
373
373
|
</div>
|
@@ -376,7 +376,7 @@ pass arguments in options attribute:</p>
|
|
376
376
|
</div>
|
377
377
|
|
378
378
|
<div id="footer">
|
379
|
-
Generated on
|
379
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
380
380
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
381
381
|
0.8.7.6 (ruby-2.2.3).
|
382
382
|
</div>
|
@@ -370,7 +370,7 @@ pass arguments in options attribute:</p>
|
|
370
370
|
</div>
|
371
371
|
|
372
372
|
<div id="footer">
|
373
|
-
Generated on
|
373
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
374
374
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
375
375
|
0.8.7.6 (ruby-2.2.3).
|
376
376
|
</div>
|
@@ -370,7 +370,7 @@ pass arguments in options attribute:</p>
|
|
370
370
|
</div>
|
371
371
|
|
372
372
|
<div id="footer">
|
373
|
-
Generated on
|
373
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
374
374
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
375
375
|
0.8.7.6 (ruby-2.2.3).
|
376
376
|
</div>
|
@@ -519,7 +519,7 @@ pass arguments in options attribute:</p>
|
|
519
519
|
</div>
|
520
520
|
|
521
521
|
<div id="footer">
|
522
|
-
Generated on
|
522
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
523
523
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
524
524
|
0.8.7.6 (ruby-2.2.3).
|
525
525
|
</div>
|
@@ -465,7 +465,7 @@ end</code></pre>
|
|
465
465
|
</div>
|
466
466
|
|
467
467
|
<div id="footer">
|
468
|
-
Generated on
|
468
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
469
469
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
470
470
|
0.8.7.6 (ruby-2.2.3).
|
471
471
|
</div>
|
@@ -534,7 +534,7 @@ end.render</code></pre>
|
|
534
534
|
</div>
|
535
535
|
|
536
536
|
<div id="footer">
|
537
|
-
Generated on
|
537
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
538
538
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
539
539
|
0.8.7.6 (ruby-2.2.3).
|
540
540
|
</div>
|
@@ -344,7 +344,7 @@ pass arguments in options attribute:</p>
|
|
344
344
|
</div>
|
345
345
|
|
346
346
|
<div id="footer">
|
347
|
-
Generated on
|
347
|
+
Generated on Wed Jan 13 11:25:00 2016 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-2.2.3).
|
350
350
|
</div>
|
@@ -344,7 +344,7 @@ pass arguments in options attribute:</p>
|
|
344
344
|
</div>
|
345
345
|
|
346
346
|
<div id="footer">
|
347
|
-
Generated on
|
347
|
+
Generated on Wed Jan 13 11:25:00 2016 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-2.2.3).
|
350
350
|
</div>
|
@@ -350,7 +350,7 @@ pass arguments in options attribute:</p>
|
|
350
350
|
</div>
|
351
351
|
|
352
352
|
<div id="footer">
|
353
|
-
Generated on
|
353
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
354
354
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
355
355
|
0.8.7.6 (ruby-2.2.3).
|
356
356
|
</div>
|
data/doc/UiBibz/Ui/Core/Nav.html
CHANGED
@@ -506,7 +506,7 @@ end</code></pre>
|
|
506
506
|
</div>
|
507
507
|
|
508
508
|
<div id="footer">
|
509
|
-
Generated on
|
509
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
510
510
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
511
511
|
0.8.7.6 (ruby-2.2.3).
|
512
512
|
</div>
|
@@ -382,7 +382,7 @@ end</code></pre>
|
|
382
382
|
</div>
|
383
383
|
|
384
384
|
<div id="footer">
|
385
|
-
Generated on
|
385
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
386
386
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
387
387
|
0.8.7.6 (ruby-2.2.3).
|
388
388
|
</div>
|
@@ -355,7 +355,7 @@ end.render</code></pre>
|
|
355
355
|
</div>
|
356
356
|
|
357
357
|
<div id="footer">
|
358
|
-
Generated on
|
358
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
359
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
360
360
|
0.8.7.6 (ruby-2.2.3).
|
361
361
|
</div>
|
@@ -637,7 +637,7 @@ end</code></pre>
|
|
637
637
|
</div>
|
638
638
|
|
639
639
|
<div id="footer">
|
640
|
-
Generated on
|
640
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
641
641
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
642
642
|
0.8.7.6 (ruby-2.2.3).
|
643
643
|
</div>
|
@@ -355,7 +355,7 @@ pass arguments in options attribute:</p>
|
|
355
355
|
</div>
|
356
356
|
|
357
357
|
<div id="footer">
|
358
|
-
Generated on
|
358
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
359
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
360
360
|
0.8.7.6 (ruby-2.2.3).
|
361
361
|
</div>
|
@@ -293,7 +293,7 @@ end</code></pre>
|
|
293
293
|
</div>
|
294
294
|
|
295
295
|
<div id="footer">
|
296
|
-
Generated on
|
296
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
298
|
0.8.7.6 (ruby-2.2.3).
|
299
299
|
</div>
|
@@ -346,7 +346,7 @@ end.render</code></pre>
|
|
346
346
|
</div>
|
347
347
|
|
348
348
|
<div id="footer">
|
349
|
-
Generated on
|
349
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
350
350
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
351
351
|
0.8.7.6 (ruby-2.2.3).
|
352
352
|
</div>
|
@@ -608,7 +608,7 @@ pass arguments in options attribute:</p>
|
|
608
608
|
</div>
|
609
609
|
|
610
610
|
<div id="footer">
|
611
|
-
Generated on
|
611
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
612
612
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
613
613
|
0.8.7.6 (ruby-2.2.3).
|
614
614
|
</div>
|
@@ -453,7 +453,7 @@ end.render</code></pre>
|
|
453
453
|
</div>
|
454
454
|
|
455
455
|
<div id="footer">
|
456
|
-
Generated on
|
456
|
+
Generated on Wed Jan 13 11:25:00 2016 by
|
457
457
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
458
458
|
0.8.7.6 (ruby-2.2.3).
|
459
459
|
</div>
|
data/doc/UiBibz/Ui/Core/Row.html
CHANGED
@@ -341,7 +341,7 @@
|
|
341
341
|
</div>
|
342
342
|
|
343
343
|
<div id="footer">
|
344
|
-
Generated on
|
344
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
345
345
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
346
346
|
0.8.7.6 (ruby-2.2.3).
|
347
347
|
</div>
|
@@ -362,7 +362,7 @@ pass arguments in options attribute:</p>
|
|
362
362
|
</div>
|
363
363
|
|
364
364
|
<div id="footer">
|
365
|
-
Generated on
|
365
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
366
366
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
367
367
|
0.8.7.6 (ruby-2.2.3).
|
368
368
|
</div>
|
data/doc/UiBibz/Ui/Core.html
CHANGED
@@ -119,7 +119,7 @@
|
|
119
119
|
</div>
|
120
120
|
|
121
121
|
<div id="footer">
|
122
|
-
Generated on
|
122
|
+
Generated on Wed Jan 13 11:24:57 2016 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-2.2.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 Jan 13 11:25:00 2016 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-2.2.3).
|
475
475
|
</div>
|
@@ -593,7 +593,7 @@
|
|
593
593
|
</div>
|
594
594
|
|
595
595
|
<div id="footer">
|
596
|
-
Generated on
|
596
|
+
Generated on Wed Jan 13 11:24:59 2016 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-2.2.3).
|
599
599
|
</div>
|
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
</div>
|
1241
1241
|
|
1242
1242
|
<div id="footer">
|
1243
|
-
Generated on
|
1243
|
+
Generated on Wed Jan 13 11:24:59 2016 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-2.2.3).
|
1246
1246
|
</div>
|
@@ -329,7 +329,7 @@
|
|
329
329
|
</div>
|
330
330
|
|
331
331
|
<div id="footer">
|
332
|
-
Generated on
|
332
|
+
Generated on Wed Jan 13 11:24:59 2016 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-2.2.3).
|
335
335
|
</div>
|
data/doc/UiBibz/Ui/Ux/Grid.html
CHANGED
@@ -476,7 +476,7 @@ end</code></pre>
|
|
476
476
|
</div>
|
477
477
|
|
478
478
|
<div id="footer">
|
479
|
-
Generated on
|
479
|
+
Generated on Wed Jan 13 11:24:58 2016 by
|
480
480
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
481
481
|
0.8.7.6 (ruby-2.2.3).
|
482
482
|
</div>
|
@@ -372,7 +372,7 @@
|
|
372
372
|
</div>
|
373
373
|
|
374
374
|
<div id="footer">
|
375
|
-
Generated on
|
375
|
+
Generated on Wed Jan 13 11:25:00 2016 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-2.2.3).
|
378
378
|
</div>
|
@@ -367,7 +367,7 @@
|
|
367
367
|
</div>
|
368
368
|
|
369
369
|
<div id="footer">
|
370
|
-
Generated on
|
370
|
+
Generated on Wed Jan 13 11:25:00 2016 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-2.2.3).
|
373
373
|
</div>
|
@@ -291,7 +291,7 @@
|
|
291
291
|
</div>
|
292
292
|
|
293
293
|
<div id="footer">
|
294
|
-
Generated on
|
294
|
+
Generated on Wed Jan 13 11:24:59 2016 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-2.2.3).
|
297
297
|
</div>
|
data/doc/UiBibz/Ui/Ux/Store.html
CHANGED
@@ -409,6 +409,28 @@
|
|
409
409
|
|
410
410
|
|
411
411
|
|
412
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
413
|
+
|
414
|
+
</li>
|
415
|
+
|
416
|
+
|
417
|
+
<li class="public ">
|
418
|
+
<span class="summary_signature">
|
419
|
+
|
420
|
+
<a href="#params-instance_method" title="#params (instance method)">- (Object) <strong>params</strong> </a>
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
</span>
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
412
434
|
<span class="summary_desc"><div class='inline'></div></span>
|
413
435
|
|
414
436
|
</li>
|
@@ -667,12 +689,12 @@
|
|
667
689
|
<pre class="lines">
|
668
690
|
|
669
691
|
|
670
|
-
|
671
|
-
|
672
|
-
|
692
|
+
79
|
693
|
+
80
|
694
|
+
81</pre>
|
673
695
|
</td>
|
674
696
|
<td>
|
675
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
697
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 79</span>
|
676
698
|
|
677
699
|
<span class='kw'>def</span> <span class='id identifier rubyid_action'>action</span>
|
678
700
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_action'>action</span>
|
@@ -757,12 +779,12 @@
|
|
757
779
|
<pre class="lines">
|
758
780
|
|
759
781
|
|
760
|
-
|
761
|
-
|
762
|
-
|
782
|
+
71
|
783
|
+
72
|
784
|
+
73</pre>
|
763
785
|
</td>
|
764
786
|
<td>
|
765
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
787
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 71</span>
|
766
788
|
|
767
789
|
<span class='kw'>def</span> <span class='id identifier rubyid_controller'>controller</span>
|
768
790
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_controller'>controller</span>
|
@@ -937,12 +959,12 @@
|
|
937
959
|
<pre class="lines">
|
938
960
|
|
939
961
|
|
940
|
-
|
941
|
-
|
942
|
-
|
962
|
+
83
|
963
|
+
84
|
964
|
+
85</pre>
|
943
965
|
</td>
|
944
966
|
<td>
|
945
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
967
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 83</span>
|
946
968
|
|
947
969
|
<span class='kw'>def</span> <span class='id identifier rubyid_param_id'>param_id</span>
|
948
970
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_param_id'>param_id</span>
|
@@ -967,15 +989,45 @@
|
|
967
989
|
<pre class="lines">
|
968
990
|
|
969
991
|
|
970
|
-
|
971
|
-
|
972
|
-
|
992
|
+
75
|
993
|
+
76
|
994
|
+
77</pre>
|
973
995
|
</td>
|
974
996
|
<td>
|
975
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
997
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 75</span>
|
976
998
|
|
977
999
|
<span class='kw'>def</span> <span class='id identifier rubyid_parameters'>parameters</span>
|
978
|
-
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier
|
1000
|
+
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_params'>params</span>
|
1001
|
+
<span class='kw'>end</span></pre>
|
1002
|
+
</td>
|
1003
|
+
</tr>
|
1004
|
+
</table>
|
1005
|
+
</div>
|
1006
|
+
|
1007
|
+
<div class="method_details ">
|
1008
|
+
<h3 class="signature " id="params-instance_method">
|
1009
|
+
|
1010
|
+
- (<tt>Object</tt>) <strong>params</strong>
|
1011
|
+
|
1012
|
+
|
1013
|
+
|
1014
|
+
|
1015
|
+
|
1016
|
+
</h3><table class="source_code">
|
1017
|
+
<tr>
|
1018
|
+
<td>
|
1019
|
+
<pre class="lines">
|
1020
|
+
|
1021
|
+
|
1022
|
+
67
|
1023
|
+
68
|
1024
|
+
69</pre>
|
1025
|
+
</td>
|
1026
|
+
<td>
|
1027
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 67</span>
|
1028
|
+
|
1029
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_params'>params</span>
|
1030
|
+
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_params'>params</span> <span class='op'>||</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
979
1031
|
<span class='kw'>end</span></pre>
|
980
1032
|
</td>
|
981
1033
|
</tr>
|
@@ -1167,7 +1219,7 @@
|
|
1167
1219
|
</div>
|
1168
1220
|
|
1169
1221
|
<div id="footer">
|
1170
|
-
Generated on
|
1222
|
+
Generated on Wed Jan 13 11:24:59 2016 by
|
1171
1223
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1172
1224
|
0.8.7.6 (ruby-2.2.3).
|
1173
1225
|
</div>
|