MBS_HTML_EncodeImage_JPG ( Image ; alt ; title ; width ; height ; css )
WebView HTML IMG-Tag with Base64 Encoded Data (MBS Plugin)
Average rating: 4.2 (28 votes) Log in to vote
Aron None None |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Image: FileMaker Container-Field with an Image
alt: String; if empty: "" it uses the Name of the Image from the Container-Field "Image"; "x" for don't write this property
title: String; "" or "x" for don't write this property
width: Number; if empty: "" it uses the with-property of the Image from Container-Field "Image"; "x" for don't write this property;
height: Number; if empty: "" it uses the height-property of the Image from Container-Field "Image"; "x" for don't write this property;
css: Optionally: Exemplary: "rel=\"mytag\""; "" or "x" for don't write this property
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.