Difference between revisions of "UtilComunicator"
From OpenKM Documentation
Line 3: | Line 3: | ||
String createHeaderHTML(String imageURL, String caption) | String createHeaderHTML(String imageURL, String caption) | ||
String menuHTML(String imageUrl, String text) | String menuHTML(String imageUrl, String text) | ||
+ | String getTextAsBoldHTML(String text, boolean mark) | ||
== Example == | == Example == |
Revision as of 12:44, 20 November 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);