Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of Connect – Explore...
The Explore tab is shown when accessing the Connect application or after defining first-access settings.
...
Documents and folders can be moved through the structure by dragging and dropping.
Estado | ||||
---|---|---|---|---|
|
HTML |
---|
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
<script type="text/javascript">
var abertos = 0;
var fechados = 0;
function contador() {
abertos = 0;
fechados = 0;
jQuery(".expand-control").each( function() {
if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
fechados++;
} else {
abertos++;
}
});
}
AJS.toInit(function() {
contador();
var soma = abertos + fechados;
$("#toggleAll").html('Expand/hide ' + soma + ' additional information.');
AJS.$('#toggleAll').click(function() {
contador();
if (abertos >= fechados) {
jQuery(".expand-control").each(
function() {
if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
jQuery(this).trigger("click");
}
}
)
} else {
jQuery(".expand-control").each(
function() {
if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
jQuery(this).trigger("click");
}
}
)
}
});
});
</script> |
Basic Path
Explore documents
...
01. In the Connect application, click the Explore tab.
02. View local documents, located in the Local chart, and documents posted in the platform repository, located in the Remote chart.
Expandir | title | Learn more
---|
Painel |
Viewing Remote chart contents is conditioned to the user’s permissions in folders and documents posted in the official platform repository. |
Alternative Paths
...
Download document
...
...
01. Select the document to be downloaded from the Remote chart.
02. Click Download, located in the list of actions available on the top of the window.
Painel | ||
---|---|---|
Expandir | ||
| ||
Documents can also be downloaded in two other ways:
|
03. View the document in the Local chart.
Painel | ||
---|---|---|
Expandir | ||
| ||
In the Remote chart, the downloaded document is marked as “(R)”, indicating that such document is also available in the local repository. |
Document checkout
...
01. Select the document for checkout.
Expandir | title | Learn more
---|
Painel |
The document may be selected either in the remote document chart or the local directory, in case it has already been downloaded. |
02. Click Checkout, located in the list of actions available on the top of the window.
Expandir | title | Learn more
---|
Painel |
Document checkout procedures can also be performed by right-clicking the mouse and selecting Checkout in the context menu. |
03. In the window displayed, enter a comment indicating the reason for the document checkout.
04. Click Checkout.
Painel | ||
---|---|---|
Expandir | ||
| ||
Upon clicking Checkout, a copy of the document is created in the My documents > Checkout directory, in order to ensure all required changes are securely applied. Documents in checkout are marked as “(C)” for identification purposes. Only perform a document checkout if the document is updated in the local repository (i.e. same version in the remote repository). Otherwise, the document must be updated before the checkout process. |
Document checkin
...
...
01. In the My documents > Checkout directory of the local chart, select the document for checkin.
02. Click Checkin, located in the list of actions available on the top of the window.
Painel | ||
---|---|---|
Expandir | ||
| ||
Document checkin procedures can also be performed by right-clicking the mouse and selecting Checkin in the context menu. |
03. Enter the requested information in the displayed window.
Expandir | title | Learn more
---|
Painel |
Comments Detailed changes applied to the document submitted to checkin. The field is mandatory. Version control Version control method applied to the document. Available options are:
Version/review description: Description of the new version or review to be applied to the document. |
04. Select Send.
Expandir | title | Learn more
---|
Painel |
Upon clicking Send, the document is updated in the platform’s official document repository. |
Document checkout
...
01. Select the document whose checkout will be canceled.
02. Right-click the mouse button over the document and select Cancel checkout.
Expandir | title | Learn more
---|
Painel |
After canceling a document checkout, all changes made to such document are discarded and the current version is restored from the official repository. |
Update document without checkout
...
...
01. In the Local chart, select the document to be updated in the remote repository.
02. Right-click the mouse button over the document and select Send to Fluig in the context menu displayed.
Expandir | title | Learn more
---|
Painel |
Updating documents without performing the checkout procedure may overwrite changes made by other users. |
...
Create document
...
...
01. Access the directory corresponding to the Connect repository in the workstation and create a new document.
02. Move the document from the directory corresponding to the Connect repository in the workstation to the desired directory in the Local chart.
Expandir | title | Learn more
---|
Painel |
The document is displayed in bold in the local document structure, indicating that it is a new document and is still not available in the remote repository. |
...
05. Click Send to Fluig in the context menu displayed.
Expandir | title | Learn more
---|
Painel |
After selecting this option, the new document is no longer shown in bold in the local repository, and will now be shown in the remote repository marked with “(R)”, which indicates that it is also available in the local repository. |
06. View the new document in the remote document structure.
Open document
...
01. In the Local chart, select the document to be viewed.
02. Right-click the mouse button over the document and select Open in the context menu displayed.
Expandirpanel | ||
---|---|---|
| ||
It is also possible to open the directory corresponding to the local repository from the document. For such, click Open in Explorer in the context menu displayed. |
03. View document.
Delete document.
...
...
01. In the Local chart, select the document to be deleted.
...
03. Select the desired delete option.
Expandir | title | Learn more
---|
Painel |
Available document deletion options are:
|
Synchronize local and remote directories
...
01. Click Synchronize, located in the list of actions available on the top of the window.
Expandir | title | Learn more
---|
Painel |
By selecting this option, the local and remote repositories are updated based on specific changes made to each of them; that is, new documents are sent to the remote repository, local documents whose permissions were removed in the remote repository are deleted, and current versions are downloaded to the local repository, among other actions. |
Reload local and remote directories
...
...
01. Click Reload, located in the list of actions available on the top of the window.
Expandirpanel | ||
---|---|---|
| ||
Upon selecting this option, the directory structure of the local and remote document repositories is updated. |
Define user preferences
...
...
01. Click Preferences, located in the list of actions available on the top of the window.
02. In the General tab, define the desired preferences.
Expandir | title | Learn more
---|
Painel |
Show notifications |
...
06. In the Proxy tab, set the desired settings.
Expandir | title | Learn more
---|
Painel |
Run Fluig Connect during system startup |
07. Click OK.
Informações | ||
---|---|---|
| ||
This documentation is valid from update 1.5.10 on. If you use an earlier version, it may contain information different from what you see in your platform. |
...