Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-28 Thread Kees van den Berg
2008/1/28, Mead [EMAIL PROTECTED]: Hello Igor Vaynberg, The YUI-example get a Exception: org.apache.wicket.WicketRuntimeException:Application class org.wicketstuff.yui.example.pages.YuiApplication must be a subclass of WebApplication Well, I have run the cmd mvn install, and everything is

Re: Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-27 Thread Mead
Hello Igor Vaynberg, I have check the code from wicket stuff's svn (https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/ ) both the example and source of YUI TinyMCE! but there are too many error, most is missing the jar. How to get the correlation jar? I have no clue at all!

Re: Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-27 Thread Igor Vaynberg
after you check out the source run mvn install - that will fetch the necessary jars. -igor On Jan 27, 2008 5:44 PM, Mead [EMAIL PROTECTED] wrote: Hello Igor Vaynberg, I have check the code from wicket stuff's svn (https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/ )

Re: Re: Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-27 Thread Mead
Hello Igor Vaynberg, The YUI-example get a Exception: org.apache.wicket.WicketRuntimeException:Application class org.wicketstuff.yui.example.pages.YuiApplication must be a subclass of WebApplication Well, I have run the cmd mvn install, and everything is run ok. Than, I copy the *.war to

Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-25 Thread Edvin Syse
Hi! I once created a simple behaviour for WYMEditor like this: public class WymEditorBehaviour extends AbstractAjaxBehavior { private static final String EDITOR_CLASS = wymeditor; public static final String SUBMIT_CLASS = wymupdate; public WymEditorBehaviour() {

Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-25 Thread Edvin Syse
Btw, the postInit closure of the wymeditor is for adding extra buttons etc, all you really need in wyminit.js is: $(document).ready(function() { $(.${EDITOR_CLASS}).wymeditor(); }); -- Edvin Edvin Syse skrev: Hi! I once created a simple behaviour for WYMEditor like

Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-25 Thread Igor Vaynberg
there is wicket-contrib-tinymce in wicketstuff -igor On Jan 25, 2008 1:59 AM, Mead [EMAIL PROTECTED] wrote: Hello All, Any Example or doucument of Rich Edit, such as YUI,FCK How to integration with wicket? There is so little doc about that's thanks to provide help Best regards, Mead

Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-25 Thread C S
Have you looked at the wicket stuff project for TinyMCE? The example code has all the documentation you should need. Mead-2 wrote: Hello All, Any Example or doucument of Rich Edit, such as YUI,FCK How to integration with wicket? There is so little doc about that's thanks to provide