Difference between revisions of "Component: Popup Message ( Data)"

From Flowcode Help
Jump to navigationJump to search
(added example)
 
Line 14: Line 14:
 
==Popup Message component==
 
==Popup Message component==
 
Component to create a popup message dialogue to inform the user or request action from the user.
 
Component to create a popup message dialogue to inform the user or request action from the user.
 +
  
 
==Component Source Code==
 
==Component Source Code==
Line 20: Line 21:
  
 
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_Popup.fcsx FC_Comp_Source_WEBEXP_Popup.fcsx]
 
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_Popup.fcsx FC_Comp_Source_WEBEXP_Popup.fcsx]
 +
  
 
==Detailed description==
 
==Detailed description==
  
 
''No detailed description exists yet for this component''
 
''No detailed description exists yet for this component''
 +
  
 
==Examples==
 
==Examples==
  
''<span style="color:red;">No additional examples</span>''
+
===BasicControls example===
 +
This simple example shows how to sue some basic controls in a Web Developer project.
 +
 
 +
{{Fcfile|BasicControls.fcweb|BasicControls.fcweb}}
  
 +
The web app created by this example can be viewed here: [https://www.flowcode.co.uk/example/WebComps/BasicControls.html BasicControls Example]
  
  

Latest revision as of 17:10, 28 April 2026

Author MatrixTSL
Version 0.1
Category Data


Popup Message component

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.

FC6 Icon.png BasicControls.fcweb

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


Macro reference

Alert

Fc9-comp-macro.png Alert
 
Fc9-string-icon.png - STRING sMessage
 
Fc9-void-icon.png - VOID Return


Confirm

Fc9-comp-macro.png Confirm
 
Fc9-string-icon.png - STRING sMessage
 
Fc9-bool-icon.png - BOOL Return


Prompt

Fc9-comp-macro.png Prompt
 
Fc9-string-icon.png - STRING sMessage
 
Fc9-string-icon.png - STRING sDefault
 
Fc9-string-icon.png - STRING Return


Property reference

Fc9-prop-icon.png Properties