附錄\B.WebPage元件屬性\JQCombobox

下拉選單元件

屬性

名稱

類型

説明

RemoteName

string

元件連接的資料源

ValueField

string

保存資料值欄位

TextField

string

顯示資料欄位

Items

Collection

選項集合

Width

int

元件寬度

Height

int

元件高度

PanelWidth

int

下拉選單寬度

PanelHeight

int

下拉選單高度

Multiple

bool

是否多選

Separator

string

多選時的分割字符

Editable

bool

是否可在ComboBox中輸入

ReadOnly

bool

ComboBox中不可輸入

OnSelect

string

資料選中時,執行的js方法名稱

Top of Page