RE: T5: FCKEditor Component (fix for 5.0.6, medium toolbar set added)

2007-10-30 Thread Kolesnikov, Alexander GNI
Great, thanks Ted!

-Original Message-
From: Ted Steen [mailto:[EMAIL PROTECTED] 
Sent: 29 October 2007 21:53
To: Tapestry users
Subject: T5: FCKEditor Component (fix for 5.0.6, medium toolbar set
added)


Small update for tapestry5-fckeditor ahead,

http://code.google.com/p/tapestry5-fckeditor/downloads/list

* Now works with T5.0.6
* Added medium toolbar set

Have fun!

-- 
/Ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  This email 
transmission may contain confidential information.  This information is 
intended only for the use of the individual(s) or entity to whom it is intended 
even if addressed incorrectly.  Please delete it from your files if you are not 
the intended recipient.  Thank you for your compliance.  Copyright 2007 CIGNA
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: T5: FCKEditor Component

2007-09-13 Thread Kolesnikov, Alexander GNI
I am completing the manuscript in September, this is the plan.
Originally, it was planned to have the last chapter on AJAX features,
but as the book should be only 250 pages thick (the publisher's
requirement) and there is a lot of everything to write about, it will be
difficult for me to squeeze into this number of pages even without the
AJAX chapter. So we decided that there should be another book on doing
AJAX with Tapestry, while this one will concentrate on the basics.

After I submit the final drafts, it should take within a couple of
months to have the book printed - at least this is what I expect from
this publisher, who seems to be pretty efficient.

-Original Message-
From: Borut Bolcina [mailto:[EMAIL PROTECTED] 
Sent: 12 September 2007 18:22
To: Tapestry users
Subject: Re: T5: FCKEditor Component


Hello Alexander,

when do you plan to publish T5 book? A rough estimate will do.

Thanks!

2007/9/12, Kolesnikov, Alexander GNI [EMAIL PROTECTED]:

 This is a fabulous component, indeed. I wonder if a few more toolbar 
 sets could be added to it? The default one is too big, the Basic is, 
 well, a bit basic:)

 I can suggest this one, it works well for my project:

 FCKConfig.ToolbarSets[Medium] = [

 ['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','Te
 xt
 Color','BGColor','-','Outdent','Indent'],

 ['JustifyLeft','JustifyCenter','JustifyRight','-','Cut','Copy','Paste'
 ,'
 -','Link']
 ] ;

 Thanks for the great work! I am describing this component (as well as 
 the DatePicker) in the coming Tapestry 5 book.

 Alexander

 -Original Message-
 From: Ted Steen [mailto:[EMAIL PROTECTED]
 Sent: 30 March 2007 02:19
 To: Tapestry users; Tapestry development
 Subject: T5: FCKEditor Component


 Hi!

 We made a FCKEditor component for a project and it is available on 
 Google Code for anyone who is interested.

 http://code.google.com/p/tapestry5-fckeditor/

 Please do give some feedback.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 
 CONFIDENTIALITY NOTICE: If you have received this email in error,
please
 immediately notify the sender by e-mail at the address shown.  This
email
 transmission may contain confidential information.  This information
is
 intended only for the use of the individual(s) or entity to whom it is
 intended even if addressed incorrectly.  Please delete it from your
files if
 you are not the intended recipient.  Thank you for your
 compliance.  Copyright 2007 CIGNA

 ==
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  This email 
transmission may contain confidential information.  This information is 
intended only for the use of the individual(s) or entity to whom it is intended 
even if addressed incorrectly.  Please delete it from your files if you are not 
the intended recipient.  Thank you for your compliance.  Copyright 2007 CIGNA
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: T5: FCKEditor Component

2007-09-13 Thread Kolesnikov, Alexander GNI
Hi Ted,

What I am writing is a kind of snapshot of the current state of Tapestry
5 and its components. The idea is that the book will evolve together
with the framework and reflect the ongoing changes and updates. I hope
the publisher will be able to keep the pace.

Yes, I could add a toolbar for myself, but I am thinking about what I
could write in the book, without distracting from the main line. I can
easily explain how to specify the toolbar through the parameter, but I
wouldn't like the idea of explaining how to do this through custom
configuration. The main intent of this first book is to show how easy it
is to deal with Tapestry 5, and in the greatest majority of cases it is
really so. I think I have succeeded in this intent as I am going to
complete the last chapter on the coming weekend.

So let's keep the fire burnin'! :D

Cheers,

Alexander

-Original Message-
From: Ted Steen [mailto:[EMAIL PROTECTED] 
Sent: 12 September 2007 20:26
To: Tapestry users
Subject: Re: T5: FCKEditor Component


Hi Alexander,
Im glad you like it!
But remember, there will be improvements and changes because this is
very early versions of these components. Also, I think there will be a
date picker included in T5 in the near future so this one could be
obsolete. The fckeditor on the other hand could still be interesting in
the future.

About the toolbars, you could add your own customConfiguration where you
define your own toolbarSet and then select that toolbarSet. I guess you
mean that we should add more default toolbarsets to the default
configuration, and I think you are right :)

Thanks again!
/Ted

2007/9/12, Kolesnikov, Alexander  GNI
[EMAIL PROTECTED]:
 This is a fabulous component, indeed. I wonder if a few more toolbar 
 sets could be added to it? The default one is too big, the Basic is, 
 well, a bit basic:)

 I can suggest this one, it works well for my project:

 FCKConfig.ToolbarSets[Medium] = [

 ['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','Te
 xt
 Color','BGColor','-','Outdent','Indent'],

 ['JustifyLeft','JustifyCenter','JustifyRight','-','Cut','Copy','Paste'
 ,'
 -','Link']
 ] ;

 Thanks for the great work! I am describing this component (as well as 
 the DatePicker) in the coming Tapestry 5 book.

 Alexander

 -Original Message-
 From: Ted Steen [mailto:[EMAIL PROTECTED]
 Sent: 30 March 2007 02:19
 To: Tapestry users; Tapestry development
 Subject: T5: FCKEditor Component


 Hi!

 We made a FCKEditor component for a project and it is available on 
 Google Code for anyone who is interested.

 http://code.google.com/p/tapestry5-fckeditor/

 Please do give some feedback.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 --
 
 CONFIDENTIALITY NOTICE: If you have received this email in error,
please immediately notify the sender by e-mail at the address shown.
This email transmission may contain confidential information.  This
information is intended only for the use of the individual(s) or entity
to whom it is intended even if addressed incorrectly.  Please delete it
from your files if you are not the intended recipient.  Thank you for
your compliance.  Copyright 2007 CIGNA


==


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  This email 
transmission may contain confidential information.  This information is 
intended only for the use of the individual(s) or entity to whom it is intended 
even if addressed incorrectly.  Please delete it from your files if you are not 
the intended recipient.  Thank you for your compliance.  Copyright 2007 CIGNA
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-09-13 Thread Wayward Java小白
good job,and i use it! thanks a lot!

2007/8/28, sun58224 [EMAIL PROTECTED]:


 no work when upload image.

 Ted Steen wrote:
 
  only java.
 
  2007/8/28, sun58224 [EMAIL PROTECTED]:
  Ted Steen ted.steen at gmail.com writes:
 
 
 
  asp, no java?
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  --
  /ted
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/T5%3A-FCKEditor-Component-tf3489736.html#a12368831
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: T5: FCKEditor Component

2007-09-12 Thread Borut Bolčina
Hello Alexander,

when do you plan to publish T5 book? A rough estimate will do.

Thanks!

2007/9/12, Kolesnikov, Alexander GNI [EMAIL PROTECTED]:

 This is a fabulous component, indeed. I wonder if a few more toolbar
 sets could be added to it? The default one is too big, the Basic is,
 well, a bit basic:)

 I can suggest this one, it works well for my project:

 FCKConfig.ToolbarSets[Medium] = [

 ['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','Text
 Color','BGColor','-','Outdent','Indent'],

 ['JustifyLeft','JustifyCenter','JustifyRight','-','Cut','Copy','Paste','
 -','Link']
 ] ;

 Thanks for the great work! I am describing this component (as well as
 the DatePicker) in the coming Tapestry 5 book.

 Alexander

 -Original Message-
 From: Ted Steen [mailto:[EMAIL PROTECTED]
 Sent: 30 March 2007 02:19
 To: Tapestry users; Tapestry development
 Subject: T5: FCKEditor Component


 Hi!

 We made a FCKEditor component for a project and it is available on
 Google Code for anyone who is interested.

 http://code.google.com/p/tapestry5-fckeditor/

 Please do give some feedback.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 CONFIDENTIALITY NOTICE: If you have received this email in error, please
 immediately notify the sender by e-mail at the address shown.  This email
 transmission may contain confidential information.  This information is
 intended only for the use of the individual(s) or entity to whom it is
 intended even if addressed incorrectly.  Please delete it from your files if
 you are not the intended recipient.  Thank you for your
 compliance.  Copyright 2007 CIGNA

 ==


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: T5: FCKEditor Component

2007-09-12 Thread Ted Steen
Hi Alexander,
Im glad you like it!
But remember, there will be improvements and changes because this is
very early versions of these components. Also, I think there will be a
date picker included in T5 in the near future so this one could be
obsolete. The fckeditor on the other hand could still be interesting
in the future.

About the toolbars, you could add your own customConfiguration where
you define your own toolbarSet and then select that toolbarSet.
I guess you mean that we should add more default toolbarsets to the
default configuration, and I think you are right :)

Thanks again!
/Ted

2007/9/12, Kolesnikov, Alexander  GNI [EMAIL PROTECTED]:
 This is a fabulous component, indeed. I wonder if a few more toolbar
 sets could be added to it? The default one is too big, the Basic is,
 well, a bit basic:)

 I can suggest this one, it works well for my project:

 FCKConfig.ToolbarSets[Medium] = [

 ['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','Text
 Color','BGColor','-','Outdent','Indent'],

 ['JustifyLeft','JustifyCenter','JustifyRight','-','Cut','Copy','Paste','
 -','Link']
 ] ;

 Thanks for the great work! I am describing this component (as well as
 the DatePicker) in the coming Tapestry 5 book.

 Alexander

 -Original Message-
 From: Ted Steen [mailto:[EMAIL PROTECTED]
 Sent: 30 March 2007 02:19
 To: Tapestry users; Tapestry development
 Subject: T5: FCKEditor Component


 Hi!

 We made a FCKEditor component for a project and it is available on
 Google Code for anyone who is interested.

 http://code.google.com/p/tapestry5-fckeditor/

 Please do give some feedback.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 --
 CONFIDENTIALITY NOTICE: If you have received this email in error, please 
 immediately notify the sender by e-mail at the address shown.  This email 
 transmission may contain confidential information.  This information is 
 intended only for the use of the individual(s) or entity to whom it is 
 intended even if addressed incorrectly.  Please delete it from your files if 
 you are not the intended recipient.  Thank you for your compliance.  
 Copyright 2007 CIGNA
 ==


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-08-28 Thread sun58224
Ted Steen ted.steen at gmail.com writes:



asp, no java?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-08-28 Thread Ted Steen
only java.

2007/8/28, sun58224 [EMAIL PROTECTED]:
 Ted Steen ted.steen at gmail.com writes:



 asp, no java?


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-08-28 Thread sun58224

no work when upload image.

Ted Steen wrote:
 
 only java.
 
 2007/8/28, sun58224 [EMAIL PROTECTED]:
 Ted Steen ted.steen at gmail.com writes:



 asp, no java?


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -- 
 /ted
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-FCKEditor-Component-tf3489736.html#a12368831
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-03-30 Thread Jun Tsai

Good work!

2007/3/30, Ted Steen [EMAIL PROTECTED]:

Hi!

We made a FCKEditor component for a project and it is available on
Google Code for anyone who is interested.

http://code.google.com/p/tapestry5-fckeditor/

Please do give some feedback.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-03-30 Thread Chris Chiappone

Where do you download this?

On 3/30/07, Jun Tsai [EMAIL PROTECTED] wrote:

Good work!

2007/3/30, Ted Steen [EMAIL PROTECTED]:
 Hi!

 We made a FCKEditor component for a project and it is available on
 Google Code for anyone who is interested.

 http://code.google.com/p/tapestry5-fckeditor/

 Please do give some feedback.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
~chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: FCKEditor Component

2007-03-30 Thread Ted Steen

Its only available via svn at the moment, I could make a jar and upload it.
otherwise you just check it out and do mvn install
there will be a jar available in a moment

2007/3/30, Chris Chiappone [EMAIL PROTECTED]:

Where do you download this?

On 3/30/07, Jun Tsai [EMAIL PROTECTED] wrote:
 Good work!

 2007/3/30, Ted Steen [EMAIL PROTECTED]:
  Hi!
 
  We made a FCKEditor component for a project and it is available on
  Google Code for anyone who is interested.
 
  http://code.google.com/p/tapestry5-fckeditor/
 
  Please do give some feedback.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Welcome to China Java Users Group(CNJUG).
 http://cnjug.dev.java.net

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
~chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]