Method: ExtFieldcontainer#to_extjs
- Defined in:
- lib/extclasses/fieldcontainer.rb
#to_extjs(at_deep = 0) ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/extclasses/fieldcontainer.rb', line 14 def to_extjs(at_deep = 0) # remove all childs' label @childs.each do |c| c.remove_config :fieldLabel end super at_deep end |