Class: Ext::Tree::TreePanel

Inherits:
Base
  • Object
show all
Defined in:
lib/ext/tree/tree_panel.rb

Instance Method Summary collapse

Instance Method Details

#optionsObject



5
6
7
8
9
10
11
12
# File 'lib/ext/tree/tree_panel.rb', line 5

def options
  {
    :animate         => @options[:animate]   || false,
    :enableDD        => @options[:enable_dd] || false,
    :loader          => loader,
    :containerScroll => @options[:container_scroll] || false,
  }
end