C# Class Fluqi.Models.DialogModel

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
Mostrar archivo Open project: toepoke/Fluqi

Public Methods

Method Description
BuildDialogFromModel ( TextWriter writer, string id ) : Fluqi.Widget.jDialog.Dialog
CSharpCode ( ) : string
DialogModel ( ) : System
JavaScriptCode ( ) : string

Protected Methods

Method Description
OptionsCSharpCode ( ) : string
ShowEventsCSharpCode ( ) : string

Method Details

BuildDialogFromModel() public method

public BuildDialogFromModel ( TextWriter writer, string id ) : Fluqi.Widget.jDialog.Dialog
writer System.IO.TextWriter
id string
return Fluqi.Widget.jDialog.Dialog

CSharpCode() public method

public CSharpCode ( ) : string
return string

DialogModel() public method

public DialogModel ( ) : System
return System

JavaScriptCode() public method

public JavaScriptCode ( ) : string
return string

OptionsCSharpCode() protected method

protected OptionsCSharpCode ( ) : string
return string

ShowEventsCSharpCode() protected method

protected ShowEventsCSharpCode ( ) : string
return string