ui_bibz 2.0.0.alpha10 → 2.0.0.alpha11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +9 -7
  3. data/app/assets/stylesheets/table.sass +2 -0
  4. data/app/assets/stylesheets/ui_bibz.sass +0 -2
  5. data/lib/ui_bibz/ui/core/alert.rb +4 -4
  6. data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +2 -2
  7. data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +2 -2
  8. data/lib/ui_bibz/ui/core/button/button.rb +10 -10
  9. data/lib/ui_bibz/ui/core/button/button_choice.rb +5 -5
  10. data/lib/ui_bibz/ui/core/button/button_dropdown.rb +3 -3
  11. data/lib/ui_bibz/ui/core/button/button_group.rb +5 -1
  12. data/lib/ui_bibz/ui/core/button/button_link.rb +2 -2
  13. data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +5 -5
  14. data/lib/ui_bibz/ui/core/card/card.rb +4 -4
  15. data/lib/ui_bibz/ui/core/card/components/block/card_block_text.rb +1 -1
  16. data/lib/ui_bibz/ui/core/component.rb +7 -7
  17. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +2 -2
  18. data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +6 -6
  19. data/lib/ui_bibz/ui/core/glyph.rb +3 -3
  20. data/lib/ui_bibz/ui/core/input/autocomplete_field.rb +7 -1
  21. data/lib/ui_bibz/ui/core/input/dropdown_select_field.rb +2 -2
  22. data/lib/ui_bibz/ui/core/input/formula_field.rb +1 -1
  23. data/lib/ui_bibz/ui/core/input/multi_select_field.rb +2 -2
  24. data/lib/ui_bibz/ui/core/input/surround_field.rb +9 -1
  25. data/lib/ui_bibz/ui/core/input/switch_field.rb +4 -4
  26. data/lib/ui_bibz/ui/core/label.rb +4 -4
  27. data/lib/ui_bibz/ui/core/list/components/list.rb +7 -7
  28. data/lib/ui_bibz/ui/core/list/list_group.rb +5 -5
  29. data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +2 -2
  30. data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +3 -3
  31. data/lib/ui_bibz/ui/core/nav/components/nav_link_link.rb +1 -1
  32. data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -1
  33. data/lib/ui_bibz/ui/core/nav/nav.rb +1 -1
  34. data/lib/ui_bibz/ui/core/nav/navbar.rb +3 -3
  35. data/lib/ui_bibz/ui/core/progress.rb +5 -5
  36. data/lib/ui_bibz/ui/core/stars.rb +3 -3
  37. data/lib/ui_bibz/ui/ux/table/components/actions.rb +4 -0
  38. data/lib/ui_bibz/ui/ux/table/components/as.rb +8 -4
  39. data/lib/ui_bibz/ui/ux/table/components/column.rb +17 -16
  40. data/lib/ui_bibz/ui/ux/table/components/thead.rb +4 -4
  41. data/lib/ui_bibz/ui/ux/table/table.rb +8 -8
  42. data/lib/ui_bibz/ui/ux/table/table_card.rb +4 -4
  43. data/lib/ui_bibz/version.rb +1 -1
  44. data/test/dummy/db/schema.rb +1 -1
  45. data/test/ui/breadcrumb_test.rb +2 -2
  46. data/test/ui/button_test.rb +24 -24
  47. data/test/ui/card_test.rb +5 -5
  48. data/test/ui/component_test.rb +2 -2
  49. data/test/ui/dropdown_test.rb +1 -1
  50. data/test/ui/input_switch_field_test.rb +3 -3
  51. data/test/ui/inputs_test.rb +5 -5
  52. data/test/ui/list_group_test.rb +5 -5
  53. data/test/ui/nav_test.rb +3 -3
  54. data/test/ui/stars_test.rb +2 -2
  55. data/test/ui/table_test.rb +7 -7
  56. data/test/ui_helper_test.rb +16 -16
  57. data/ui_bibz.gemspec +2 -2
  58. metadata +5 -109
  59. data/doc/UiBibz.html +0 -129
  60. data/doc/UiBibz/Concerns.html +0 -115
  61. data/doc/UiBibz/Concerns/Models.html +0 -115
  62. data/doc/UiBibz/Concerns/Models/Searchable.html +0 -120
  63. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +0 -174
  64. data/doc/UiBibz/Helpers.html +0 -115
  65. data/doc/UiBibz/Helpers/MetaHelper.html +0 -273
  66. data/doc/UiBibz/Helpers/UiCoreHelper.html +0 -1234
  67. data/doc/UiBibz/Helpers/UiUxHelper.html +0 -463
  68. data/doc/UiBibz/Helpers/UtilsHelper.html +0 -187
  69. data/doc/UiBibz/Rails.html +0 -115
  70. data/doc/UiBibz/Rails/Engine.html +0 -123
  71. data/doc/UiBibz/Ui.html +0 -119
  72. data/doc/UiBibz/Ui/Base.html +0 -304
  73. data/doc/UiBibz/Ui/Core.html +0 -128
  74. data/doc/UiBibz/Ui/Core/Alert.html +0 -383
  75. data/doc/UiBibz/Ui/Core/Bar.html +0 -372
  76. data/doc/UiBibz/Ui/Core/Breadcrumb.html +0 -442
  77. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +0 -369
  78. data/doc/UiBibz/Ui/Core/Button.html +0 -380
  79. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +0 -401
  80. data/doc/UiBibz/Ui/Core/ButtonGroup.html +0 -372
  81. data/doc/UiBibz/Ui/Core/ButtonLink.html +0 -382
  82. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +0 -403
  83. data/doc/UiBibz/Ui/Core/Col.html +0 -373
  84. data/doc/UiBibz/Ui/Core/Component.html +0 -1087
  85. data/doc/UiBibz/Ui/Core/Dropdown.html +0 -663
  86. data/doc/UiBibz/Ui/Core/DropdownDivider.html +0 -301
  87. data/doc/UiBibz/Ui/Core/DropdownHeader.html +0 -355
  88. data/doc/UiBibz/Ui/Core/DropdownLink.html +0 -376
  89. data/doc/UiBibz/Ui/Core/DropdownList.html +0 -382
  90. data/doc/UiBibz/Ui/Core/Glyph.html +0 -385
  91. data/doc/UiBibz/Ui/Core/Jumbotron.html +0 -379
  92. data/doc/UiBibz/Ui/Core/Label.html +0 -379
  93. data/doc/UiBibz/Ui/Core/List.html +0 -528
  94. data/doc/UiBibz/Ui/Core/ListGroup.html +0 -474
  95. data/doc/UiBibz/Ui/Core/Modal.html +0 -543
  96. data/doc/UiBibz/Ui/Core/ModalBody.html +0 -353
  97. data/doc/UiBibz/Ui/Core/ModalFooter.html +0 -353
  98. data/doc/UiBibz/Ui/Core/ModalHeader.html +0 -359
  99. data/doc/UiBibz/Ui/Core/Nav.html +0 -515
  100. data/doc/UiBibz/Ui/Core/NavDropdown.html +0 -391
  101. data/doc/UiBibz/Ui/Core/NavLink.html +0 -364
  102. data/doc/UiBibz/Ui/Core/Navbar.html +0 -646
  103. data/doc/UiBibz/Ui/Core/NavbarForm.html +0 -364
  104. data/doc/UiBibz/Ui/Core/NavbarNav.html +0 -302
  105. data/doc/UiBibz/Ui/Core/NavbarText.html +0 -355
  106. data/doc/UiBibz/Ui/Core/Panel.html +0 -617
  107. data/doc/UiBibz/Ui/Core/ProgressBar.html +0 -462
  108. data/doc/UiBibz/Ui/Core/Row.html +0 -350
  109. data/doc/UiBibz/Ui/Core/Stars.html +0 -371
  110. data/doc/UiBibz/Ui/Ux.html +0 -128
  111. data/doc/UiBibz/Ui/Ux/Actionable.html +0 -478
  112. data/doc/UiBibz/Ui/Ux/Actions.html +0 -602
  113. data/doc/UiBibz/Ui/Ux/Column.html +0 -1249
  114. data/doc/UiBibz/Ui/Ux/Columns.html +0 -338
  115. data/doc/UiBibz/Ui/Ux/Grid.html +0 -485
  116. data/doc/UiBibz/Ui/Ux/Paginable.html +0 -381
  117. data/doc/UiBibz/Ui/Ux/Searchable.html +0 -376
  118. data/doc/UiBibz/Ui/Ux/Sortable.html +0 -300
  119. data/doc/UiBibz/Ui/Ux/Store.html +0 -1176
  120. data/doc/UiBibz/Ui/Ux/Table.html +0 -694
  121. data/doc/UiBibz/Ui/Ux/TableAction.html +0 -309
  122. data/doc/UiBibz/Ui/Ux/TablePagination.html +0 -342
  123. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +0 -348
  124. data/doc/UiBibz/Ui/Ux/TablePanel.html +0 -680
  125. data/doc/UiBibz/Ui/Ux/TableSearchField.html +0 -304
  126. data/doc/UiBibz/Utils.html +0 -115
  127. data/doc/UiBibz/Utils/Internationalization.html +0 -262
  128. data/doc/_index.html +0 -706
  129. data/doc/class_list.html +0 -58
  130. data/doc/css/common.css +0 -1
  131. data/doc/css/full_list.css +0 -57
  132. data/doc/css/style.css +0 -339
  133. data/doc/file.README.html +0 -1261
  134. data/doc/file_list.html +0 -60
  135. data/doc/frames.html +0 -26
  136. data/doc/images/alert.png +0 -0
  137. data/doc/images/breadcrumb.png +0 -0
  138. data/doc/images/button.png +0 -0
  139. data/doc/images/button_dropdown.png +0 -0
  140. data/doc/images/button_group.png +0 -0
  141. data/doc/images/button_link.png +0 -0
  142. data/doc/images/button_split_dropdown.png +0 -0
  143. data/doc/images/etiquette.png +0 -0
  144. data/doc/images/glyph.png +0 -0
  145. data/doc/images/list.png +0 -0
  146. data/doc/images/modal.png +0 -0
  147. data/doc/images/nav.png +0 -0
  148. data/doc/images/navbar.png +0 -0
  149. data/doc/images/panel.png +0 -0
  150. data/doc/images/progress_bar.png +0 -0
  151. data/doc/images/stars.png +0 -0
  152. data/doc/images/table.png +0 -0
  153. data/doc/images/table_pagination_per_page.png +0 -0
  154. data/doc/images/table_panel.png +0 -0
  155. data/doc/images/table_search_field.png +0 -0
  156. data/doc/images/ui-bibz-logo-without-border.gif +0 -0
  157. data/doc/images/ui-bibz-logo.gif +0 -0
  158. data/doc/index.html +0 -1261
  159. data/doc/js/app.js +0 -219
  160. data/doc/js/full_list.js +0 -181
  161. data/doc/js/jquery.js +0 -4
  162. data/doc/method_list.html +0 -1329
  163. data/doc/top-level-namespace.html +0 -112
@@ -1,304 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Class: UiBibz::Ui::Base
8
-
9
- &mdash; Documentation by YARD 0.8.7.6
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '../../';
20
- framesUrl = "../../frames.html#!UiBibz/Ui/Base.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="../../_index.html">Index (B)</a> &raquo;
35
- <span class='title'><span class='object_link'><a href="../../UiBibz.html" title="UiBibz (module)">UiBibz</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Ui.html" title="UiBibz::Ui (module)">Ui</a></span></span>
36
- &raquo;
37
- <span class="title">Base</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Class: UiBibz::Ui::Base
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
76
- <span class="inheritName">Object</span>
77
-
78
- <ul class="fullTree">
79
- <li>Object</li>
80
-
81
- <li class="next">UiBibz::Ui::Base</li>
82
-
83
- </ul>
84
- <a href="#" class="inheritanceTree">show all</a>
85
-
86
- </dd>
87
-
88
-
89
-
90
-
91
-
92
-
93
- <dt class="r2">Includes:</dt>
94
- <dd class="r2">ActionView::Helpers</dd>
95
-
96
-
97
-
98
-
99
-
100
- <dt class="r1 last">Defined in:</dt>
101
- <dd class="r1 last">lib/ui_bibz/ui/base.rb</dd>
102
-
103
- </dl>
104
- <div class="clear"></div>
105
-
106
- <div id="subclasses">
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/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
- </div>
110
-
111
-
112
-
113
-
114
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
115
- <ul class="summary">
116
-
117
- <li class="public ">
118
- <span class="summary_signature">
119
-
120
- <a href="#output_buffer-instance_method" title="#output_buffer (instance method)">- (Object) <strong>output_buffer</strong> </a>
121
-
122
-
123
-
124
- </span>
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
- <span class="summary_desc"><div class='inline'>
138
- <p>Returns the value of attribute output_buffer.</p>
139
- </div></span>
140
-
141
- </li>
142
-
143
-
144
- </ul>
145
-
146
-
147
-
148
-
149
-
150
- <h2>
151
- Instance Method Summary
152
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
153
- </h2>
154
-
155
- <ul class="summary">
156
-
157
- <li class="public ">
158
- <span class="summary_signature">
159
-
160
- <a href="#i18n_set%3F-instance_method" title="#i18n_set? (instance method)">- (Boolean) <strong>i18n_set?</strong>(key) </a>
161
-
162
-
163
-
164
- </span>
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
- <span class="summary_desc"><div class='inline'>
175
- <p>To know if translation missing.</p>
176
- </div></span>
177
-
178
- </li>
179
-
180
-
181
- </ul>
182
-
183
-
184
-
185
-
186
- <div id="instance_attr_details" class="attr_details">
187
- <h2>Instance Attribute Details</h2>
188
-
189
-
190
- <span id="output_buffer=-instance_method"></span>
191
- <div class="method_details first">
192
- <h3 class="signature first" id="output_buffer-instance_method">
193
-
194
- - (<tt>Object</tt>) <strong>output_buffer</strong>
195
-
196
-
197
-
198
-
199
-
200
- </h3><div class="docstring">
201
- <div class="discussion">
202
-
203
- <p>Returns the value of attribute output_buffer</p>
204
-
205
-
206
- </div>
207
- </div>
208
- <div class="tags">
209
-
210
-
211
- </div><table class="source_code">
212
- <tr>
213
- <td>
214
- <pre class="lines">
215
-
216
-
217
- 7
218
- 8
219
- 9</pre>
220
- </td>
221
- <td>
222
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/base.rb', line 7</span>
223
-
224
- <span class='kw'>def</span> <span class='id identifier rubyid_output_buffer'>output_buffer</span>
225
- <span class='ivar'>@output_buffer</span>
226
- <span class='kw'>end</span></pre>
227
- </td>
228
- </tr>
229
- </table>
230
- </div>
231
-
232
- </div>
233
-
234
-
235
- <div id="instance_method_details" class="method_details_list">
236
- <h2>Instance Method Details</h2>
237
-
238
-
239
- <div class="method_details first">
240
- <h3 class="signature first" id="i18n_set?-instance_method">
241
-
242
- - (<tt>Boolean</tt>) <strong>i18n_set?</strong>(key)
243
-
244
-
245
-
246
-
247
-
248
- </h3><div class="docstring">
249
- <div class="discussion">
250
-
251
- <p>To know if translation missing</p>
252
-
253
-
254
- </div>
255
- </div>
256
- <div class="tags">
257
-
258
- <p class="tag_title">Returns:</p>
259
- <ul class="return">
260
-
261
- <li>
262
-
263
-
264
- <span class='type'>(<tt>Boolean</tt>)</span>
265
-
266
-
267
-
268
- </li>
269
-
270
- </ul>
271
-
272
- </div><table class="source_code">
273
- <tr>
274
- <td>
275
- <pre class="lines">
276
-
277
-
278
- 10
279
- 11
280
- 12</pre>
281
- </td>
282
- <td>
283
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/base.rb', line 10</span>
284
-
285
- <span class='kw'>def</span> <span class='id identifier rubyid_i18n_set?'>i18n_set?</span> <span class='id identifier rubyid_key'>key</span>
286
- <span class='const'>I18n</span><span class='period'>.</span><span class='id identifier rubyid_t'>t</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='symbol'>:raise</span> <span class='op'>=&gt;</span> <span class='kw'>true</span> <span class='kw'>rescue</span> <span class='kw'>false</span>
287
- <span class='kw'>end</span></pre>
288
- </td>
289
- </tr>
290
- </table>
291
- </div>
292
-
293
- </div>
294
-
295
- </div>
296
-
297
- <div id="footer">
298
- Generated on Mon Oct 19 15:25:14 2015 by
299
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
- 0.8.7.6 (ruby-2.2.3).
301
- </div>
302
-
303
- </body>
304
- </html>
@@ -1,128 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Module: UiBibz::Ui::Core
8
-
9
- &mdash; Documentation by YARD 0.8.7.6
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '../../';
20
- framesUrl = "../../frames.html#!UiBibz/Ui/Core.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="../../_index.html">Index (C)</a> &raquo;
35
- <span class='title'><span class='object_link'><a href="../../UiBibz.html" title="UiBibz (module)">UiBibz</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Ui.html" title="UiBibz::Ui (module)">Ui</a></span></span>
36
- &raquo;
37
- <span class="title">Core</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: UiBibz::Ui::Core
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/ui_bibz.rb<span class="defines">,<br />
83
- lib/ui_bibz/ui/core/row.rb,<br /> lib/ui_bibz/ui/core/col.rb,<br /> lib/ui_bibz/ui/core/glyph.rb,<br /> lib/ui_bibz/ui/core/alert.rb,<br /> lib/ui_bibz/ui/core/label.rb,<br /> lib/ui_bibz/ui/core/panel.rb,<br /> lib/ui_bibz/ui/core/stars.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/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_form.rb,<br /> lib/ui_bibz/ui/core/nav/components/navbar_text.rb,<br /> lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb,<br /> lib/ui_bibz/ui/core/modal/components/modal_body.rb,<br /> lib/ui_bibz/ui/core/progress_bar/components/bar.rb,<br /> lib/ui_bibz/ui/core/button/button_split_dropdown.rb,<br /> lib/ui_bibz/ui/core/modal/components/modal_header.rb,<br /> lib/ui_bibz/ui/core/modal/components/modal_footer.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
- </dd>
85
-
86
- </dl>
87
- <div class="clear"></div>
88
-
89
- <h2>Overview</h2><div class="docstring">
90
- <div class="discussion">
91
-
92
- <p>Core</p>
93
-
94
-
95
- </div>
96
- </div>
97
- <div class="tags">
98
-
99
-
100
- </div><h2>Defined Under Namespace</h2>
101
- <p class="children">
102
-
103
-
104
-
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/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/Modal.html" title="UiBibz::Ui::Core::Modal (class)">Modal</a></span>, <span class='object_link'><a href="Core/ModalBody.html" title="UiBibz::Ui::Core::ModalBody (class)">ModalBody</a></span>, <span class='object_link'><a href="Core/ModalFooter.html" title="UiBibz::Ui::Core::ModalFooter (class)">ModalFooter</a></span>, <span class='object_link'><a href="Core/ModalHeader.html" title="UiBibz::Ui::Core::ModalHeader (class)">ModalHeader</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
-
108
-
109
- </p>
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
- </div>
120
-
121
- <div id="footer">
122
- Generated on Mon Oct 19 15:25:14 2015 by
123
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
- 0.8.7.6 (ruby-2.2.3).
125
- </div>
126
-
127
- </body>
128
- </html>
@@ -1,383 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Class: UiBibz::Ui::Core::Alert
8
-
9
- &mdash; Documentation by YARD 0.8.7.6
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '../../../';
20
- framesUrl = "../../../frames.html#!UiBibz/Ui/Core/Alert.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="../../../_index.html">Index (A)</a> &raquo;
35
- <span class='title'><span class='object_link'><a href="../../../UiBibz.html" title="UiBibz (module)">UiBibz</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Ui.html" title="UiBibz::Ui (module)">Ui</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Core.html" title="UiBibz::Ui::Core (module)">Core</a></span></span>
36
- &raquo;
37
- <span class="title">Alert</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="../../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../../file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Class: UiBibz::Ui::Core::Alert
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
76
- <span class="inheritName"><span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></span>
77
-
78
- <ul class="fullTree">
79
- <li>Object</li>
80
-
81
- <li class="next"><span class='object_link'><a href="../Base.html" title="UiBibz::Ui::Base (class)">Base</a></span></li>
82
-
83
- <li class="next"><span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></li>
84
-
85
- <li class="next">UiBibz::Ui::Core::Alert</li>
86
-
87
- </ul>
88
- <a href="#" class="inheritanceTree">show all</a>
89
-
90
- </dd>
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
- <dt class="r2 last">Defined in:</dt>
101
- <dd class="r2 last">lib/ui_bibz/ui/core/alert.rb</dd>
102
-
103
- </dl>
104
- <div class="clear"></div>
105
-
106
- <h2>Overview</h2><div class="docstring">
107
- <div class="discussion">
108
-
109
- <p>Create an alert</p>
110
-
111
- <p>This element is an extend of UiBibz::Ui::Core::Component.</p>
112
-
113
- <h4 id="label-Attributes">Attributes</h4>
114
- <ul><li>
115
- <p><code>content</code> - Content of element</p>
116
- </li><li>
117
- <p><code>options</code> - Options of element</p>
118
- </li><li>
119
- <p><code>html_options</code> - Html Options of element</p>
120
- </li></ul>
121
-
122
- <h4 id="label-Options">Options</h4>
123
-
124
- <p>You can add HTML attributes using the <code>html_options</code>. You can
125
- pass arguments in options attribute:</p>
126
- <ul><li>
127
- <p><code>state</code> - State of élement with symbol value:
128
- (<code>:default</code>, <code>:primary</code>, <code>:info</code>,
129
- <code>:warning</code>, <code>:danger</code>)</p>
130
- </li><li>
131
- <p><code>glyph</code> - Add glyph with name or hash options</p>
132
- <ul><li>
133
- <p><code>name</code> - String</p>
134
- </li><li>
135
- <p><code>size</code> - Integer</p>
136
- </li><li>
137
- <p><code>type</code> - Symbol</p>
138
- </li></ul>
139
- </li></ul>
140
-
141
- <h4 id="label-Signatures">Signatures</h4>
142
-
143
- <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'>Alert</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='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='rparen'>)</span>
144
-
145
- <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'>Alert</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</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='rparen'>)</span> <span class='kw'>do</span>
146
- <span class='id identifier rubyid_content'>content</span>
147
- <span class='kw'>end</span>
148
- </code></pre>
149
-
150
- <h4 id="label-Examples">Examples</h4>
151
-
152
- <pre class="code ruby"><code class="ruby">UiBibz::Ui::Core::Alert.new(content, { type: :success, glyph: &#39;eye&#39; },{ class: &#39;test&#39; }).render
153
-
154
- UiBibz::Ui::Core::Alert.new({glyph: { name: &#39;eye&#39;, size: 3}, { class: &#39;test&#39; }) do
155
- content
156
- end.render</code></pre>
157
-
158
- <h4 id="label-Helper">Helper</h4>
159
-
160
- <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_notify'>notify</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>
161
-
162
- <span class='id identifier rubyid_notify'>notify</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>
163
- <span class='id identifier rubyid_content'>content</span>
164
- <span class='kw'>end</span>
165
- </code></pre>
166
-
167
-
168
- </div>
169
- </div>
170
- <div class="tags">
171
-
172
-
173
- </div>
174
-
175
-
176
-
177
-
178
-
179
- <h2>Instance Attribute Summary</h2>
180
-
181
- <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
182
- <p class="inherited"><span class='object_link'><a href="Component.html#content-instance_method" title="UiBibz::Ui::Core::Component#content (method)">#content</a></span>, <span class='object_link'><a href="Component.html#html_options-instance_method" title="UiBibz::Ui::Core::Component#html_options (method)">#html_options</a></span>, <span class='object_link'><a href="Component.html#options-instance_method" title="UiBibz::Ui::Core::Component#options (method)">#options</a></span></p>
183
-
184
-
185
-
186
- <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Base.html" title="UiBibz::Ui::Base (class)">Base</a></span></h3>
187
- <p class="inherited"><span class='object_link'><a href="../Base.html#output_buffer-instance_method" title="UiBibz::Ui::Base#output_buffer (method)">#output_buffer</a></span></p>
188
-
189
-
190
-
191
- <h2>
192
- Instance Method Summary
193
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
194
- </h2>
195
-
196
- <ul class="summary">
197
-
198
- <li class="public ">
199
- <span class="summary_signature">
200
-
201
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Alert) <strong>initialize</strong>(content = nil, options = nil, html_options = nil, &amp;block) </a>
202
-
203
-
204
-
205
- </span>
206
-
207
-
208
- <span class="note title constructor">constructor</span>
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
- <span class="summary_desc"><div class='inline'>
218
- <p>See UiBibz::Ui::Core::Component.initialize.</p>
219
- </div></span>
220
-
221
- </li>
222
-
223
-
224
- <li class="public ">
225
- <span class="summary_signature">
226
-
227
- <a href="#render-instance_method" title="#render (instance method)">- (Object) <strong>render</strong> </a>
228
-
229
-
230
-
231
- </span>
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
- <span class="summary_desc"><div class='inline'>
242
- <p>Render html tag.</p>
243
- </div></span>
244
-
245
- </li>
246
-
247
-
248
- </ul>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
- <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Component.html" title="UiBibz::Ui::Core::Component (class)">Component</a></span></h3>
261
- <p class="inherited"><span class='object_link'><a href="Component.html#add_classes-instance_method" title="UiBibz::Ui::Core::Component#add_classes (method)">#add_classes</a></span>, <span class='object_link'><a href="Component.html#badge_html-instance_method" title="UiBibz::Ui::Core::Component#badge_html (method)">#badge_html</a></span>, <span class='object_link'><a href="Component.html#class_and_html_options-instance_method" title="UiBibz::Ui::Core::Component#class_and_html_options (method)">#class_and_html_options</a></span>, <span class='object_link'><a href="Component.html#glyph-instance_method" title="UiBibz::Ui::Core::Component#glyph (method)">#glyph</a></span>, <span class='object_link'><a href="Component.html#glyph_and_content_html-instance_method" title="UiBibz::Ui::Core::Component#glyph_and_content_html (method)">#glyph_and_content_html</a></span>, <span class='object_link'><a href="Component.html#glyph_with_space-instance_method" title="UiBibz::Ui::Core::Component#glyph_with_space (method)">#glyph_with_space</a></span></p>
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
- <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="UiBibz::Ui::Base (class)">Base</a></span></h3>
272
- <p class="inherited"><span class='object_link'><a href="../Base.html#i18n_set%3F-instance_method" title="UiBibz::Ui::Base#i18n_set? (method)">#i18n_set?</a></span></p>
273
-
274
- <div id="constructor_details" class="method_details_list">
275
- <h2>Constructor Details</h2>
276
-
277
- <div class="method_details first">
278
- <h3 class="signature first" id="initialize-instance_method">
279
-
280
- - (<tt><span class='object_link'><a href="" title="UiBibz::Ui::Core::Alert (class)">Alert</a></span></tt>) <strong>initialize</strong>(content = nil, options = nil, html_options = nil, &amp;block)
281
-
282
-
283
-
284
-
285
-
286
- </h3><div class="docstring">
287
- <div class="discussion">
288
-
289
- <p>See UiBibz::Ui::Core::Component.initialize</p>
290
-
291
-
292
- </div>
293
- </div>
294
- <div class="tags">
295
-
296
-
297
- </div><table class="source_code">
298
- <tr>
299
- <td>
300
- <pre class="lines">
301
-
302
-
303
- 51
304
- 52
305
- 53</pre>
306
- </td>
307
- <td>
308
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/alert.rb', line 51</span>
309
-
310
- <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'>&amp;</span><span class='id identifier rubyid_block'>block</span>
311
- <span class='kw'>super</span>
312
- <span class='kw'>end</span></pre>
313
- </td>
314
- </tr>
315
- </table>
316
- </div>
317
-
318
- </div>
319
-
320
-
321
- <div id="instance_method_details" class="method_details_list">
322
- <h2>Instance Method Details</h2>
323
-
324
-
325
- <div class="method_details first">
326
- <h3 class="signature first" id="render-instance_method">
327
-
328
- - (<tt>Object</tt>) <strong>render</strong>
329
-
330
-
331
-
332
-
333
-
334
- </h3><div class="docstring">
335
- <div class="discussion">
336
-
337
- <p>Render html tag</p>
338
-
339
-
340
- </div>
341
- </div>
342
- <div class="tags">
343
-
344
-
345
- </div><table class="source_code">
346
- <tr>
347
- <td>
348
- <pre class="lines">
349
-
350
-
351
- 56
352
- 57
353
- 58
354
- 59
355
- 60
356
- 61</pre>
357
- </td>
358
- <td>
359
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/core/alert.rb', line 56</span>
360
-
361
- <span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span>
362
- <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='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>alert</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='lbrace'>{</span> <span class='label'>role:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>alert</span><span class='tstring_end'>&#39;</span></span><span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span>
363
- <span class='id identifier rubyid_concat'>concat</span> <span class='id identifier rubyid_glyph_and_content_html'>glyph_and_content_html</span>
364
- <span class='id identifier rubyid_concat'>concat</span> <span class='id identifier rubyid_close_html'>close_html</span> <span class='kw'>if</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:close</span><span class='rbracket'>]</span>
365
- <span class='kw'>end</span>
366
- <span class='kw'>end</span></pre>
367
- </td>
368
- </tr>
369
- </table>
370
- </div>
371
-
372
- </div>
373
-
374
- </div>
375
-
376
- <div id="footer">
377
- Generated on Mon Oct 19 15:25:14 2015 by
378
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
379
- 0.8.7.6 (ruby-2.2.3).
380
- </div>
381
-
382
- </body>
383
- </html>