ctrlHTMLLoaded: Difference between revisions

From Bohemia Interactive Community
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]]  |= PARAMETER1
|p1= control: [[Control]]  |PARAMETER1=  


| [[Boolean]] |= RETURNVALUE
| [[Boolean]] |RETURNVALUE=  




Line 21: Line 21:
     [[hint]] "Loading test.html failed!";
     [[hint]] "Loading test.html failed!";
};
};
</code>|= EXAMPLE1
</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[htmlLoad]], [[Dialog Control]] |= SEEALSO
| [[htmlLoad]], [[Dialog Control]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:30, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns true when HTML content was successfully loaded.
Groups:
Uncategorised

Syntax

Syntax:
ctrlHTMLLoaded control
Parameters:
control: Control
Return Value:
Boolean

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

Notes

Bottom Section