extjs - Get panel expand tool reference in border layout when panel is collapsed -


how panel collapse (expand) tool reference in border layout when panel collapsed?

i can collapse tool (left) reference , not expand tool (right) when panel collapsed.

fiddle: https://fiddle.sencha.com/#view/editor&fiddle/1tlv

the expand tool on placeholder component within panel, rather tool of panel itself.

you can reach expand-right tool panel.getplaceholder().tools["expand-right"]

i've updated fiddle this.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -