Re: Custom Toolbar settings for cftextarea (FCKEditor)

2011-04-28 Thread Torrent Girl

I see in the Toolbar Configuration seetings for FCKEditor
on the FCKEditor site that the tools bar can be completely
customized.

I also notice that in the CF8 docs, that there are three settings
for the toolbar display default|basic|custom.

Now is the FCKEditor Toolbar buttons can be included/excluded per button,
then isn't it possible to do the same through cftextarea?

I didn't see the individual toolbar buttons as options in the CF8 docs,
so I'm assuming it may need to be done in a file somewhere, such as
the fckconfig.js file when using FCKEditor directly.

However, when looking for such a file in the ColdFusion 8 installation
folder, I couldn't find anything that might look like a file that contains
toolbar specifications.

Anyone successfully changed the buttons on the cftextarea toolbar 
configurations
via changing a specification file, or by other means?

I just want buttons for

-  font family
-  font color
-  font size
-  font weight
-  font style (Italics, etc)
-  insert image (with border, alignment settings)

I think that's all.  Any more, and the client will foul up my design.

Has anyone successfully customized the cftextarea toolbar in such a manner?

I am consider TinyMCE, but I'd rather keep this CF to keep from having to add
yet another third-party app that I have to keep track of.

Rick


Hi all. I have tried this and everything else that I found on Goodle and 
nothing seems to work.

I made changes to the basic toolbar and then added toolbar=basic to my 
cftextarea tag but when I view the page in the browser, I get a Basic toolbar 
cannot be found error.

Any suggestions?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344020
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Custom Toolbar settings for cftextarea (FCKEditor)

2011-04-28 Thread Tim Do

Try creating another TolbarSets in the fckconfig file 
(CFIDE\scripts\ajax\FCKeditor).

FCKConfig.ToolbarSets[myCustomToolbar] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','SpellCheck']
] ;

-Original Message-
From: Torrent Girl [mailto:moniqueb...@gmail.com] 
Sent: Thursday, April 28, 2011 7:20 AM
To: cf-talk
Subject: Re: Custom Toolbar settings for cftextarea (FCKEditor)


I see in the Toolbar Configuration seetings for FCKEditor on the 
FCKEditor site that the tools bar can be completely customized.

I also notice that in the CF8 docs, that there are three settings for 
the toolbar display default|basic|custom.

Now is the FCKEditor Toolbar buttons can be included/excluded per 
button, then isn't it possible to do the same through cftextarea?

I didn't see the individual toolbar buttons as options in the CF8 docs, 
so I'm assuming it may need to be done in a file somewhere, such as the 
fckconfig.js file when using FCKEditor directly.

However, when looking for such a file in the ColdFusion 8 installation 
folder, I couldn't find anything that might look like a file that 
contains toolbar specifications.

Anyone successfully changed the buttons on the cftextarea toolbar 
configurations via changing a specification file, or by other means?

I just want buttons for

-  font family
-  font color
-  font size
-  font weight
-  font style (Italics, etc)
-  insert image (with border, alignment settings)

I think that's all.  Any more, and the client will foul up my design.

Has anyone successfully customized the cftextarea toolbar in such a manner?

I am consider TinyMCE, but I'd rather keep this CF to keep from having 
to add yet another third-party app that I have to keep track of.

Rick


Hi all. I have tried this and everything else that I found on Goodle and 
nothing seems to work.

I made changes to the basic toolbar and then added toolbar=basic to my 
cftextarea tag but when I view the page in the browser, I get a Basic toolbar 
cannot be found error.

Any suggestions?




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344021
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Custom Toolbar settings for cftextarea (FCKEditor)

2011-04-28 Thread Scott Stroz

I think its case sensitive, have you tried toolbar=Basic?

Make sure the value you use in the toolbar attribute matches the case
of the name of the toolbar in the config file.

On Thu, Apr 28, 2011 at 10:20 AM, Torrent Girl moniqueb...@gmail.com wrote:

I see in the Toolbar Configuration seetings for FCKEditor
on the FCKEditor site that the tools bar can be completely
customized.

I also notice that in the CF8 docs, that there are three settings
for the toolbar display default|basic|custom.

Now is the FCKEditor Toolbar buttons can be included/excluded per button,
then isn't it possible to do the same through cftextarea?

I didn't see the individual toolbar buttons as options in the CF8 docs,
so I'm assuming it may need to be done in a file somewhere, such as
the fckconfig.js file when using FCKEditor directly.

However, when looking for such a file in the ColdFusion 8 installation
folder, I couldn't find anything that might look like a file that contains
toolbar specifications.

Anyone successfully changed the buttons on the cftextarea toolbar 
configurations
via changing a specification file, or by other means?

I just want buttons for

-      font family
-      font color
-      font size
-      font weight
-      font style (Italics, etc)
-      insert image (with border, alignment settings)

I think that's all.  Any more, and the client will foul up my design.

Has anyone successfully customized the cftextarea toolbar in such a manner?

I am consider TinyMCE, but I'd rather keep this CF to keep from having to add
yet another third-party app that I have to keep track of.

Rick


 Hi all. I have tried this and everything else that I found on Goodle and 
 nothing seems to work.

 I made changes to the basic toolbar and then added toolbar=basic to my 
 cftextarea tag but when I view the page in the browser, I get a Basic 
 toolbar cannot be found error.

 Any suggestions?


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344022
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Custom Toolbar settings for cftextarea (FCKEditor)

2007-12-12 Thread Rick Faircloth
I see in the Toolbar Configuration seetings for FCKEditor
on the FCKEditor site that the tools bar can be completely
customized.

I also notice that in the CF8 docs, that there are three settings
for the toolbar display default|basic|custom.

Now is the FCKEditor Toolbar buttons can be included/excluded per button,
then isn't it possible to do the same through cftextarea?

I didn't see the individual toolbar buttons as options in the CF8 docs,
so I'm assuming it may need to be done in a file somewhere, such as
the fckconfig.js file when using FCKEditor directly.

However, when looking for such a file in the ColdFusion 8 installation
folder, I couldn't find anything that might look like a file that contains
toolbar specifications.

Anyone successfully changed the buttons on the cftextarea toolbar configurations
via changing a specification file, or by other means?

I just want buttons for

-   font family
-   font color
-   font size
-   font weight
-   font style (Italics, etc)
-   insert image (with border, alignment settings)

I think that's all.  Any more, and the client will foul up my design.

Has anyone successfully customized the cftextarea toolbar in such a manner?

I am consider TinyMCE, but I'd rather keep this CF to keep from having to add
yet another third-party app that I have to keep track of.

Rick



~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294604
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom Toolbar settings for cftextarea (FCKEditor)

2007-12-12 Thread Casey Dougall
On 12/12/07, Rick Faircloth [EMAIL PROTECTED] wrote:

 I see in the Toolbar Configuration seetings for FCKEditor
 on the FCKEditor site that the tools bar can be completely
 customized.



\CFIDE\scripts\ajax\FCKeditor\fckconfig\fckconfig.js

Copy the basic toolbar set and make modifications to that as needed.

 FCKConfig.ToolbarSets[Basic] = [

['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;

Here is an example of a different basic menu list

FCKConfig.ToolbarSets[Basic2] = [

['Source','-','Bold','Italic','TextColor','BGColor','-','OrderedList','UnorderedList','-','Link','Unlink','Image','-','About']
] ;

~

Casey


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294608
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Custom Toolbar settings for cftextarea (FCKEditor)

2007-12-12 Thread Rick Faircloth
Thanks, Casey!

Rick

 -Original Message-
 From: Casey Dougall [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 12, 2007 11:23 AM
 To: CF-Talk
 Subject: Re: Custom Toolbar settings for cftextarea (FCKEditor)
 
 On 12/12/07, Rick Faircloth [EMAIL PROTECTED] wrote:
 
  I see in the Toolbar Configuration seetings for FCKEditor
  on the FCKEditor site that the tools bar can be completely
  customized.
 
 
 
 \CFIDE\scripts\ajax\FCKeditor\fckconfig\fckconfig.js
 
 Copy the basic toolbar set and make modifications to that as needed.
 
  FCKConfig.ToolbarSets[Basic] = [
 
 ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
 ] ;
 
 Here is an example of a different basic menu list
 
 FCKConfig.ToolbarSets[Basic2] = [
 
 ['Source','-','Bold','Italic','TextColor','BGColor','-','OrderedList','UnorderedList','-
 ','Link','Unlink','Image','-','About']
 ] ;
 
 ~
 
 Casey




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294626
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Custom Toolbar settings for cftextarea (FCKEditor)

2007-12-12 Thread Rakshith N
Rick,
I have a post on my blog that details all this and more. Check
it out.

http://www.rakshith.net/blog/?p=22

Thanks,
Rakshith
Adobe ColdFusion Team

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 12, 2007 11:40 PM
To: CF-Talk
Subject: RE: Custom Toolbar settings for cftextarea (FCKEditor)

Thanks, Casey!

Rick

 -Original Message-
 From: Casey Dougall [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 12, 2007 11:23 AM
 To: CF-Talk
 Subject: Re: Custom Toolbar settings for cftextarea (FCKEditor)
 
 On 12/12/07, Rick Faircloth [EMAIL PROTECTED] wrote:
 
  I see in the Toolbar Configuration seetings for FCKEditor
  on the FCKEditor site that the tools bar can be completely
  customized.
 
 
 
 \CFIDE\scripts\ajax\FCKeditor\fckconfig\fckconfig.js
 
 Copy the basic toolbar set and make modifications to that as needed.
 
  FCKConfig.ToolbarSets[Basic] = [
 

['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','
-','About']
 ] ;
 
 Here is an example of a different basic menu list
 
 FCKConfig.ToolbarSets[Basic2] = [
 

['Source','-','Bold','Italic','TextColor','BGColor','-','OrderedList','U
norderedList','-
 ','Link','Unlink','Image','-','About']
 ] ;
 
 ~
 
 Casey






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294661
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4