Hi Ivan,
If i check the code, Icon is added and when i debug i can see the new
icon added. But in the front end, image is not shown. Image does not
appear. But when i set it from the controller it appears.(MVC)
iconForFuture = "glyphicon glyphicon-ok-sign";
ActorGroupJsonModel actorGroupJsonModel = new ActorGroupJsonModel()
{
id = treeType + "Group" +
actorModel.ActorGroupId.ToString(),
parent = "#",
text = actorModel.ActorGroupName,
icon = iconForFuture,
state = stateObj,
data = dataObj
};
When i do this and load the tree, image appears.
>> >
jstree+un...@googlegroups.com.
>
jstree+un...@googlegroups.com.