[DNN Extension] Take lion.Web.Webhtmleditor as DNN's rich text editor (initial implementation)

xiaoxiao2021-03-17  167

I wrote a one day before yesterday.

Let DNN also use cuteeditor "articles.

The Division Suggestions: CuteEditor is a charge component (the cheapest is $ 129), and it is well promoted in DNN. He recommended Lion.Web.Webhtmleditor. Until

At the look at Lion's website, WebHTMleditor will never be inferior to CuteEditor. So good things are of course worth promoting, and WebHTMleditor is still open source, it is very great.

I wrote a provider to let DNN support WebHTMleditor (DNN is also quite good, leaving the basic interface for extended rich text editing), the effect is as follows:

download

LionhtmleditorProvider >> (Applicable on DNN3.0.x and DNN3.1)

download

Installation version >> (use the release configuration to generate, smaller faster)

Press the steps: 1, put all the files under the LionhtmleditorProvider (V1.0.0) folder in the compressed package all copies to the DNN program root directory

2, modify the htmleditor node of the web.config file

<

HTMLDitor

DEFAULTPROVIDER

= "LionhtmleditorProvider"

>

<

Providers

>

<

Clear

/>

<

Add

Name

= "Ftb3htmleditorProvider"

Type

= "DotNetnuke.htmleditor.ftb3htmleditorProvider, DotNetnuke.ftb3htmleditorProvider"

ProviderPath

= "~ / Providers / htmleditorProviders / ftb3htmleditorProvider /"

Toolbarstyle

= "Office2003"

EnableProfeatures

= "false"

SpellCheck

= ""

/>

<

Add

Name

= "LionhtmleditorProvider"

Type

= "DotNetnuke.htmleditor.lionhtmleditorProvider, DotNetnuke.lionhtmleditorProvider"

ProviderPath

= "~ / Providers / htmleditorProviders / LionhtmleditorProvider /"

Toolbarstyle

= "Office_xp"

/>

Providers

>

HTMLDitor

>

Note: This is just a test version, almost all of the webhtmleditor default settings, etc. After fully understanding the functionality of WebHTMleditor, you will gradually improve this Provider. I hope that the majority of DNN's enthusiasts have downloaded the trial, if there is a problem and demand, please point out.

Thank you again Lion's selfless dedication and support! ! ! ! !

Http://www.cnblogs.com/eshs/archive/2005/07/01/184581.html

转载请注明原文地址:https://www.9cbs.com/read-129637.html

New Post(0)