History: PluginSignature
Source of version: 5
Copy to clipboard
! Plugin Signature Use this ((wiki plugin)) to interactively sign a page with your hand written signature. ^Not to be confused with ((PluginSign))^ !! Parameters {pluginmanager plugin="signature"} !! Examples ''This code:'' {CODE(wrap="1" colors="tiki")} {signature} {CODE} ''Would produce:'' {signature} !! Screen Captured Demonstration {img type="attId" attId="98"} https://sourceforge.net/p/tikiwiki/code/77409 !! Miscellaneous It uses https://github.com/szimek/signature_pad {CODE()} We have pushed a new wikiplugin_signature, which allows to draw a signature and save it as an image. How to use: {CODE()} {signature} {CODE} Additional params: * name - Like the “person“ who should sign (example: customer). The name is displayed in the signature button. * width - The signature image width (default is 400px). * height - The signature image height (default is 200px) * align - Where to position the signature (default is left). After save, the image is stored within the plugin content as image/png base64. The plugin is also ready for PDF export since it uses images after signature is saved. Caveats: Who signs needs permission to edit the tiki-page. Code changes delivered to master: https://gitlab.com/tikiwiki/tiki/-/merge_requests/608 {CODE}