C# 클래스 Fluqi.Widget.jSelectMenu.Options

A set of properties to apply to a set of jQuery UI SelectMenu.
상속: Core.Options
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
Finish ( ) : SelectMenu

Used to flag that configuration of Options has finished, and returns the SelectMenu object so we can continue defining attributes.

Options ( SelectMenu selectMenu ) : System

Constructor

SetAppendTo ( string value ) : Options

Which element to append the menu to

SetDisabled ( bool value ) : Options

Disables the control if set to true.

SetIcons ( Core selectMenuIcon ) : Options

Icons to use for opening the control, matching an icon defined by the jQuery UI CSS Framework. (string, default: "ui-icon-triangle-1-s")

SetIcons ( string selectMenuIcon ) : Options

Icons to use for opening the control, matching an icon defined by the jQuery UI CSS Framework. (string, default: "ui-icon-triangle-1-s")

SetWidth ( int width ) : Options

The width of the menu, in pixels

보호된 메소드들

메소드 설명
DiscoverOptions ( Core options ) : void

Builds up a set of options the control can use (i.e. jQuery UI control supports). Which is then used in rendering the JavaScript required to initialise the control properties.

Reset ( ) : void

Resets all the control properties back to their default settings (i.e. the defaults as documented by jQuery UI library

메소드 상세

DiscoverOptions() 보호된 메소드

Builds up a set of options the control can use (i.e. jQuery UI control supports). Which is then used in rendering the JavaScript required to initialise the control properties.
protected DiscoverOptions ( Core options ) : void
options Core Collection to add the identified options to
리턴 void

Finish() 공개 메소드

Used to flag that configuration of Options has finished, and returns the SelectMenu object so we can continue defining attributes.
public Finish ( ) : SelectMenu
리턴 SelectMenu

Options() 공개 메소드

Constructor
public Options ( SelectMenu selectMenu ) : System
selectMenu SelectMenu SelectMenu to configure options of
리턴 System

Reset() 보호된 메소드

Resets all the control properties back to their default settings (i.e. the defaults as documented by jQuery UI library
protected Reset ( ) : void
리턴 void

SetAppendTo() 공개 메소드

Which element to append the menu to
public SetAppendTo ( string value ) : Options
value string value
리턴 Options

SetDisabled() 공개 메소드

Disables the control if set to true.
public SetDisabled ( bool value ) : Options
value bool If true disables the control, enabled otherwise
리턴 Options

SetIcons() 공개 메소드

Icons to use for opening the control, matching an icon defined by the jQuery UI CSS Framework. (string, default: "ui-icon-triangle-1-s")
public SetIcons ( Core selectMenuIcon ) : Options
selectMenuIcon Core Dropdown icon to use
리턴 Options

SetIcons() 공개 메소드

Icons to use for opening the control, matching an icon defined by the jQuery UI CSS Framework. (string, default: "ui-icon-triangle-1-s")
public SetIcons ( string selectMenuIcon ) : Options
selectMenuIcon string Dropdown icon to use
리턴 Options

SetWidth() 공개 메소드

The width of the menu, in pixels
public SetWidth ( int width ) : Options
width int width
리턴 Options