Class TinyMceEditor
- java.lang.Object
-
- com.atlassian.confluence.tinymceplugin.TinyMceEditor
-
-
Constructor Summary
Constructors Constructor Description TinyMceEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportedUserAgent(String userAgent)
Return true if the user agent string indicates a browser which is supported by this editor
-
-
-
Method Detail
-
supportedUserAgent
public boolean supportedUserAgent(String userAgent)
Description copied from interface:Editor
Return true if the user agent string indicates a browser which is supported by this editor- Specified by:
supportedUserAgent
in interfaceEditor
- Returns:
- true if this editor is supported
-
-