Module: Taka::DOM::HTML::LabelElement

Includes:
FieldSetElement
Defined in:
lib/taka/dom/html/label_element.rb

Instance Method Summary collapse

Methods included from FieldSetElement

#form

Instance Method Details

#htmlForObject



7
8
9
# File 'lib/taka/dom/html/label_element.rb', line 7

def htmlFor
  self['for']
end