Class: Bootstrap::Component::Form

Inherits:
Bootstrap::Component show all
Defined in:
mod/bootstrap/lib/bootstrap/component/form.rb

Direct Known Subclasses

HorizontalForm

Instance Method Summary collapse

Methods inherited from Bootstrap::Component

add_div_method, add_tag_method, #append, #initialize, #insert, #prepend, render, #render

Methods included from Delegate

#method_missing, #respond_to_missing?

Methods included from BasicTags

#html

Constructor Details

This class inherits a constructor from Bootstrap::Component

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Bootstrap::Delegate

Instance Method Details

#render_content(*args) ⇒ Object



4
5
6
# File 'mod/bootstrap/lib/bootstrap/component/form.rb', line 4

def render_content *args
    form *args, &@build_block
end