Class: Ext::Tree::TreePanel
- Inherits:
-
Base
- Object
- Base
- Ext::Tree::TreePanel
- Defined in:
- lib/ext/tree/tree_panel.rb
Instance Method Summary collapse
Instance Method Details
#options ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/ext/tree/tree_panel.rb', line 5 def { :animate => @options[:animate] || false, :enableDD => @options[:enable_dd] || false, :loader => loader, :containerScroll => @options[:container_scroll] || false, } end |