Component: Popup Message ( Data): Difference between revisions
Appearance
No edit summary |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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] | |||
| Line 34: | Line 41: | ||
===Alert=== | ===Alert=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Alert''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| Line 53: | Line 60: | ||
===Confirm=== | ===Confirm=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Confirm''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| Line 72: | Line 79: | ||
===Prompt=== | ===Prompt=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Prompt''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| Line 97: | Line 104: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|} | |} | ||
Latest revision as of 14:23, 13 July 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.
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 |