Flamingo.dataUrl()¶
The dataUrl() method returns path of the public content available for project.
Syntax¶
Flamingo.dataUrl()
Parameters¶
None.
Return Value¶
Type | Description |
---|---|
String | Path to public content. |
Example¶
You can use the following code in template to display already uploaded static image:
<img alt="" src="<!--{= Flamingo.dataUrl() }-->/images/picture.png" />
See also