mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-13 02:17:55 +01:00
icon ui selection
This commit is contained in:
parent
d66666010d
commit
5d18283285
@ -531,7 +531,15 @@ $(function () {
|
|||||||
$("#foldersContainer ul").css('overflow-x', 'hidden');
|
$("#foldersContainer ul").css('overflow-x', 'hidden');
|
||||||
$("#foldersContainer ul").height(maxHeight);
|
$("#foldersContainer ul").height(maxHeight);
|
||||||
|
|
||||||
})
|
});
|
||||||
|
|
||||||
|
$(".bs-glyphicons-list li").on("click", function(){
|
||||||
|
var defaultIcon = $("#defaultIcon");
|
||||||
|
//remove current icon
|
||||||
|
defaultIcon.find("i").remove();
|
||||||
|
var myClass = $(this).attr("class");
|
||||||
|
defaultIcon.prepend("<i class='" + myClass +"'></i>");
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
/*--------------------------------------------- Label actions --------------------------------------------------**/
|
/*--------------------------------------------- Label actions --------------------------------------------------**/
|
||||||
|
Loading…
Reference in New Issue
Block a user