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

自由排版的Form元件。

屬性

名稱

類型

說明

AlwaysReadOnly

bool

True表示只讀欄位

CaptionAlignment

string

對齊方式,left\center\right

ChainDataFormID

string

如果有複數Dataform來自同一個Grid,用該屬性串連下一個dataform

Columns

collection

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

ContinueAdd

bool

在新增情況下,完成一筆資料新增Submit時,不用關掉Form,持續進入新增的狀態

DataMember

string

連接的Server端具體的InfoCommand ID

disapply

bool

 

DivFramed

bool

 

DivTitle

string

 

DuplicateCheck

bool

true表示存檔時檢測重複性

HorizontalColumnsCount

int

水平方向顯示的欄位個數

HorizontalGap

int

 

IsAutoPageClose

bool

True表示送出後,頁面會自動關閉

IsAutoPause

bool

Flow使用-flow是否要自動暫停

IsAutoSubmit

bool

Flow使用flow是否要自動呈送

IsNotifyOFF

bool

Flow使用-是否關閉通知

IsRejectNotify

bool

Flow使用-作廢時是否發出通知

IsRejectON

bool

Flow使用-過程是否可以作廢

IsShowFlowIcon

bool

Flow使用-是否顯示flowicon

OnApplied

string

Form存檔後,觸發的js方法名稱

OnApply

string

Form存檔前,觸發的js方法名稱

OnBeforeValidate

string

在檢驗前,觸發的js方法名稱

OnCancel

string

Form取消時,觸發的js方法名稱

OnLoadSuccess

string

在頁面載入後,觸發的js方法名稱

ParentObjectID

string

MasterDetail時,設定detail對應的Master顯示的元件的id

RelationColumns

collection

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

RemoteName

string

設定連接的Server端以及對應取資料的InfoCommand。格式:server專案名稱.連接的InfoCommandID(多檔情況下為MasterinfoCommandID)

ShowApplyButton

bool

Identity欄位類型時設定,這樣可以自動將Server端新產生的編號帶回

TooItems

collection

用於設定Form上的新增、修改、刪除等按鈕,請參照JQToolItem屬性設定

ValidateStyle

string

驗證模式:Hint(即時驗證)/Dialog(存檔時驗證)

VerticalGap

int

 

 

Top of Page