Dialog - Checkboxes ListShows a dialog with a ListView control. The each list items has a checkbox. You can use this dialog for the installation additional modules or plugins. Description, Header Text, Header Description, Text, Logo Image, Buttons, If Condition These parameters are explained in Common dialog parameters.
List columns Specify the titles of columns separated by '|'. Also, you can specify the custom width of the each column after a comma. By default, the width of the column is 250 pixels.
#mycol1#|My column,100|,50|#ver#,200
Additional Settings You can define any variables here or specify Variables of dialogs.
List itemsYou must describe items of your list control.Variable Name The variable that contains the value of the item status. Furthermore, you can use it as #varname# or as varname in If Condition parameters. If the variable equals 1 then the item will be checked.
Column values Values for the each column separated by '|'.
#myname#|200|not defined|2.0.1
Description You can specify a comment text for the each item. It will be shown below the list control when the item is selected.
If Condition You can specify a condition that should be met for the item to be displayed. If the condition is FALSE then the item is hidden. See How to use If Condition for more details.
|