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== | ||
| − | + | ===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 |
Contents
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.
The web app created by this example can be viewed here: BasicControls Example
Macro reference
Alert
| Alert | |
| sMessage | |
| Return | |
Confirm
| Confirm | |
| sMessage | |
| Return | |
Prompt
| Prompt | |
| sMessage | |
| sDefault | |
| Return | |
Property reference
| Properties |