Method: Lapillus::Container.password_textfield

Defined in:
lib/lapillus/form_components.rb

.password_textfield(id, options = {}) ⇒ Object



89
90
91
# File 'lib/lapillus/form_components.rb', line 89

def Container.password_textfield(id, options={})
  internal_add_component(id) { PasswordTextField.new(id, options) }
end