note4

Thursday, November 29, 2018

1:57 AM


Transparent Signature pad background

// signature field height

$this->settings["height"] = 100;

// signature field width

$this->settings["width"] = 300;

// signature background color

$this->settings["bgcolor"] = "transparent";

// set it to true to make signature field required

$this->settings["required"]=false;

// folder to store signature files

$this->settings["folder"]="files";

// signature background image

// $this->settings["bgimage"] = "http://website.com/images/background.png";

$this->settings["bgimage"] = "http://localhost/2018/si/bs.png";

// signature pen color

$this->settings["color"] = "black";

// signature line width

$this->settings["linewidth"] = 2;

0 comments: