第六章App開發第六章App開發\6-11 Signature簽名元件

6-11 Signature簽名元件

提供Signature手寫板功能作為電子簽章使用。

 

Step1>         Customers表裡增加Sign欄位,因為需要存取較大的數據,所以欄位的長度需要開大一些,比如:ntext

打開mCustomers表單,在DataForm以及DataGrid上把Sign欄位加入。dataFormMasterSign欄位Editor下拉選擇signature

 

 

Step2>         EditorOptions屬性,Format下拉選擇圖片的儲存格式,有Imagesvgsvgbase64三種。

 

 

Step3>         DataGrid上做簽名預覽,設定dataGridViewSign欄位的Format屬性:Signature,height:60,format:image

 

 

Step4>         JQScriptManager元件上,設置UseSignature屬性為True

 

 

Step5>         使用VS工具下面的Export To Cordova精靈工具,將mCustomers表單轉入到Cordova,並建置成apkipa檔案,發佈到行動裝置中。執行結果如下圖:

 

 

在欄位上簽名後,按下確定存檔,DataGrid上會有簽章預覽。

 

 

再次打開DataForm編輯,按下清除鈕,可以重新簽章。

 

 


Top of Page