tvSortByValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \| *s2 *=" to "|r1=$1 |s2=")
m (Text replacement - " \| +(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) *=" to " |$1=")
Line 11: Line 11:
| control [[tvSortByValue]] [path, reversed]
| control [[tvSortByValue]] [path, reversed]


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


| p2= [path, reversed]: [[Array]]
|p2= [path, reversed]: [[Array]]


| p3= path: [[Array]] - [[Tree View Path]] of the parent item to sort
|p3= path: [[Array]] - [[Tree View Path]] of the parent item to sort


| p4= reversed (Optional): [[Boolean]] - [[true]] to reverse sort it. Default: [[false]]
|p4= reversed (Optional): [[Boolean]] - [[true]] to reverse sort it. Default: [[false]]


|r1= [[Nothing]]
|r1= [[Nothing]]
Line 23: Line 23:
|s2=[[tvSortByValue]] [idc, path, reversed]
|s2=[[tvSortByValue]] [idc, path, reversed]


| p21= [idc, path, reversed]: [[Array]]
|p21= [idc, path, reversed]: [[Array]]


| p22= idc: [[Number]] - control idc
|p22= idc: [[Number]] - control idc


| p23= path: [[Array]] - [[Tree View Path]] of the parent item to sort
|p23= path: [[Array]] - [[Tree View Path]] of the parent item to sort


| p24= reversed (Optional): [[Boolean]] - [[true]] to reverse sort it. Default: [[false]]
|p24= reversed (Optional): [[Boolean]] - [[true]] to reverse sort it. Default: [[false]]


|r2= [[Nothing]]
|r2= [[Nothing]]

Revision as of 00:29, 11 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - Tree View

Syntax

Syntax:
Syntax needed
Parameters:
control: Control
[path, reversed]: Array
path: Array - Tree View Path of the parent item to sort
reversed (Optional): Boolean - true to reverse sort it. Default: false
Return Value:
Nothing

Alternative Syntax

Syntax:
tvSortByValue [idc, path, reversed]
Parameters:
[idc, path, reversed]: Array
idc: Number - control idc
path: Array - Tree View Path of the parent item to sort
reversed (Optional): Boolean - true to reverse sort it. Default: false
Return Value:
Nothing

Examples

Example 1:
control tvSortByValue [[0], false];
Example 2:
tvSortByValue [102, [0], false];

Additional Information

See also:
lbSortBylnbSortBytvSortAll tvSort tvSortByValueAll

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