Class: Nitro::DatetimeControl
- Inherits:
-
AttributeControl
- Object
- Element
- Control
- AttributeControl
- Nitro::DatetimeControl
- Defined in:
- lib/nitro/control/attribute/datetime.rb
Overview
A Control used to edit datetime attributes. – TODO: implement me! ++
Instance Attribute Summary
Attributes inherited from AttributeControl
Attributes included from ElementMixin
#_children, #_parent, #_text, #_view, #id
Instance Method Summary collapse
Methods inherited from AttributeControl
Methods included from XhtmlHelper
#date_select, #datetime_select, #hidden, #href_of, #js_popup, #link_to, #objects_to_options, #onclick_popup, #options, #popup, #submit, #time_select
Methods inherited from Element
Methods included from ElementMixin
#add_child, #close, #content, #initialize, #open, #render_children
Constructor Details
This class inherits a constructor from Nitro::AttributeControl
Instance Method Details
#render ⇒ Object
13 14 15 16 17 |
# File 'lib/nitro/control/attribute/datetime.rb', line 13 def render %{ NOT IMPLEMENTED } end |