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

自由排版的Form元件

屬性

名稱

類型

説明

ID

string

元件名稱,用於識別該元件

RemoteName

string

元件連接的資料源

Columns

Collection

Form中顯示的欄位
Columns
中的屬性請參考JQFormColumns説明

HorizontalColumnsCount

int

水平方向顯示的欄位個數

Mode

string

Form顯示的樣式:Dialog/Panel/Switch

ToolItems

Collection

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

ButtonPosition

string

用於設定Form上的確定、取消按鈕顯示於FormButtom(下方)/Top(上方)

DuplicateCheck

bool

true表示存檔時檢測重複性

ValidateStyle

string

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

ShowApplyButton

bool

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

ShowFlowItems

bool

顯示Flow相關的流程按鈕

AutoPause

bool

Flow用,自動暫停

AutoSubmit

bool

Flow用,自動呈送

AutoPageClose

bool

Flow用,呈送後網頁自動關閉

OnLoad

string

Form載入完成時,調用的js方法名稱

OnApply

string

Form存檔前,調用的js方法名稱

OnApplied

string

Form存檔後,調用的js方法名稱

OnCancel

string

Form取消時,調用的js方法名稱

Title

string

Form顯示標題

IconCls

string

Form顯示標題前面的圖示

Fit

bool

自動適應視窗大小

Border

bool

是否要有外框線

OpenAnimation

string

開啟DataForm時的動畫(slide/fade/show)

CloseAnimation

string

關閉DataForm時的動畫(slide/fade/show)

Modal

bool

開窗時是否鎖定背景

Draggable

bool

定義窗口是否可以被拖動

Width

int

Form寬度

Height

int

Form高度

Top of Page