Class: Arbo::HTML::Table
- Defined in:
- lib/arbo/html/html5_elements.rb
Constant Summary
Constants inherited from Tag
Arbo::HTML::Tag::SELF_CLOSING_ELEMENTS
Instance Attribute Summary
Attributes inherited from Tag
Attributes inherited from Element
#arbo_context, #children, #parent
Instance Method Summary collapse
-
#initialize ⇒ Table
constructor
A new instance of Table.
Methods inherited from Tag
#add_class, #build, #class_list, #class_names, #extract_arguments, #get_attribute, #has_attribute?, #id, #id!, #id=, #remove_attribute, #remove_class, #render_in, #set_attribute, #to_s
Methods inherited from Element
#+, #<<, #add_child, #ancestors, #assigns, #build, #children?, #content, #content=, #each, #find_first_ancestor, #get_elements_by_class_name, #get_elements_by_tag_name, #helpers, #html_safe, #indent_level, #inspect, #parent?, #remove_child, #render_in, #render_in_or_to_s, #tag_name, #to_ary, #to_s, #to_str
Methods included from Element::BuilderMethods
#build_tag, #current_arbo_element, included, #insert_tag, #with_current_arbo_element
Constructor Details
#initialize ⇒ Table
Returns a new instance of Table.
31 32 33 34 |
# File 'lib/arbo/html/html5_elements.rb', line 31 def initialize(*) super set_table_tag_defaults end |