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

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

공개 메소드들

메소드 설명
Finish ( ) : Fluqi.Widget.jAutoComplete.AutoComplete

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

Options ( Fluqi.Widget.jAutoComplete.AutoComplete ac ) : System

Constructor

보호된 메소드들

메소드 설명
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 AutoComplete object so we can continue defining Tabs attributes.
public Finish ( ) : Fluqi.Widget.jAutoComplete.AutoComplete
리턴 Fluqi.Widget.jAutoComplete.AutoComplete

Options() 공개 메소드

Constructor
public Options ( Fluqi.Widget.jAutoComplete.AutoComplete ac ) : System
ac Fluqi.Widget.jAutoComplete.AutoComplete Autocomplete object to be configured
리턴 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