Histórico da Página
...
Lets mention individuals and communities in shares, quickly and easily, to enrich the content published.
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
01. On entering a new share, add the "@" character.
02. After you include the character "@", it is suggested a list of users and communities.
Expandirpanel | ||
---|---|---|
| ||
Will be automatically applied a filter of users and communities as typing of characters after the "@" character. The drop-down list will display a limited number of fifteen results, thus avoiding any slowness in the use of the mechanism. When the cloud feature of relationship is active, are presented only the users and communities that are part of the same clouds of relationship in which the user is a member mecionando. More information can be obtained in Relationship cloud. |
03. Select the user or the community you want to mention.
04. Publish the share.
Expandir | title | Learn more
---|
Painel |
The user mentioned will be notified through the media configured in notifications. |
Informações | ||
---|---|---|
| ||
This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform. |
...