ctrlSetStructuredText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(wikilinking description/example, added seealso)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set the structured text which will be displayed in structured text control. |= Description
| Set the [[Structured_Text|structured text]] which will be displayed in [[DialogControls-Text#CT_STRUCTURED_TEXT.3D13|structured text control]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| controlName '''ctrlSetStructuredText''' structuredText |= Syntax
| control '''ctrlSetStructuredText''' structuredText |= Syntax


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


|p2= structuredText: [[Structured Text]] |= Parameter 2
|p2= structuredText: [[Structured Text]] |= Parameter 2
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_control ctrlSetStructuredText [[parseText]] "First line<img image<nowiki>=</nowiki>data\isniper.paa /><nowiki><br /></nowiki>Second line"</code> |= Example 1
|x1= <code>_control [[ctrlSetStructuredText]] [[parseText]] "First line<img image<nowiki>=</nowiki>data\isniper.paa /><nowiki><br /></nowiki>Second line"</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[parseText]] |= See also
| [[composeText]], [[parseText]], [[text]] |= See also


}}
}}

Revision as of 22:40, 30 July 2014

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

Description

Description:
Set the structured text which will be displayed in structured text control.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetStructuredText structuredText
Parameters:
control: Control
structuredText: Structured Text
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetStructuredText parseText "First line<img image=data\isniper.paa /><br />Second line"

Additional Information

See also:
composeTextparseTexttext

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