Get part of filemanager

Filemanager based on: ProgressBar, IdSpace, ui.layout, ui.baselayout, EventSystem, ui.baseview, Settings, Destruction, BaseBind, UIExtension, TreeDataMove, TreeDataLoader, TreeStore, DataStore, DataLoader, AtomDataLoader.

Can I get this parts? For instance I can get ui.uploader using getUploader. Can I get ProgressBar and other components?

“based on” means that the filemanager inherits some features from these key components and mixins (some of the mentioned ones are global feature sources), but it does not exactly consist of them.

But truly, the filemanager is a complex widget. This article describes how to achieve each inner view.

In fact, there’s the onViewInit event where you can get and change the initial configuration of any component: http://webix.com/snippet/889c7229

name here represents the ID which will provide access to the view after initialization.