C# Class newtelligence.DasBlog.Contrib.FCKeditorAdapter

Converts the FCKeditor control to the interface needed by dasBlog
Based on v2.2 of FCKeditor and FCKeditor.NET http://www.fckeditor.net/ http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=137125
Inheritance: newtelligence.DasBlog.Web.Core.EditControlAdapter
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode Description
FCKeditorAdapter ( ) : System.Web.UI
HasText ( ) : bool
Initialize ( ) : void
SetLanguage ( string language ) : void
SetTextDirection ( SharedBasePage textDirection ) : void

Method Details

FCKeditorAdapter() public méthode

public FCKeditorAdapter ( ) : System.Web.UI
Résultat System.Web.UI

HasText() public méthode

public HasText ( ) : bool
Résultat bool

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SetLanguage() public méthode

public SetLanguage ( string language ) : void
language string
Résultat void

SetTextDirection() public méthode

public SetTextDirection ( SharedBasePage textDirection ) : void
textDirection SharedBasePage
Résultat void