Feature #103
Option to hide left navigation panel
| Status: | Closed | Start date: | 31.03.2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Client-Connector | |||
| Target version: | 2.0 |
Description
subj
Associated revisions
fixes #103
History
Updated by Troex Nevelin over 1 year ago
- Category set to Client-Connector
Updated by Troex Nevelin over 1 year ago
This also should disable tree loading and make connector blazing fast.
Updated by Troex Nevelin over 1 year ago
private function _tree($path)
{
$dir = array(
'hash' => $this->_hash($path),
'name' => $path == $this->_options['root'] && $this->_options['rootAlias'] ? $this->_options['rootAlias'] : basename($path),
'read' => $this->_isAllowed($path, 'read'),
'write' => $this->_isAllowed($path, 'write'),
'dirs' => array()
);
return $dir;
}
Updated by Dmitry Levashov 8 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
elFinder.options.allowNav