showLocalAttachment( key ) method

Shows a local attachment.

Syntax

<static> showLocalAttachment( key )

Parameters

Name Type Description
key string The key of the attachment.This is the path to the file, with the root being the folder that manifest.xml is located.

Example

hwc.showLocalAttachment( "html/images/samplePic.gif" );

Source

hwc-comms.js, line 1136.