C# Class newtelligence.DasBlog.Web.FreeTextBoxAdapter

Converts the FreeTextBox control to the interface needed by dasBlog
Based on v3.0.5 of FreeTextBox http://www.freetextbox.com/
Inheritance: newtelligence.DasBlog.Web.Core.EditControlAdapter
Show file Open project: AArnott/dasblog

Public Methods

Method Description
FreeTextBoxAdapter ( ) : System
HasText ( ) : bool
Initialize ( ) : void
SetLanguage ( string language ) : void
SetTextDirection ( SharedBasePage textDirection ) : void

Private Methods

Method Description
ConvertToSupportedLanguage ( string language ) : string

Method Details

FreeTextBoxAdapter() public method

public FreeTextBoxAdapter ( ) : System
return System

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