htmlLoad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Reset ArmA version, fixed example)
Line 4: Line 4:
| arma |= Game name
| arma |= Game name


|2.53|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| control '''htmlLoad''' filename |= Syntax
| control '''htmlLoad''' filename |= Syntax


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


|p2= filename: [[String]] |= Parameter 2
|p2= filename: [[String]] |= Parameter 2
Line 19: Line 18:
| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1= <pre>_control htmlLoad "briefing.html"</pre> |= Example 1
____________________________________________________________________________________________


|  |= See also
|  |= See also

Revision as of 09:34, 6 October 2006

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

Description

Description:
Load HTML from file to given control.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_control htmlLoad "briefing.html"

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