|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows Wysiwyg editors to be plugged in to Confluence.
Method Summary | |
String |
escapeHtml(String html)
Perform any necessary escaping of the HTML rendered by Confluence. |
String |
getDivContentsTemplate()
Returns the div contents to display the editor itself. |
String |
getEditorSpecificCss()
Return a string of CSS which will be appended to the standard stylesheet if it is requested from /styles/wysiwyg-action Note that it is up to the editor implementation to retrieve this stylesheet and apply it to the editor contents -- the page containing the editor is styled with the normal stylesheet. |
String |
getJavascriptTemplate()
Returns javascript functions to allow thw wiki-textarea.vm to interface with the editor. |
boolean |
supportedUserAgent(String userAgent)
Return true if the user agent string indicates a browser which is supported by this editor |
Method Detail |
public String getJavascriptTemplate()