Jump to content

Component: Image ( Web Primitives): Difference between revisions

From Flowcode Help
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder""
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder""
 
Line 58: Line 58:
|-
|-
|-
|-
| 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%" class="mtx-class-propfolder" | Image
| width="90%" class="mtx-class-propfolder" | Image
|-
|-
Line 82: Line 82:
| colspan="2" | Set true to embed the actual image into the generated web page 
| colspan="2" | Set true to embed the actual image into the generated web page 
|-
|-
| 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%" class="mtx-class-propfolder" | Alignment
| width="90%" class="mtx-class-propfolder" | Alignment
|-
|-
Line 101: Line 101:
| colspan="2" |  
| colspan="2" |  
|-
|-
| 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%" class="mtx-class-propfolder" | Advanced
| width="90%" class="mtx-class-propfolder" | Advanced
|-
|-

Latest revision as of 14:36, 13 July 2026

Author MatrixTSL
Version 1.0
Category Web Primitives


Image component

Creates a Javascript compatible image object.

Version information

Library Version, Component Version, Date, Author, Info

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

SetSource

SetSource
Sets the source of the image to the given URL. 
- STRING src
The new image URL. 
- VOID Return


Property reference

Properties
Image
Location
The location of the image (a local file or a URL) 
Filename
The location of a local image file 
AltText
Text to display if image cannot be displayed in the browser 
Embed File
Set true to embed the actual image into the generated web page 
Alignment
Vertical Alignment
 
Horizontal Alignment
 
Lock Aspect
 
Advanced
Custom Attributes
Custom attributes added to the html <image> element 

Component Source Code

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

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