juvanum Active Member Licensed User Longtime User Apr 20, 2020 #1 I need to change the icon in the lower right corner. How do i do it? thanks Last edited: Apr 20, 2020
juvanum Active Member Licensed User Longtime User Apr 22, 2020 #2 juvanum said: I need to change the icon in the lower right corner. How do i do it? thanks View attachment 92153 Click to expand... why do you want to change icons? Upvote 0
juvanum said: I need to change the icon in the lower right corner. How do i do it? thanks View attachment 92153 Click to expand... why do you want to change icons?
juvanum Active Member Licensed User Longtime User Apr 22, 2020 #3 juvanum said: why do you want to change icons? Click to expand... because I want to use the event to do other things Upvote 0
juvanum said: why do you want to change icons? Click to expand... because I want to use the event to do other things
Harris Expert Licensed User Longtime User Apr 22, 2020 #4 Doesn't appear possible... These are material icons with reference to the font embedded into the abmfilemanager.js... ( >file_download< ) B4X: if (self.options.canDownload) { tt = ""; if (self.ttdownload) { tt = "<span class=\"abmfiletooltiptext\">" + self.ttdownload + "</span>"; } frame.append("<li id=\"" + self.id + "-download\" style=\"margin-left: 15px;float:right;cursor: pointer\" class=\"abmfiletooltip hide\"><a><i class=\"material-icons white-text\">file_download</i></a>" + tt + "</li>"); } Upvote 0
Doesn't appear possible... These are material icons with reference to the font embedded into the abmfilemanager.js... ( >file_download< ) B4X: if (self.options.canDownload) { tt = ""; if (self.ttdownload) { tt = "<span class=\"abmfiletooltiptext\">" + self.ttdownload + "</span>"; } frame.append("<li id=\"" + self.id + "-download\" style=\"margin-left: 15px;float:right;cursor: pointer\" class=\"abmfiletooltip hide\"><a><i class=\"material-icons white-text\">file_download</i></a>" + tt + "</li>"); }