C# Class Test.Samples.MyCssView

Inheritance: Open.Core.ViewBase
ファイルを表示 Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
Apply ( string prop, string value ) : void
MyCssView ( jQueryObject container, ControlDisplayMode controlDisplayMode ) : jQueryApi

Method Details

Apply() public method

public Apply ( string prop, string value ) : void
prop string
value string
return void

MyCssView() public method

public MyCssView ( jQueryObject container, ControlDisplayMode controlDisplayMode ) : jQueryApi
container jQueryObject
controlDisplayMode ControlDisplayMode
return jQueryApi