htmlLoad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|HTMLLOAD]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|HTMLLOAD]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">'''''control'' htmlLoad ''filename'''''</h2>
|2.53|= Game version
____________________________________________________________________________________________


| Load HTML from file to given control.
Example _control htmlLoad "briefing.html" |= Description
____________________________________________________________________________________________


'''Operand types:'''
| control '''htmlLoad''' filename |= Syntax


'''control''': [[Control]]
|p1= control [[Control]] |= Parameter 1


'''filename:''' [[String]]
|p2= filename: [[String]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 2.53 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Load HTML from file to given control.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|HTMLLOAD]]
 
[[Category:Scripting Commands ArmA|HTMLLOAD]]
'''Example'''
 
_control '''htmlLoad''' "briefing.html"

Revision as of 01:30, 2 August 2006

-wrong parameter ("Arma") defined!-2.53
Hover & click on the images for description

Description

Description:
Load HTML from file to given control. Example _control htmlLoad "briefing.html"
Groups:
Uncategorised

Syntax

Syntax:
control htmlLoad filename
Parameters:
control Control
filename: String
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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