(Removed see Access control) |
(Article introduction updated to CKFinder 2.1 Help) |
||
Line 1: | Line 1: | ||
− | + | __TOC__ | |
+ | {{#CUSTOMTITLE:Folders Pane}} | ||
− | + | The <strong>Folders Pane</strong> contains the "tree view" of the folders that you can navigate. Folders are used to organize and categorize your files. | |
+ | |||
+ | [[Image:CKFinder_folder_pane.png|frame|center|CKFinder Folders Pane]] | ||
+ | |||
+ | |||
+ | Folders display is called "tree view" because the folders hierarchy is represented like tree branches, with subfolders placed below and indented with regard to their parent items. The <strong>Folders Pane</strong> uses the same graphic representation that can be found in many modern operating systems. | ||
== Basic Operations == | == Basic Operations == |
Revision as of 11:42, 20 September 2011
Contents
The Folders Pane contains the "tree view" of the folders that you can navigate. Folders are used to organize and categorize your files.
Folders display is called "tree view" because the folders hierarchy is represented like tree branches, with subfolders placed below and indented with regard to their parent items. The Folders Pane uses the same graphic representation that can be found in many modern operating systems.
Basic Operations
Opening a Folder
To open a folder, revealing its "children" folders, simply click in the plus sign () in front of it. If the plus sign is not present, the folder doesn't have children folders to be displayed.
See "Under Request Loading" below in this page to better understand how folders are load.
Closing a Folder
To close a folder, hiding its children folders, simply click in the minus sign () in front of it.
Selecting a Folder
To select a folder, making it the "current folder" in CKFinder, simply click in the folder name, or in its icon. The selected folder will have a different background color.
Advanced Operations
Advanced operations may be achieved on a folder by using its "Context Menu". The following options are available:
Note: Some context menu buttons may be disabled, depending on CKFinder settings enforced by your system administrator.
Creating Folders
To create a child folder inside an existing folder, just click the "New Subfolder" option in the context menu. A dialog box will appear, asking for the new folder name. Just type it and confirm.
Not all characters can be used in folder and files names due to limitations in the systems where CKFinder runs. For instance, the following characters cannot be used on folders and files names: \ / : * ? " < > |
Renaming Folders
To rename a folder, just click the "Rename" option in the context menu. A dialog box, containing the current folder name, will appear, asking for the new folder name. Just type it and confirm.
Not all characters can be used in folder and files names due to limitations in the systems where CKFinder runs. For instance, the following characters cannot be used on folders and files names: \ / : * ? " < > |
Attention: by renaming a folder, links or media insertions available in other pages, which point to files or folders inside the renamed folder, will be "broken", therefore not available anymore. So, be careful when using this feature.
Deleting Folders
To delete a folder, including its contents, just click the "Delete" option in the context menu. A confirmation message will appear to ensure that this operation is desired.
Attention: by deleting a folder, links or media insertions available in other pages, which point to files or folders inside the deleted folder, will be "broken", therefore not available anymore. So, be careful when using this feature.
"Under Request" Loading
The most important difference between CKFinder and the folders tree found in operating systems, is that, in CKFinder, the folders are loaded "under request". It means that it doesn't load the entire folders tree at startup, but loads a small subset of them when "opening" the folder. This is a requirement on advanced web applications like CKFinder.
To indicate that folders are being loaded, the "Loading..." label may appear when opening a folder:
The label will automatically disappear once the folders load is completed. Once loaded, the label should not appear anymore for that folder.