Difference between revisions of "UtilComunicator"
From OpenKM Documentation
Line 1: | Line 1: | ||
== Read Methods == | == Read Methods == | ||
− | + | * String formatSize(double size) | |
− | + | * String createHeaderHTML(String imageURL, String caption) | |
− | + | * String menuHTML(String imageUrl, String text) | |
− | + | * String getTextAsBoldHTML(String text, boolean mark) | |
== Example == | == Example == | ||
Line 11: | Line 11: | ||
</source> | </source> | ||
− | [[Category: | + | [[Category: Extension Guide]] |
Revision as of 13:38, 2 December 2010
Read Methods
- String formatSize(double size)
- String createHeaderHTML(String imageURL, String caption)
- String menuHTML(String imageUrl, String text)
- String getTextAsBoldHTML(String text, boolean mark)
Example
// Call to refreshing user interface
UtilComunicator.formatSize(15);