Jump to content

Component: Popup Message ( Data)

From Flowcode Help
Revision as of 17:10, 28 April 2026 by SteveT (talk | contribs) (added example)
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