Difference between revisions of "DashboardComunicator"
From OpenKM Documentation
Line 1: | Line 1: | ||
== Read Methods == | == Read Methods == | ||
− | + | * getUserSubscribedDocuments() | |
− | + | * getUserSubscribedFolders() | |
− | + | * refreshAllSearchs() | |
− | + | * showToolBoxExtension(ToolBarBoxExtension extension) | |
== Example == | == Example == | ||
Line 11: | Line 11: | ||
</source> | </source> | ||
− | [[Category: | + | [[Category: Extension Guide]] |
Revision as of 13:38, 2 December 2010
Read Methods
- getUserSubscribedDocuments()
- getUserSubscribedFolders()
- refreshAllSearchs()
- showToolBoxExtension(ToolBarBoxExtension extension)
Example
// Call to refreshing subscribed documents
DashboardComunicator.getUserSubscribedDocuments();