I want to implement http://code.google.com/p/google-code-prettify/
features to gwtckeditor. But i am in truble because there are too many
Js files and I don't know where I should start to look js codes.
Anyway after some js inculuding, it is ready like <b>...</b> (bold)
implementation in your doc.
This is how to add prettycode to your doc;
These must be Included in your document.
<link href="prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="prettify.js"></script>
Put code snippets in <pre class="prettyprint">...</pre> or <code
class="prettyprint">...</code> and it will automatically be pretty
printed.
Call pretty funtion, after all.
prettyPrint();
Any suggestions?
Best Wishes
To unsubscribe from this group, send email to gwt-ckeditor+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.