class ExtTimefield
Public Class Methods
new(config, parent)
click to toggle source
Calls superclass method
ExtNode::new
# File lib/extclasses/timefield.rb, line 8 def initialize(config, parent) @default_config = { labelAlign: "right", cls: 'time' } super('timefield',config, parent) end