ctrlHTMLLoaded: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 78046 by master85 on 2014-04-18T13:17:01Z) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| '''ctrlHTMLLoaded''' control |= Syntax | | '''ctrlHTMLLoaded''' control |= Syntax | ||
|p1= control: [[Control]] |= | |p1= control: [[Control]] |PARAMETER1= | ||
| [[Boolean]] |= | | [[Boolean]] |RETURNVALUE= | ||
Line 21: | Line 21: | ||
[[hint]] "Loading test.html failed!"; | [[hint]] "Loading test.html failed!"; | ||
}; | }; | ||
</code>|= | </code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[htmlLoad]], [[Dialog Control]] |= | | [[htmlLoad]], [[Dialog Control]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:30, 7 April 2019
Description
- Description:
- Returns true when HTML content was successfully loaded.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_control htmlLoad "test.html"; if (!ctrlHTMLLoaded _control) then { hint "Loading test.html failed!"; };
Additional Information
- See also:
- htmlLoadDialog Control
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note