You are looking at documentation for an older release. Not what you want? See the current release documentation.
The Sites Explorer portlet is used to manage all documents in different drives. With this portlet, users can do many different actions depending on their roles, such as adding/deleting a category and a document, showing/hiding a node, managing publication, and more.
This is an example of the Sites Explorer portlet used in Content:
Packaging: The portlet is packaged in the
ecmexplorer.war
file.
Portlet class name:
org.exoplatform.ecm.webui.component.explorer.UIJCRExplorerPortlet
Preference | Type | Value | Description |
---|---|---|---|
categoryMandatoryWhenFileUpload |
boolean
| false | Forces a user to add a category when uploading or creating a document. |
uploadFileSizeLimitMB |
float
| 150 | The maximum size of a file that is uploaded to the system (MB). |
usecase |
string
|
selection
| The behavior to access Sites Explorer. By default, the "selection" option is configured. Besides "selection", there are four other ways to configure the Sites Explorer: Jailed, Personal, Social, Parameterize. |
driveName |
string
|
Personal Documents
| The name of drive which the user wants to access. |
trashHomeNodePath |
string
|
/Trash
| The location to store the deleted nodes. |
trashWorkspace |
string
|
collaboration
| The name of the workspace where stores the deleted nodes. |
editInNewWindow |
boolean
|
false
| Allows editing documents with or without a window popup. |
showTopBar |
boolean
|
true
| Allows showing the Top bar or not. |
showActionBar |
boolean
|
true
| Allows showing the Action bar or not. |
showSideBar |
boolean
|
true
| Allows showing the Side bar or not. |
showFilterBar |
boolean
|
true
| Allows showing the Filter bar or not. |
<portlet-preferences>
<preference>
<name>categoryMandatoryWhenFileUpload</name>
<value>false</value>
<read-only>false</read-only>
</preference>
<preference>
<name>uploadFileSizeLimitMB</name>
<value>150</value>
<read-only>false</read-only>
</preference>
<preference>
<name>usecase</name>
<value>selection</value>
<read-only>false</read-only>
</preference>
<preference>
<name>driveName</name>
<value>Personal Documents</value>
<read-only>false</read-only>
</preference>
<preference>
<name>trashHomeNodePath</name>
<value>/Trash</value>
<read-only>false</read-only>
</preference>
<preference>
<name>trashWorkspace</name>
<value>collaboration</value>
<read-only>false</read-only>
</preference>
<preference>
<name>editInNewWindow</name>
<value>false</value>
<read-only>false</read-only>
</preference>
<preference>
<name>showTopBar</name>
<value>true</value>
<read-only>false</read-only>
</preference>
<preference>
<name>showActionBar</name>
<value>true</value>
<read-only>false</read-only>
</preference>
<preference>
<name>showSideBar</name>
<value>true</value>
<read-only>false</read-only>
</preference>
<preference>
<name>showFilterBar</name>
<value>true</value>
<read-only>false</read-only>
</preference>
</portlet-preferences>