C# 클래스 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/
상속: newtelligence.DasBlog.Web.Core.EditControlAdapter
파일 보기 프로젝트 열기: AArnott/dasblog

공개 메소드들

메소드 설명
FreeTextBoxAdapter ( ) : System
HasText ( ) : bool
Initialize ( ) : void
SetLanguage ( string language ) : void
SetTextDirection ( SharedBasePage textDirection ) : void

비공개 메소드들

메소드 설명
ConvertToSupportedLanguage ( string language ) : string

메소드 상세

FreeTextBoxAdapter() 공개 메소드

public FreeTextBoxAdapter ( ) : System
리턴 System

HasText() 공개 메소드

public HasText ( ) : bool
리턴 bool

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SetLanguage() 공개 메소드

public SetLanguage ( string language ) : void
language string
리턴 void

SetTextDirection() 공개 메소드

public SetTextDirection ( SharedBasePage textDirection ) : void
textDirection SharedBasePage
리턴 void