Component: Popup Message ( Data): Difference between revisions
Appearance
added example |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 41: | 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 60: | 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 79: | 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 104: | 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 |