C# Class Fluqi.Models.TabModel

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
Datei anzeigen Open project: toepoke/Fluqi

Public Methods

Method Description
CSharpCode ( Fluqi.Widget.jTab.Tabs tabs ) : string
ConfigureTabs ( Fluqi.Widget.jTab.Tabs tabs ) : void
JavaScriptCode ( Fluqi.Widget.jTab.Tabs tabs ) : string
TabModel ( ) : System

Constructor - initialise model as per jQuery UI defaults

Protected Methods

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

Method Details

CSharpCode() public method

public CSharpCode ( Fluqi.Widget.jTab.Tabs tabs ) : string
tabs Fluqi.Widget.jTab.Tabs
return string

ConfigureTabs() public method

public ConfigureTabs ( Fluqi.Widget.jTab.Tabs tabs ) : void
tabs Fluqi.Widget.jTab.Tabs
return void

JavaScriptCode() public method

public JavaScriptCode ( Fluqi.Widget.jTab.Tabs tabs ) : string
tabs Fluqi.Widget.jTab.Tabs
return string

OptionsCSharpCode() protected method

protected OptionsCSharpCode ( ) : string
return string

ShowEventsCSharpCode() protected method

protected ShowEventsCSharpCode ( ) : string
return string

TabModel() public method

Constructor - initialise model as per jQuery UI defaults
public TabModel ( ) : System
return System