Difference between revisions of "UtilComunicator"
From OpenKM Documentation
Line 12: | Line 12: | ||
* HTML hSpace(String width) | * HTML hSpace(String width) | ||
* HTML vSpace(String height) | * HTML vSpace(String height) | ||
+ | * boolean isSearchableKey(KeyUpEvent event) | ||
== Example == | == Example == |
Revision as of 17:09, 11 December 2013
Read Methods
- String formatSize(double size)
- String imageItemHTML(String imageUrl, String title, String align)
- String createHeaderHTML(String imageURL, String caption)
- String menuHTML(String imageUrl, String text)
- String imageItemHTML(String imageUrl)
- String getTextAsBoldHTML(String text, boolean mark)
- String getUserAgent()
- String getParent(String path)
- String getName(String path)
- String mimeImageHTML(String mime)
- HTML hSpace(String width)
- HTML vSpace(String height)
- boolean isSearchableKey(KeyUpEvent event)
Example
// Call to formating some document size number ( gb, mb etc... )
UtilComunicator.formatSize(15);