ctrlSetStructuredText: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
(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 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | control '''ctrlSetStructuredText''' structuredText |= Syntax | ||
|p1= | |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 21:40, 30 July 2014
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