Class: OdfCore::Element::Form::Time

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/form/time.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'form:time'
CHILDREN =
["form:properties", "office:event-listeners"].freeze
ATTRIBUTES =
[
  "form:control-implementation",
  "form:convert-empty-to-null",
  "form:current-value",
  "form:data-field",
  "form:delay-for-repeat",
  "form:disabled",
  "form:id",
  "form:linked-cell",
  "form:max-length",
  "form:max-value",
  "form:min-value",
  "form:name",
  "form:printable",
  "form:readonly",
  "form:repeat",
  "form:spin-button",
  "form:tab-index",
  "form:tab-stop",
  "form:title",
  "form:value",
  "xforms:bind",
  "xml:id",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement