Eclipse
NewEclipse New
Reactions
-
Re: Anyone have this working with Advanced Editor WYSIWYG option?
Found this in editor/js/editor.js on line 456: /** * Editor does not play well with Quotes plugin in Wysiwyg mode. */ var editorHandleQuotesPlugin = function(editorInstance) { var editor = editorInst… (View Post)2 -
Re: How do I integrate into my java application?
Sounds like you want to embed the forum. Go to your Dashboard>Forum>Embed Forum and enable embedding. Then use the provided universal code inside your project: (View Post)2 -
Re: How to remove BigCount and SpFlyoutHandle from categories' heading?
Just add .BigCount{ display: none; } and .SpFlyoutHandle{ display: none; } To to your CSS. If you have the CSSEdit plugin, open it in your dashboard and put it there. Otherwise, add it to: [forum dir… (View Post)3