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"/>

Reply via email to