如何取得DataForm的編輯狀態?
var status = $('#dfMaster').form('status');
status的值如果是 view 代表是編輯狀態為"查看",
inserted 代表是編輯狀態為"新增",
updated 代表是編輯狀態為"修改"。