Difference between revisions of "UtilComunicator"
From OpenKM Documentation
Line 2: | Line 2: | ||
String formatSize(double size) | String formatSize(double size) | ||
String createHeaderHTML(String imageURL, String caption) | String createHeaderHTML(String imageURL, String caption) | ||
+ | String menuHTML(String imageUrl, String text) | ||
== Example == | == Example == |
Revision as of 18:08, 19 November 2010
Read Methods
String formatSize(double size) String createHeaderHTML(String imageURL, String caption) String menuHTML(String imageUrl, String text)
Example
// Call to refreshing user interface
UtilComunicator.formatSize(15);