C# Class 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.
Inheritance: BaseModel
Afficher le fichier Open project: toepoke/Fluqi

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OptionsCSharpCode ( ) : string
ShowEventsCSharpCode ( ) : string

Method Details

CSharpCode() public méthode

public CSharpCode ( Fluqi.Widget.jDatePicker.DatePicker dt ) : string
dt Fluqi.Widget.jDatePicker.DatePicker
Résultat string

ConfigureDatePicker() public méthode

public ConfigureDatePicker ( Fluqi.Widget.jDatePicker.DatePicker dt ) : void
dt Fluqi.Widget.jDatePicker.DatePicker
Résultat void

DatePickerModel() public méthode

public DatePickerModel ( ) : System
Résultat System

JavaScriptCode() public méthode

public JavaScriptCode ( Fluqi.Widget.jDatePicker.DatePicker dt ) : string
dt Fluqi.Widget.jDatePicker.DatePicker
Résultat string

OptionsCSharpCode() protected méthode

protected OptionsCSharpCode ( ) : string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

ShowEventsCSharpCode() protected méthode

protected ShowEventsCSharpCode ( ) : string
Résultat string