Jump to content

Component: ImageUrl ( Web Primitives): Difference between revisions

From Flowcode Help
Removed the incorrect into about fonts
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder""
 
(5 intermediate revisions by the same user not shown)
Line 62: Line 62:


===SetParameters===
===SetParameters===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetParameters'''
| width="90%" class="mtx-class-macrohead" | '''SetParameters'''
|-
|-
| colspan="2" | Set the parameters to append to the target URL link. (e.g. "?param1=5&param2=red") 
| colspan="2" | Set the parameters to append to the target URL link. (e.g. "?param1=5&param2=red") 
Line 81: Line 81:


===SetURL===
===SetURL===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetURL'''
| width="90%" class="mtx-class-macrohead" | '''SetURL'''
|-
|-
| colspan="2" | Set the target URL for the link 
| colspan="2" | Set the target URL for the link 
Line 101: Line 101:
==Property reference==
==Property reference==


{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" class="mtx-class-macrohead" | '''Properties'''  
|-
|-
|-
|-
Line 127: Line 127:
| colspan="2" | Select true if the link should open in a new tab 
| colspan="2" | Select true if the link should open in a new tab 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Advanced
| width="90%" class="mtx-class-propfolder" | Advanced
|-
|-
|-
|-

Latest revision as of 14:37, 13 July 2026

Author MatrixTSL
Version 0.1
Category Web Primitives


ImageUrl component

Creates an image that opens a web page when clicked.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples








Macro reference

SetParameters

SetParameters
Set the parameters to append to the target URL link. (e.g. "?param1=5&param2=red") 
- STRING s
Text to set 
- VOID Return


SetURL

SetURL
Set the target URL for the link 
- STRING s
Text to set 
- VOID Return


Property reference

Properties
Filename
The location of an external image file 
AltText
 
URL
The target URL for this image 
Open in new tab
Select true if the link should open in a new tab 
Advanced
Custom Attributes
 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_ImageUrl.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_ImageUrl.fcsx