Class
OmniAuth::Form
In:
lib/omniauth/form.rb
Parent:
Object
Methods
build
button
css
fieldset
footer
header
html
input_field
label_field
new
password_field
text_field
to_html
to_response
Constants
DEFAULT_CSS
=
File.read(File.expand_path('../form.css', __FILE__))
Attributes
options
[RW]
Public Class methods
build
(options = {}) {|form| ...}
new
(options = {})
Public Instance methods
button
(text)
fieldset
(legend, options = {}, &block)
footer
()
header
(title, header_info)
html
(html)
input_field
(type, name)
label_field
(text, target)
password_field
(label, name)
text_field
(label, name)
to_html
()
to_response
()
Protected Instance methods
css
()
[Validate]