With the new version 6.0 the icons are redefined.
Now I want set icons in the filemanager context menu. But I can’t find icons for download and refresh(sync). What must I do in the menu to get these icons?
Thanks for the links.
But I can’t used this in the filemanager with the context menu.
What must I write for the icon? The ‘fm-folder’ is okay for font awesome but ‘wxi-folder’ not.
To show the icon for ‘download’ you need to add fm-to the name of the icon.
like this: icon:"fm-..."
Sample: Code Snippet
We will correct it in the documentation.
Сoncerning to the ‘refresh’, so there is you need to add icon:"webix_icon wxi-refresh"
We found a bug and it’s already fixed. So the fix will be in the next release(end of February).
But I don’t get a icon with ‘fm-download’
hmm, that’s work in my snippet
I should clarify, that ‘fm-…’ with the value will appear only if you click on the file because of batch:“file” .
Anyway, we will investigate the problem.