Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Two great rules for performing effective searches are:</p> <ul> <li>use proper names when searching: <code>UBB</code> is the <a href="http://en.wikipedia.org/wiki/UBB.classic" rel="nofollow"><code>Ultimate Bullettin Board</code> forum software</a>, while the code itself it's called <code>BBCode</code>, <a href="http://en.wikipedia.org/wiki/BBCode" rel="nofollow"><code>Bullettin Board Code</code></a>. It would be hard to find something searching UBB instead of BBCode;</li> <li>when a plugin incorporates a third party software, always (first) search for the third party software itself, not for the plugin customization: you will find more informations searching <code>CKEditor</code> instead of <code>Struts2-jQuery-Richtext</code> plugin.</li> </ul> <p>That said, both <code>CKEditor</code> and <code>Struts2-jQuery-Richtext</code> starts by default on <code>HTML</code> mode, you must explicitly ask for turning on <code>BBCode</code> mode on startup;</p> <p>Try restarting with the default configuration, then add stuff once at time, trying it until it breaks. Then, bypass that parameter...</p> <p>You can find the default configuration on the <a href="http://struts.jgeppert.com/struts2-jquery-showcase/index.action" rel="nofollow"><strong>Showcase of Struts-jQuery</strong></a> (under Widgets -> Richtext):</p> <pre><code>&lt;sjr:ckeditor id="richtextEditor" name="echo" rows="10" cols="80" width="730" height="250" uploads="true" onFocusTopics="focusRichtext" onBlurTopics="blurRichtext" onChangeTopics="highlightRichtext" value="Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est. Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos." /&gt; </code></pre> <p>Hope that helps</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload