Sha256: dc44b4040baf0975f731dba01ef2f777010392197b9ad0f1b5d92bbbd4c97469
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
require 'nitro/control/attribute' module Nitro # A Control used to edit datetime attributes. #-- # TODO: implement me! #++ class DatetimeControl < AttributeControl setting :style, :default => '', :doc => 'The default style' def render %{ NOT IMPLEMENTED } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.41.0 | lib/nitro/control/attribute/datetime.rb |
nitro-0.40.0 | lib/nitro/control/attribute/datetime.rb |