May be, it were good to add
a style option (new_style_option in the following example) and / or
a syntax option, that would be indicated by "|"-sign (as example)
for inputselect() to give user the possibility to show individual defined icons
for nonicon-items (optional text entries) on the left side in the dialog window as follows:
Code: Select all
$nonicon_item1 = "some text 1|path_to_the_icon1"; // nonicon-entry 1 with an individual_icon_1
$nonicon_item2 = "some text 2|path_to_the_icon2"; // nonicon-entry 1 with an individual_icon_2
$icon____items = "a list of files and / or folders"; // icon-entries
$db__________ = "$nonicon_item1<crlf>$nonicon_item2<crlf>$icon_items";
inputselect(,$db__________,<crlf>,1+2048+new_style_option,0);
Thanks!
XYplorer Beta Club