ctSetHeaderTemplate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Takes config path to the new header template. Clears the whole RscControlsTable and sets the new header template. |= Description
| Takes config path to the new header template. Clears the whole RscControlsTable and sets the new header template. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Control]] '''ctSetHeaderTemplate''' [[Config]] |= Syntax
| [[Control]] '''ctSetHeaderTemplate''' [[Config]] |SYNTAX=


|p1= control: [[Control]] |= Parameter 1
|p1= control: [[Control]] |PARAMETER1=
|p2= config: [[Config]] |= Parameter 2
|p2= config: [[Config]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=


____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_control [[ctSetHeaderTemplate]] _configPath;</code> |= Example 1
|x1= <code>_control [[ctSetHeaderTemplate]] _configPath;</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetCurSel]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]] |= See also
| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetCurSel]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]] |SEEALSO=


}}
}}

Revision as of 15:37, 7 April 2019

Hover & click on the images for description

Description

Description:
Takes config path to the new header template. Clears the whole RscControlsTable and sets the new header template.
Groups:
Uncategorised

Syntax

Syntax:
Control ctSetHeaderTemplate Config
Parameters:
control: Control
config: Config
Return Value:
Nothing

Examples

Example 1:
_control ctSetHeaderTemplate _configPath;

Additional Information

See also:
ctAddRowctAddHeaderctClearctCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetCurSelctValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplate

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