Class TinyMceEditor
java.lang.Object
com.atlassian.confluence.tinymceplugin.TinyMceEditor
- All Implemented Interfaces:
Editor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
supportedUserAgent
(String userAgent) Return true if the user agent string indicates a browser which is supported by this editor
-
Constructor Details
-
TinyMceEditor
public TinyMceEditor()
-
-
Method Details
-
supportedUserAgent
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
-