This is simple... i am trying to copy a web example to a new page ... i thought i copied all the references to the project folder.. apparently the page is lacking some image references... The expand and close arrows wont show up..
All I am trying to do is to mimic the basic example provided at ..\kendoui.web.2012.3.1114.open-source\examples\web\treeview
<link href="examples-offline.css" rel="stylesheet">
<link href="kendo.common.min.css" rel="stylesheet">
<link href="kendo.default.min.css" rel="stylesheet">
<script src="jquery.min.js"></script>
<script src="kendo.web.min.js"></script>
<script src="console.js"></script>
#treeview .k-sprite {
background-image: url("coloricons-sprite.png");
}
I copied all of these references to the prj folder... I searched for all image files for the arrow ... could not find any ..
What am i missing?
All I am trying to do is to mimic the basic example provided at ..\kendoui.web.2012.3.1114.open-source\examples\web\treeview
<link href="examples-offline.css" rel="stylesheet">
<link href="kendo.common.min.css" rel="stylesheet">
<link href="kendo.default.min.css" rel="stylesheet">
<script src="jquery.min.js"></script>
<script src="kendo.web.min.js"></script>
<script src="console.js"></script>
#treeview .k-sprite {
background-image: url("coloricons-sprite.png");
}
I copied all of these references to the prj folder... I searched for all image files for the arrow ... could not find any ..
What am i missing?