htmlLoad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''control '' ''' htmlLoad '' filename'''''</h2>
<h2 style="color:#000066">'''''control'' htmlLoad ''filename'''''</h2>





Revision as of 18:12, 2 July 2006


control htmlLoad filename


Operand types:

control: Control

filename: String

Type of returned value:

Nothing

Compatibility:

Version 2.53 required.

Description:

Load HTML from file to given control.


Example

_control htmlLoad "briefing.html"