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
Show file Open project: AArnott/dasblog

Public Methods

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

Method Details

FCKeditorAdapter() public method

public FCKeditorAdapter ( ) : System.Web.UI
return System.Web.UI

HasText() public method

public HasText ( ) : bool
return bool

Initialize() public method

public Initialize ( ) : void
return void

SetLanguage() public method

public SetLanguage ( string language ) : void
language string
return void

SetTextDirection() public method

public SetTextDirection ( SharedBasePage textDirection ) : void
textDirection SharedBasePage
return void