彩票走势图

logo telerik中文文档

外观


立即下载Kendo UI for jQuery

Kendo UI BottomNavigation 允许您通过设置小部件的itemFlow、themeColor、border、Shadow和fill选项来更改小部件的外观。

下面的示例演示了如何使用上述设置修改外观:


<nav id="bottomnavigation"></nav>

<script>
$(document).ready(function () {
$("#bottomnavigation").kendoBottomNavigation({
items: [
{ data: { view: "home" }, icon: "home", text: "Home", selected: true },
{ data: { view: "calendar" }, icon: "calendar", text: "Calendar" },
{ data: { view: "profile" }, icon: "user", text: "Profile" }
],
positionMode: "absolute",
itemFlow:"vertical",
themeColor: "secondary",
fill: "solid",
border: false,
shadow: true
});
});
</script>


扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP