TCPDF::_addfield( $type, $name, $x, $y, $w, $h, $prop )
Adds a javascript form field.
Description Description
Parameters Parameters
- $type
-
(Required) (string) field type
- $name
-
(Required) (string) field name
- $x
-
(Required) (int) horizontal position
- $y
-
(Required) (int) vertical position
- $w
-
(Required) (int) width
- $h
-
(Required) (int) height
- $prop
-
(Required) (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.002 | Introduced. |