Module: TaoUi::ActionView::Helpers
- Defined in:
- lib/tao_ui/action_view/helpers.rb
Instance Method Summary collapse
- #tao_table_body_builder(options = {}) ⇒ Object
- #tao_table_builder(options = {}) ⇒ Object
- #tao_table_head_builder(options = {}) ⇒ Object
- #tao_table_row_builder(options = {}) ⇒ Object
Instance Method Details
#tao_table_body_builder(options = {}) ⇒ Object
13 14 15 |
# File 'lib/tao_ui/action_view/helpers.rb', line 13 def tao_table_body_builder = {} TaoUi::Components::Table::BodyBuilder.new self, end |
#tao_table_builder(options = {}) ⇒ Object
5 6 7 |
# File 'lib/tao_ui/action_view/helpers.rb', line 5 def tao_table_builder = {} TaoUi::Components::Table::TableBuilder.new self, end |
#tao_table_head_builder(options = {}) ⇒ Object
9 10 11 |
# File 'lib/tao_ui/action_view/helpers.rb', line 9 def tao_table_head_builder = {} TaoUi::Components::Table::HeadBuilder.new self, end |
#tao_table_row_builder(options = {}) ⇒ Object
17 18 19 |
# File 'lib/tao_ui/action_view/helpers.rb', line 17 def tao_table_row_builder = {} TaoUi::Components::Table::RowBuilder.new self, end |