C# 클래스 Fluqi.Models.DatePickerModel

Takes all the Initial Settings defined on the view and configures the control accordingly. Also displays the JavaScript and C# required to make the jQuery UI control do what we want For instance on the DatePicker screen we can change the "ShowAnim" setting to "Explode" this class takes what the model tells us and would then configure the DatePicker (or whatever control we're looking at).
Note all the files in this project are for demo purposes and certainly aren't "best practice" by any stretch of the imagination.
상속: BaseModel
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
CSharpCode ( Fluqi.Widget.jDatePicker.DatePicker dt ) : string
ConfigureDatePicker ( Fluqi.Widget.jDatePicker.DatePicker dt ) : void
DatePickerModel ( ) : System
JavaScriptCode ( Fluqi.Widget.jDatePicker.DatePicker dt ) : string
Reset ( ) : void

보호된 메소드들

메소드 설명
OptionsCSharpCode ( ) : string
ShowEventsCSharpCode ( ) : string

메소드 상세

CSharpCode() 공개 메소드

public CSharpCode ( Fluqi.Widget.jDatePicker.DatePicker dt ) : string
dt Fluqi.Widget.jDatePicker.DatePicker
리턴 string

ConfigureDatePicker() 공개 메소드

public ConfigureDatePicker ( Fluqi.Widget.jDatePicker.DatePicker dt ) : void
dt Fluqi.Widget.jDatePicker.DatePicker
리턴 void

DatePickerModel() 공개 메소드

public DatePickerModel ( ) : System
리턴 System

JavaScriptCode() 공개 메소드

public JavaScriptCode ( Fluqi.Widget.jDatePicker.DatePicker dt ) : string
dt Fluqi.Widget.jDatePicker.DatePicker
리턴 string

OptionsCSharpCode() 보호된 메소드

protected OptionsCSharpCode ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ShowEventsCSharpCode() 보호된 메소드

protected ShowEventsCSharpCode ( ) : string
리턴 string