Module: TaoUi::ActionView::Helpers

Defined in:
lib/tao_ui/action_view/helpers.rb

Instance Method Summary collapse

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 options = {}
  TaoUi::Components::Table::BodyBuilder.new self, options
end

#tao_table_builder(options = {}) ⇒ Object



5
6
7
# File 'lib/tao_ui/action_view/helpers.rb', line 5

def tao_table_builder options = {}
  TaoUi::Components::Table::TableBuilder.new self, options
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 options = {}
  TaoUi::Components::Table::HeadBuilder.new self, options
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 options = {}
  TaoUi::Components::Table::RowBuilder.new self, options
end