So, It is lighter solution than 'yui' and, because i am a lazy ;), I prefer to get prepared library than each time copy required classes and resources.
Best regards, Tomasz 2011/1/13 Bob Schellink <[email protected]> > Nice (pun intended) work Tomasz. > > Kind regards > > Bob > > On 13/01/2011 23:46, tomasz bandura wrote: > > Hello, > > > > I'm pleased to announce the initial version of the Apache-Click NicEdit > plugin. > > It allows use of lightweight WYSIWYG javascript editor in click-based > applications. > > Editor is available onhttp://nicedit.com/ > > > > The basic tutorial: > > > > 1. Declare on page class: > > > > Nicedit editor = new Nicedit("editor"); > > addControl(editor); > > > > 2. Put$editor on *.htm page > > > > > > > > Plugin page: http://code.google.com/a/apache-extras.org/p/nicedit4click/ > > > > Feedback and suggestions are welcome. > > > > > > Best regards, > > > > Tomasz > > > > Bob, > > > > I didn't check if your jquer4click build.xml works properly, but I had to > make some modification to > > run it with my plugin: > > > > Please the diffs listed below (1st line - jquery, 2nd - nicedit): > > 59c57 > > < <fileset dir="classes"/> > > --- > >> <fileset dir="@{name}/classes"/> > > 115c113 > > < <war destfile="dist/@{name}-examples.war" > > --- > >> <war destfile="dist/@{name}.war" > > 236c231 > > < <delete file="dist/examples.war"/> > > --- > >> <delete file="dist/${project.name <http://project.name > >}-examples.war"/> > >
