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
data/doc/UiBibz.html
CHANGED
@@ -120,7 +120,7 @@
|
|
120
120
|
</div>
|
121
121
|
|
122
122
|
<div id="footer">
|
123
|
-
Generated on
|
123
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
124
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
125
|
0.8.7.6 (ruby-1.9.3).
|
126
126
|
</div>
|
data/doc/UiBibz/Concerns.html
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
</div>
|
107
107
|
|
108
108
|
<div id="footer">
|
109
|
-
Generated on
|
109
|
+
Generated on Wed Sep 2 11:20:03 2015 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-1.9.3).
|
112
112
|
</div>
|
@@ -106,7 +106,7 @@
|
|
106
106
|
</div>
|
107
107
|
|
108
108
|
<div id="footer">
|
109
|
-
Generated on
|
109
|
+
Generated on Wed Sep 2 11:20:03 2015 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-1.9.3).
|
112
112
|
</div>
|
@@ -111,7 +111,7 @@
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.8.7.6 (ruby-1.9.3).
|
117
117
|
</div>
|
@@ -165,7 +165,7 @@
|
|
165
165
|
</div>
|
166
166
|
|
167
167
|
<div id="footer">
|
168
|
-
Generated on
|
168
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
169
169
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
170
170
|
0.8.7.6 (ruby-1.9.3).
|
171
171
|
</div>
|
data/doc/UiBibz/Helpers.html
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
</div>
|
107
107
|
|
108
108
|
<div id="footer">
|
109
|
-
Generated on
|
109
|
+
Generated on Wed Sep 2 11:20:03 2015 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-1.9.3).
|
112
112
|
</div>
|
@@ -275,7 +275,7 @@
|
|
275
275
|
</div>
|
276
276
|
|
277
277
|
<div id="footer">
|
278
|
-
Generated on
|
278
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
279
279
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
280
280
|
0.8.7.6 (ruby-1.9.3).
|
281
281
|
</div>
|
@@ -1173,7 +1173,7 @@ lib/action_view/helpers/form_helper.rb" conflict</p>
|
|
1173
1173
|
</div>
|
1174
1174
|
|
1175
1175
|
<div id="footer">
|
1176
|
-
Generated on
|
1176
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
1177
1177
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1178
1178
|
0.8.7.6 (ruby-1.9.3).
|
1179
1179
|
</div>
|
@@ -454,7 +454,7 @@
|
|
454
454
|
</div>
|
455
455
|
|
456
456
|
<div id="footer">
|
457
|
-
Generated on
|
457
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
458
458
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
459
459
|
0.8.7.6 (ruby-1.9.3).
|
460
460
|
</div>
|
@@ -178,7 +178,7 @@
|
|
178
178
|
</div>
|
179
179
|
|
180
180
|
<div id="footer">
|
181
|
-
Generated on
|
181
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
182
182
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
183
183
|
0.8.7.6 (ruby-1.9.3).
|
184
184
|
</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 Sep 2 11:20:03 2015 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-1.9.3).
|
112
112
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Wed Sep 2 11:20:03 2015 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-1.9.3).
|
120
120
|
</div>
|
data/doc/UiBibz/Ui.html
CHANGED
@@ -110,7 +110,7 @@
|
|
110
110
|
</div>
|
111
111
|
|
112
112
|
<div id="footer">
|
113
|
-
Generated on
|
113
|
+
Generated on Wed Sep 2 11:20:03 2015 by
|
114
114
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
115
115
|
0.8.7.6 (ruby-1.9.3).
|
116
116
|
</div>
|
data/doc/UiBibz/Ui/Base.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
|
106
106
|
<div id="subclasses">
|
107
107
|
<h2>Direct Known Subclasses</h2>
|
108
|
-
<p class="children"><span class='object_link'><a href="Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Core::Component</a></span>, <span class='object_link'><a href="Core/NavbarForm.html" title="UiBibz::Ui::Core::NavbarForm (class)">Core::NavbarForm</a></span>, <span class='object_link'><a href="Ux/Actionable.html" title="UiBibz::Ui::Ux::Actionable (class)">Ux::Actionable</a></span>, <span class='object_link'><a href="Ux/Paginable.html" title="UiBibz::Ui::Ux::Paginable (class)">Ux::Paginable</a></span>, <span class='object_link'><a href="Ux/Searchable.html" title="UiBibz::Ui::Ux::Searchable (class)">Ux::Searchable</a></span>, <span class='object_link'><a href="Ux/Sortable.html" title="UiBibz::Ui::Ux::Sortable (class)">Ux::Sortable</a></span>, <span class='object_link'><a href="Ux/TablePagination.html" title="UiBibz::Ui::Ux::TablePagination (class)">Ux::TablePagination</a></span>, <span class='object_link'><a href="Ux/TablePaginationPerPage.html" title="UiBibz::Ui::Ux::TablePaginationPerPage (class)">Ux::TablePaginationPerPage</a></span>, <span class='object_link'><a href="Ux/TableSearchField.html" title="UiBibz::Ui::Ux::TableSearchField (class)">Ux::TableSearchField</a></span></p>
|
108
|
+
<p class="children"><span class='object_link'><a href="Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Core::Component</a></span>, <span class='object_link'><a href="Core/DropdownDivider.html" title="UiBibz::Ui::Core::DropdownDivider (class)">Core::DropdownDivider</a></span>, <span class='object_link'><a href="Core/NavbarForm.html" title="UiBibz::Ui::Core::NavbarForm (class)">Core::NavbarForm</a></span>, <span class='object_link'><a href="Ux/Actionable.html" title="UiBibz::Ui::Ux::Actionable (class)">Ux::Actionable</a></span>, <span class='object_link'><a href="Ux/Paginable.html" title="UiBibz::Ui::Ux::Paginable (class)">Ux::Paginable</a></span>, <span class='object_link'><a href="Ux/Searchable.html" title="UiBibz::Ui::Ux::Searchable (class)">Ux::Searchable</a></span>, <span class='object_link'><a href="Ux/Sortable.html" title="UiBibz::Ui::Ux::Sortable (class)">Ux::Sortable</a></span>, <span class='object_link'><a href="Ux/TablePagination.html" title="UiBibz::Ui::Ux::TablePagination (class)">Ux::TablePagination</a></span>, <span class='object_link'><a href="Ux/TablePaginationPerPage.html" title="UiBibz::Ui::Ux::TablePaginationPerPage (class)">Ux::TablePaginationPerPage</a></span>, <span class='object_link'><a href="Ux/TableSearchField.html" title="UiBibz::Ui::Ux::TableSearchField (class)">Ux::TableSearchField</a></span></p>
|
109
109
|
</div>
|
110
110
|
|
111
111
|
|
@@ -295,7 +295,7 @@
|
|
295
295
|
</div>
|
296
296
|
|
297
297
|
<div id="footer">
|
298
|
-
Generated on
|
298
|
+
Generated on Wed Sep 2 11:20:03 2015 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-1.9.3).
|
301
301
|
</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/alert.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/alert.rb,<br /> lib/ui_bibz/ui/core/stars.rb,<br /> lib/ui_bibz/ui/core/glyph.rb,<br /> lib/ui_bibz/ui/core/label.rb,<br /> lib/ui_bibz/ui/core/panel.rb,<br /> lib/ui_bibz/ui/core/nav/nav.rb,<br /> lib/ui_bibz/ui/core/jumbotron.rb,<br /> lib/ui_bibz/ui/core/component.rb,<br /> lib/ui_bibz/ui/core/nav/navbar.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/progress_bar/progress_bar.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_nav.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_form.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_text.rb,<br /> lib/ui_bibz/ui/core/progress_bar/components/bar.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/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>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
|
104
104
|
|
105
105
|
|
106
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Core/Alert.html" title="UiBibz::Ui::Core::Alert (class)">Alert</a></span>, <span class='object_link'><a href="Core/Bar.html" title="UiBibz::Ui::Core::Bar (class)">Bar</a></span>, <span class='object_link'><a href="Core/Breadcrumb.html" title="UiBibz::Ui::Core::Breadcrumb (class)">Breadcrumb</a></span>, <span class='object_link'><a href="Core/BreadcrumbLink.html" title="UiBibz::Ui::Core::BreadcrumbLink (class)">BreadcrumbLink</a></span>, <span class='object_link'><a href="Core/Button.html" title="UiBibz::Ui::Core::Button (class)">Button</a></span>, <span class='object_link'><a href="Core/ButtonDropdown.html" title="UiBibz::Ui::Core::ButtonDropdown (class)">ButtonDropdown</a></span>, <span class='object_link'><a href="Core/ButtonGroup.html" title="UiBibz::Ui::Core::ButtonGroup (class)">ButtonGroup</a></span>, <span class='object_link'><a href="Core/ButtonLink.html" title="UiBibz::Ui::Core::ButtonLink (class)">ButtonLink</a></span>, <span class='object_link'><a href="Core/ButtonSplitDropdown.html" title="UiBibz::Ui::Core::ButtonSplitDropdown (class)">ButtonSplitDropdown</a></span>, <span class='object_link'><a href="Core/Col.html" title="UiBibz::Ui::Core::Col (class)">Col</a></span>, <span class='object_link'><a href="Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span>, <span class='object_link'><a href="Core/Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span>, <span class='object_link'><a href="Core/
|
106
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Core/Alert.html" title="UiBibz::Ui::Core::Alert (class)">Alert</a></span>, <span class='object_link'><a href="Core/Bar.html" title="UiBibz::Ui::Core::Bar (class)">Bar</a></span>, <span class='object_link'><a href="Core/Breadcrumb.html" title="UiBibz::Ui::Core::Breadcrumb (class)">Breadcrumb</a></span>, <span class='object_link'><a href="Core/BreadcrumbLink.html" title="UiBibz::Ui::Core::BreadcrumbLink (class)">BreadcrumbLink</a></span>, <span class='object_link'><a href="Core/Button.html" title="UiBibz::Ui::Core::Button (class)">Button</a></span>, <span class='object_link'><a href="Core/ButtonDropdown.html" title="UiBibz::Ui::Core::ButtonDropdown (class)">ButtonDropdown</a></span>, <span class='object_link'><a href="Core/ButtonGroup.html" title="UiBibz::Ui::Core::ButtonGroup (class)">ButtonGroup</a></span>, <span class='object_link'><a href="Core/ButtonLink.html" title="UiBibz::Ui::Core::ButtonLink (class)">ButtonLink</a></span>, <span class='object_link'><a href="Core/ButtonSplitDropdown.html" title="UiBibz::Ui::Core::ButtonSplitDropdown (class)">ButtonSplitDropdown</a></span>, <span class='object_link'><a href="Core/Col.html" title="UiBibz::Ui::Core::Col (class)">Col</a></span>, <span class='object_link'><a href="Core/Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span>, <span class='object_link'><a href="Core/Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span>, <span class='object_link'><a href="Core/DropdownDivider.html" title="UiBibz::Ui::Core::DropdownDivider (class)">DropdownDivider</a></span>, <span class='object_link'><a href="Core/DropdownHeader.html" title="UiBibz::Ui::Core::DropdownHeader (class)">DropdownHeader</a></span>, <span class='object_link'><a href="Core/DropdownLink.html" title="UiBibz::Ui::Core::DropdownLink (class)">DropdownLink</a></span>, <span class='object_link'><a href="Core/Glyph.html" title="UiBibz::Ui::Core::Glyph (class)">Glyph</a></span>, <span class='object_link'><a href="Core/Jumbotron.html" title="UiBibz::Ui::Core::Jumbotron (class)">Jumbotron</a></span>, <span class='object_link'><a href="Core/Label.html" title="UiBibz::Ui::Core::Label (class)">Label</a></span>, <span class='object_link'><a href="Core/List.html" title="UiBibz::Ui::Core::List (class)">List</a></span>, <span class='object_link'><a href="Core/ListGroup.html" title="UiBibz::Ui::Core::ListGroup (class)">ListGroup</a></span>, <span class='object_link'><a href="Core/Nav.html" title="UiBibz::Ui::Core::Nav (class)">Nav</a></span>, <span class='object_link'><a href="Core/NavDropdown.html" title="UiBibz::Ui::Core::NavDropdown (class)">NavDropdown</a></span>, <span class='object_link'><a href="Core/NavLink.html" title="UiBibz::Ui::Core::NavLink (class)">NavLink</a></span>, <span class='object_link'><a href="Core/Navbar.html" title="UiBibz::Ui::Core::Navbar (class)">Navbar</a></span>, <span class='object_link'><a href="Core/NavbarForm.html" title="UiBibz::Ui::Core::NavbarForm (class)">NavbarForm</a></span>, <span class='object_link'><a href="Core/NavbarNav.html" title="UiBibz::Ui::Core::NavbarNav (class)">NavbarNav</a></span>, <span class='object_link'><a href="Core/NavbarText.html" title="UiBibz::Ui::Core::NavbarText (class)">NavbarText</a></span>, <span class='object_link'><a href="Core/Panel.html" title="UiBibz::Ui::Core::Panel (class)">Panel</a></span>, <span class='object_link'><a href="Core/ProgressBar.html" title="UiBibz::Ui::Core::ProgressBar (class)">ProgressBar</a></span>, <span class='object_link'><a href="Core/Row.html" title="UiBibz::Ui::Core::Row (class)">Row</a></span>, <span class='object_link'><a href="Core/Stars.html" title="UiBibz::Ui::Core::Stars (class)">Stars</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>
|
@@ -371,7 +371,7 @@ end.render</code></pre>
|
|
371
371
|
</div>
|
372
372
|
|
373
373
|
<div id="footer">
|
374
|
-
Generated on
|
374
|
+
Generated on Wed Sep 2 11:20:03 2015 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-1.9.3).
|
377
377
|
</div>
|
data/doc/UiBibz/Ui/Core/Bar.html
CHANGED
@@ -360,7 +360,7 @@ arguments in options attribute:</p>
|
|
360
360
|
</div>
|
361
361
|
|
362
362
|
<div id="footer">
|
363
|
-
Generated on
|
363
|
+
Generated on Wed Sep 2 11:20:06 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>
|
@@ -431,7 +431,7 @@ end</code></pre>
|
|
431
431
|
</div>
|
432
432
|
|
433
433
|
<div id="footer">
|
434
|
-
Generated on
|
434
|
+
Generated on Wed Sep 2 11:20:05 2015 by
|
435
435
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
436
436
|
0.8.7.6 (ruby-1.9.3).
|
437
437
|
</div>
|
@@ -358,7 +358,7 @@ end.render</code></pre>
|
|
358
358
|
</div>
|
359
359
|
|
360
360
|
<div id="footer">
|
361
|
-
Generated on
|
361
|
+
Generated on Wed Sep 2 11:20:06 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 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>
|
@@ -262,7 +262,7 @@ end</code></pre>
|
|
262
262
|
|
263
263
|
|
264
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>
|
265
|
-
<p class="inherited"><span class='object_link'><a href="Dropdown.html#
|
265
|
+
<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>
|
266
266
|
|
267
267
|
|
268
268
|
|
@@ -389,7 +389,7 @@ end</code></pre>
|
|
389
389
|
</div>
|
390
390
|
|
391
391
|
<div id="footer">
|
392
|
-
Generated on
|
392
|
+
Generated on Wed Sep 2 11:20:05 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 Wed Sep 2 11:20:05 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 Wed Sep 2 11:20:04 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>
|
@@ -262,7 +262,7 @@ end</code></pre>
|
|
262
262
|
|
263
263
|
|
264
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>
|
265
|
-
<p class="inherited"><span class='object_link'><a href="Dropdown.html#
|
265
|
+
<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>
|
266
266
|
|
267
267
|
|
268
268
|
|
@@ -391,7 +391,7 @@ end</code></pre>
|
|
391
391
|
</div>
|
392
392
|
|
393
393
|
<div id="footer">
|
394
|
-
Generated on
|
394
|
+
Generated on Wed Sep 2 11:20:06 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 Wed Sep 2 11:20:03 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>
|
@@ -158,7 +158,7 @@ end</code></pre>
|
|
158
158
|
|
159
159
|
</div><div id="subclasses">
|
160
160
|
<h2>Direct Known Subclasses</h2>
|
161
|
-
<p class="children"><span class='object_link'><a href="Alert.html" title="UiBibz::Ui::Core::Alert (class)">Alert</a></span>, <span class='object_link'><a href="Bar.html" title="UiBibz::Ui::Core::Bar (class)">Bar</a></span>, <span class='object_link'><a href="Breadcrumb.html" title="UiBibz::Ui::Core::Breadcrumb (class)">Breadcrumb</a></span>, <span class='object_link'><a href="BreadcrumbLink.html" title="UiBibz::Ui::Core::BreadcrumbLink (class)">BreadcrumbLink</a></span>, <span class='object_link'><a href="Button.html" title="UiBibz::Ui::Core::Button (class)">Button</a></span>, <span class='object_link'><a href="ButtonGroup.html" title="UiBibz::Ui::Core::ButtonGroup (class)">ButtonGroup</a></span>, <span class='object_link'><a href="ButtonLink.html" title="UiBibz::Ui::Core::ButtonLink (class)">ButtonLink</a></span>, <span class='object_link'><a href="Col.html" title="UiBibz::Ui::Core::Col (class)">Col</a></span>, <span class='object_link'><a href="Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span>, <span class='object_link'><a href="
|
161
|
+
<p class="children"><span class='object_link'><a href="Alert.html" title="UiBibz::Ui::Core::Alert (class)">Alert</a></span>, <span class='object_link'><a href="Bar.html" title="UiBibz::Ui::Core::Bar (class)">Bar</a></span>, <span class='object_link'><a href="Breadcrumb.html" title="UiBibz::Ui::Core::Breadcrumb (class)">Breadcrumb</a></span>, <span class='object_link'><a href="BreadcrumbLink.html" title="UiBibz::Ui::Core::BreadcrumbLink (class)">BreadcrumbLink</a></span>, <span class='object_link'><a href="Button.html" title="UiBibz::Ui::Core::Button (class)">Button</a></span>, <span class='object_link'><a href="ButtonGroup.html" title="UiBibz::Ui::Core::ButtonGroup (class)">ButtonGroup</a></span>, <span class='object_link'><a href="ButtonLink.html" title="UiBibz::Ui::Core::ButtonLink (class)">ButtonLink</a></span>, <span class='object_link'><a href="Col.html" title="UiBibz::Ui::Core::Col (class)">Col</a></span>, <span class='object_link'><a href="Dropdown.html" title="UiBibz::Ui::Core::Dropdown (class)">Dropdown</a></span>, <span class='object_link'><a href="DropdownHeader.html" title="UiBibz::Ui::Core::DropdownHeader (class)">DropdownHeader</a></span>, <span class='object_link'><a href="DropdownLink.html" title="UiBibz::Ui::Core::DropdownLink (class)">DropdownLink</a></span>, <span class='object_link'><a href="Glyph.html" title="UiBibz::Ui::Core::Glyph (class)">Glyph</a></span>, <span class='object_link'><a href="Jumbotron.html" title="UiBibz::Ui::Core::Jumbotron (class)">Jumbotron</a></span>, <span class='object_link'><a href="Label.html" title="UiBibz::Ui::Core::Label (class)">Label</a></span>, <span class='object_link'><a href="List.html" title="UiBibz::Ui::Core::List (class)">List</a></span>, <span class='object_link'><a href="ListGroup.html" title="UiBibz::Ui::Core::ListGroup (class)">ListGroup</a></span>, <span class='object_link'><a href="Nav.html" title="UiBibz::Ui::Core::Nav (class)">Nav</a></span>, <span class='object_link'><a href="NavLink.html" title="UiBibz::Ui::Core::NavLink (class)">NavLink</a></span>, <span class='object_link'><a href="Navbar.html" title="UiBibz::Ui::Core::Navbar (class)">Navbar</a></span>, <span class='object_link'><a href="NavbarText.html" title="UiBibz::Ui::Core::NavbarText (class)">NavbarText</a></span>, <span class='object_link'><a href="Panel.html" title="UiBibz::Ui::Core::Panel (class)">Panel</a></span>, <span class='object_link'><a href="ProgressBar.html" title="UiBibz::Ui::Core::ProgressBar (class)">ProgressBar</a></span>, <span class='object_link'><a href="Row.html" title="UiBibz::Ui::Core::Row (class)">Row</a></span>, <span class='object_link'><a href="Stars.html" title="UiBibz::Ui::Core::Stars (class)">Stars</a></span>, <span class='object_link'><a href="../Ux/Column.html" title="UiBibz::Ui::Ux::Column (class)">Ux::Column</a></span>, <span class='object_link'><a href="../Ux/Grid.html" title="UiBibz::Ui::Ux::Grid (class)">Ux::Grid</a></span>, <span class='object_link'><a href="../Ux/Table.html" title="UiBibz::Ui::Ux::Table (class)">Ux::Table</a></span></p>
|
162
162
|
</div>
|
163
163
|
|
164
164
|
|
@@ -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 Wed Sep 2 11:20:04 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>
|
@@ -144,7 +144,8 @@ arguments in options attribute:</p>
|
|
144
144
|
|
145
145
|
<pre class="code ruby"><code class="ruby">UiBibz::Ui::Core::Dropdown.new(options = nil, html_options = nil).tap do |d|
|
146
146
|
...
|
147
|
-
d.
|
147
|
+
d.header content = nil, options = nil, html_options = nil, &block
|
148
|
+
d.divider
|
148
149
|
d.link content = nil, options = nil, html_options = nil, &block
|
149
150
|
...
|
150
151
|
end</code></pre>
|
@@ -153,22 +154,23 @@ end</code></pre>
|
|
153
154
|
|
154
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'>Dropdown</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>
|
155
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'>#</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
156
|
-
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier
|
157
|
-
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier
|
157
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_divider'>divider</span>
|
158
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_header'>header</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Header 1</span><span class='tstring_end'>'</span></span>
|
158
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'>#</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
159
160
|
<span class='kw'>end</span><span class='period'>.</span><span class='id identifier rubyid_render'>render</span></code></pre>
|
160
161
|
|
161
162
|
<h4>Helper</h4>
|
162
163
|
|
163
164
|
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_dropdown'>dropdown</span><span class='lparen'>(</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='lbrace'>{</span> <span class='label'>tap:</span> <span class='kw'>true</span> <span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_d'>d</span><span class='op'>|</span>
|
164
|
-
<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='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
165
|
-
<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='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
166
|
-
<span class='id identifier rubyid_content'>content</span>
|
167
|
-
<span class='kw'>end</span>
|
168
165
|
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_link'>link</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='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
169
166
|
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_link'>link</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
170
167
|
<span class='id identifier rubyid_content'>content</span>
|
171
168
|
<span class='kw'>end</span>
|
169
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_divider'>divider</span>
|
170
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_header'>header</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='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
171
|
+
<span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_header'>header</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
172
|
+
<span class='id identifier rubyid_content'>content</span>
|
173
|
+
<span class='kw'>end</span>
|
172
174
|
<span class='kw'>end</span></code></pre>
|
173
175
|
|
174
176
|
|
@@ -209,14 +211,36 @@ end</code></pre>
|
|
209
211
|
<li class="public ">
|
210
212
|
<span class="summary_signature">
|
211
213
|
|
212
|
-
<a href="#
|
214
|
+
<a href="#divider-instance_method" title="#divider (instance method)">- (Object) <strong>divider</strong> </a>
|
213
215
|
|
214
216
|
|
215
217
|
|
216
218
|
</span>
|
217
219
|
|
218
220
|
|
219
|
-
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
<span class="summary_desc"><div class='inline'>
|
229
|
+
<p>Add dropdown Separator See UiBibz::Ui::Core::DropdownDivider.</p>
|
230
|
+
</div></span>
|
231
|
+
|
232
|
+
</li>
|
233
|
+
|
234
|
+
|
235
|
+
<li class="public ">
|
236
|
+
<span class="summary_signature">
|
237
|
+
|
238
|
+
<a href="#header-instance_method" title="#header (instance method)">- (Object) <strong>header</strong>(content = nil, options = nil, html_options = nil, &block) </a>
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
</span>
|
243
|
+
|
220
244
|
|
221
245
|
|
222
246
|
|
@@ -226,7 +250,7 @@ end</code></pre>
|
|
226
250
|
|
227
251
|
|
228
252
|
<span class="summary_desc"><div class='inline'>
|
229
|
-
<p>
|
253
|
+
<p>Add dropdown header See UiBibz::Ui::Core::DropdownHeader.</p>
|
230
254
|
</div></span>
|
231
255
|
|
232
256
|
</li>
|
@@ -235,7 +259,7 @@ end</code></pre>
|
|
235
259
|
<li class="public ">
|
236
260
|
<span class="summary_signature">
|
237
261
|
|
238
|
-
<a href="#
|
262
|
+
<a href="#html-instance_method" title="#html (instance method)">- (Object) <strong>html</strong>(content) </a>
|
239
263
|
|
240
264
|
|
241
265
|
|
@@ -250,7 +274,7 @@ end</code></pre>
|
|
250
274
|
|
251
275
|
|
252
276
|
<span class="summary_desc"><div class='inline'>
|
253
|
-
<p>Add
|
277
|
+
<p>Add html component.</p>
|
254
278
|
</div></span>
|
255
279
|
|
256
280
|
</li>
|
@@ -259,13 +283,15 @@ end</code></pre>
|
|
259
283
|
<li class="public ">
|
260
284
|
<span class="summary_signature">
|
261
285
|
|
262
|
-
<a href="#
|
286
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Dropdown) <strong>initialize</strong>(content, options = nil, html_options = nil, &block) </a>
|
263
287
|
|
264
288
|
|
265
289
|
|
266
290
|
</span>
|
267
291
|
|
268
292
|
|
293
|
+
<span class="note title constructor">constructor</span>
|
294
|
+
|
269
295
|
|
270
296
|
|
271
297
|
|
@@ -274,7 +300,31 @@ end</code></pre>
|
|
274
300
|
|
275
301
|
|
276
302
|
<span class="summary_desc"><div class='inline'>
|
277
|
-
<p>
|
303
|
+
<p>A new instance of Dropdown.</p>
|
304
|
+
</div></span>
|
305
|
+
|
306
|
+
</li>
|
307
|
+
|
308
|
+
|
309
|
+
<li class="public ">
|
310
|
+
<span class="summary_signature">
|
311
|
+
|
312
|
+
<a href="#link-instance_method" title="#link (instance method)">- (Object) <strong>link</strong>(content = nil, options = nil, html_options = nil, &block) </a>
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
</span>
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
<span class="summary_desc"><div class='inline'>
|
327
|
+
<p>Add dropdown link in list See UiBibz::Ui::Core::DropdownLink.</p>
|
278
328
|
</div></span>
|
279
329
|
|
280
330
|
</li>
|
@@ -359,14 +409,14 @@ end</code></pre>
|
|
359
409
|
<pre class="lines">
|
360
410
|
|
361
411
|
|
362
|
-
62
|
363
|
-
63
|
364
|
-
64
|
365
412
|
65
|
366
|
-
66
|
413
|
+
66
|
414
|
+
67
|
415
|
+
68
|
416
|
+
69</pre>
|
367
417
|
</td>
|
368
418
|
<td>
|
369
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line
|
419
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line 65</span>
|
370
420
|
|
371
421
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</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>
|
372
422
|
<span class='kw'>super</span>
|
@@ -386,9 +436,9 @@ end</code></pre>
|
|
386
436
|
|
387
437
|
|
388
438
|
<div class="method_details first">
|
389
|
-
<h3 class="signature first" id="
|
439
|
+
<h3 class="signature first" id="divider-instance_method">
|
390
440
|
|
391
|
-
- (<tt>Object</tt>) <strong>
|
441
|
+
- (<tt>Object</tt>) <strong>divider</strong>
|
392
442
|
|
393
443
|
|
394
444
|
|
@@ -397,7 +447,7 @@ end</code></pre>
|
|
397
447
|
</h3><div class="docstring">
|
398
448
|
<div class="discussion">
|
399
449
|
|
400
|
-
<p>Add dropdown
|
450
|
+
<p>Add dropdown Separator See UiBibz::Ui::Core::DropdownDivider</p>
|
401
451
|
|
402
452
|
|
403
453
|
</div>
|
@@ -411,15 +461,56 @@ end</code></pre>
|
|
411
461
|
<pre class="lines">
|
412
462
|
|
413
463
|
|
414
|
-
|
415
|
-
|
416
|
-
|
464
|
+
87
|
465
|
+
88
|
466
|
+
89</pre>
|
417
467
|
</td>
|
418
468
|
<td>
|
419
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line
|
469
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line 87</span>
|
420
470
|
|
421
|
-
<span class='kw'>def</span> <span class='id identifier
|
422
|
-
<span class='ivar'>@items</span> <span class='op'><<</span> <span class='const'>
|
471
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_divider'>divider</span>
|
472
|
+
<span class='ivar'>@items</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>
|
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="header-instance_method">
|
481
|
+
|
482
|
+
- (<tt>Object</tt>) <strong>header</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 dropdown header See UiBibz::Ui::Core::DropdownHeader</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
|
+
81
|
506
|
+
82
|
507
|
+
83</pre>
|
508
|
+
</td>
|
509
|
+
<td>
|
510
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line 81</span>
|
511
|
+
|
512
|
+
<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>
|
513
|
+
<span class='ivar'>@items</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>
|
423
514
|
<span class='kw'>end</span></pre>
|
424
515
|
</td>
|
425
516
|
</tr>
|
@@ -427,9 +518,9 @@ end</code></pre>
|
|
427
518
|
</div>
|
428
519
|
|
429
520
|
<div class="method_details ">
|
430
|
-
<h3 class="signature " id="
|
521
|
+
<h3 class="signature " id="html-instance_method">
|
431
522
|
|
432
|
-
- (<tt>Object</tt>) <strong>
|
523
|
+
- (<tt>Object</tt>) <strong>html</strong>(content)
|
433
524
|
|
434
525
|
|
435
526
|
|
@@ -438,7 +529,7 @@ end</code></pre>
|
|
438
529
|
</h3><div class="docstring">
|
439
530
|
<div class="discussion">
|
440
531
|
|
441
|
-
<p>Add
|
532
|
+
<p>Add html component</p>
|
442
533
|
|
443
534
|
|
444
535
|
</div>
|
@@ -452,15 +543,56 @@ end</code></pre>
|
|
452
543
|
<pre class="lines">
|
453
544
|
|
454
545
|
|
455
|
-
|
456
|
-
|
457
|
-
|
546
|
+
98
|
547
|
+
99
|
548
|
+
100</pre>
|
458
549
|
</td>
|
459
550
|
<td>
|
460
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line
|
551
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line 98</span>
|
461
552
|
|
462
|
-
<span class='kw'>def</span> <span class='id identifier
|
463
|
-
<span class='ivar'>@items</span> <span class='op'><<</span> <span class='
|
553
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_html'>html</span> <span class='id identifier rubyid_content'>content</span>
|
554
|
+
<span class='ivar'>@items</span> <span class='op'><<</span> <span class='id identifier rubyid_content'>content</span>
|
555
|
+
<span class='kw'>end</span></pre>
|
556
|
+
</td>
|
557
|
+
</tr>
|
558
|
+
</table>
|
559
|
+
</div>
|
560
|
+
|
561
|
+
<div class="method_details ">
|
562
|
+
<h3 class="signature " id="link-instance_method">
|
563
|
+
|
564
|
+
- (<tt>Object</tt>) <strong>link</strong>(content = nil, options = nil, html_options = nil, &block)
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
|
569
|
+
|
570
|
+
</h3><div class="docstring">
|
571
|
+
<div class="discussion">
|
572
|
+
|
573
|
+
<p>Add dropdown link in list See UiBibz::Ui::Core::DropdownLink</p>
|
574
|
+
|
575
|
+
|
576
|
+
</div>
|
577
|
+
</div>
|
578
|
+
<div class="tags">
|
579
|
+
|
580
|
+
|
581
|
+
</div><table class="source_code">
|
582
|
+
<tr>
|
583
|
+
<td>
|
584
|
+
<pre class="lines">
|
585
|
+
|
586
|
+
|
587
|
+
93
|
588
|
+
94
|
589
|
+
95</pre>
|
590
|
+
</td>
|
591
|
+
<td>
|
592
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line 93</span>
|
593
|
+
|
594
|
+
<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>
|
595
|
+
<span class='ivar'>@items</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>
|
464
596
|
<span class='kw'>end</span></pre>
|
465
597
|
</td>
|
466
598
|
</tr>
|
@@ -493,15 +625,15 @@ end</code></pre>
|
|
493
625
|
<pre class="lines">
|
494
626
|
|
495
627
|
|
496
|
-
69
|
497
|
-
70
|
498
|
-
71
|
499
628
|
72
|
500
629
|
73
|
501
|
-
74
|
630
|
+
74
|
631
|
+
75
|
632
|
+
76
|
633
|
+
77</pre>
|
502
634
|
</td>
|
503
635
|
<td>
|
504
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line
|
636
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/dropdown/dropdown.rb', line 72</span>
|
505
637
|
|
506
638
|
<span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
|
507
639
|
<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='id identifier rubyid_type'>type</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
@@ -519,7 +651,7 @@ end</code></pre>
|
|
519
651
|
</div>
|
520
652
|
|
521
653
|
<div id="footer">
|
522
|
-
Generated on
|
654
|
+
Generated on Wed Sep 2 11:20:04 2015 by
|
523
655
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
524
656
|
0.8.7.6 (ruby-1.9.3).
|
525
657
|
</div>
|