<%@ taglib prefix="efw" uri="efw" %> <head> <efw:Client/> </head> <body> <efw:Signature id="signature1" width="400" height="200" /> //or efw:signature , efw:SIGNATURE </body>
Name | Required | Default | Description |
---|---|---|---|
id | Yes | The identity of the Signature tag. | |
height | No | "200" | The height of Signature tag. The unit is "px". |
width | No | "400" | The width of Signature tag. The unit is "px". |
A hidden input with the id same to the signature tag will be created to contain the image data.
var data = $("#signature1").val();