Class: XLFormTextFieldCell
- Inherits:
-
Object
- Object
- XLFormTextFieldCell
- Defined in:
- lib/ProMotion/XLForm/xl_form_patch.rb
Instance Attribute Summary collapse
-
#keyboard_type ⇒ Object
Returns the value of attribute keyboard_type.
Instance Method Summary collapse
Instance Attribute Details
#keyboard_type ⇒ Object
Returns the value of attribute keyboard_type.
165 166 167 |
# File 'lib/ProMotion/XLForm/xl_form_patch.rb', line 165 def keyboard_type @keyboard_type end |
Instance Method Details
#old_update ⇒ Object
167 |
# File 'lib/ProMotion/XLForm/xl_form_patch.rb', line 167 alias :old_update :update |
#update ⇒ Object
169 170 171 172 173 |
# File 'lib/ProMotion/XLForm/xl_form_patch.rb', line 169 def update old_update self.textField.keyboardType = self.keyboard_type if self.keyboard_type end |