附錄\B.元件屬性.\JQDataForm

自由排版的Form元件

屬性

名稱

類型

說明

Columns

Collection

顯示Form中顯示的欄位
Columns
中的屬性請參考JQFormColumn說明

DataMember

string

連接的Server端具體的InfoCommand ID

DuplicateCheck

bool

True表示進行重複性檢查

IsNotifyOFF

bool

是否關閉通知

IsShowFlowIcon

bool

是否顯示Flow按鈕

OnApply

string

在確認資料編輯時,調用的js方法名稱

OnCancel

string

在取消資料編輯時,調用的js方法名稱

OnLoadSuccess

string

在資料載入完成時,調用的js方法名稱

RelationColumns

Collection

設定主檔和明細檔的關係。
RelationColumns
中的屬性請參照JQRelationColumn說明

RemoteName

string

元件連接的資料來源

 

Top of Page