Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How do I customise the FTB toolbars in the text/html module?How do I customise the FTB toolbars in the text/html module?
Previous
 
Next
New Post
3/24/2006 8:45 AM
 

Thanks.

I'll take a look.

 
New Post
3/24/2006 9:08 AM
 

Demo,

I realized that my opinion of CuteEditor is a little biased, since I've been using it exclusively.  I'll also be the first one to admit it's pricey too - and still has a few random bugs. 

I'd recommend you check a few others out.  You should be able to find all the available DNN text editors here;

http://www.dnnindex.com/DNNIndex/tabid/1044/view/topics/forumid/81/Default.aspx

 
New Post
3/24/2006 10:10 AM
 
have a look at free FCK2Editor, Locopons provider just became an official DNN project. Donload it from http://dnn.tiendaboliviana.com

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/7/2007 7:39 AM
 

Looking at the code for the FTB Provider, the toolbars are hard coded!?!  I don't understand why this would be but alas, it is...  Here is a blog entry from Chris Hammond:

http://www.dotnetnuke.com/Community/BlogsDotNetNuke/tabid/825/EntryID/1080/Default.aspx

If you want to use FTB and have customized toolbars, you are looking at a recompile.


Eric Shafer
Houston Web Designer
Click and Create

281-206-2631
 
New Post
4/7/2007 9:42 AM
 

My Solution for DNN 4.4.1 (HACK This is the basic toolbar.
                Dim tb As Toolbar = AddTextToolBar()
                If tb.Items.Count > 0 Then
                    cntlFtb.Toolbars.Add(AddTextToolBar)
                End If
                cntlFtb.Toolbars.Add(AddEditToolBar)
                cntlFtb.Toolbars.Add(AddInsertToolBar)
                cntlFtb.EnableHtmlMode = False
            End If

            cntlFtb.ImageGalleryUrl = DotNetNuke.Common.Globals.ResolveUrl("~/Providers/HtmlEditorProviders/Ftb3HtmlEditorProvider/ftb3/ftb.imagegallery.aspx?cif=~" & RootImageDirectory & "&rif=~" & RootImageDirectory & "&portalid=" & PortalSettings.PortalId)
            cntlFtb.SupportFolder = DotNetNuke.Common.Globals.ResolveUrl("~/Providers/HtmlEditorProviders/Ftb3HtmlEditorProvider/ftb3/")
            Select Case _toolbarStyle
                Case "OfficeMac"
                    cntlFtb.ToolbarStyleConfiguration = ToolbarStyleConfiguration.OfficeMac
                Case "Office2000"
                    cntlFtb.ToolbarStyleConfiguration = ToolbarStyleConfiguration.Office2000
                Case "OfficeXP"
                    cntlFtb.ToolbarStyleConfiguration = ToolbarStyleConfiguration.OfficeXP
                Case "Office2003"
                    cntlFtb.ToolbarStyleConfiguration = ToolbarStyleConfiguration.Office2003
                Case Else
                    cntlFtb.ToolbarStyleConfiguration = ToolbarStyleConfiguration.NotSet
            End Select

        End Sub


Eric Shafer
Houston Web Designer
Click and Create

281-206-2631
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How do I customise the FTB toolbars in the text/html module?How do I customise the FTB toolbars in the text/html module?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out