Jump to content

Component: Popup Message ( Data)

From Flowcode Help
Revision as of 14:17, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"")
Author MatrixTSL
Version 0.1
Category Data


Component to create a popup message dialogue to inform the user or request action from the user.


Component Source Code

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

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


Detailed description

No detailed description exists yet for this component


Examples

BasicControls example

This simple example shows how to sue some basic controls in a Web Developer project.

BasicControls.fcweb

The web app created by this example can be viewed here: BasicControls Example


Macro reference

Alert

Alert
 
- STRING sMessage
 
- VOID Return


Confirm

Confirm
 
- STRING sMessage
 
- BOOL Return


Prompt

Prompt
 
- STRING sMessage
 
- STRING sDefault
 
- STRING Return


Property reference

Properties