文檔首頁>>telerik中文文檔>>導(dǎo)航
導(dǎo)航
立即下載Kendo UI for jQuery
navigation配置決定是否啟用自動(dòng)導(dǎo)航,默認(rèn)值為false,當(dāng)設(shè)置為true時(shí),url將被添加到Breadcrumb項(xiàng)的href屬性中。
下面的例子演示了自動(dòng)導(dǎo)航:
<nav id="breadcrumb" style="width:300px"></nav> <script> $("#breadcrumb").kendoBreadcrumb({ navigational: true, bindToLocation: true }); </script>
bindToLocation配置將組件的值設(shè)置為當(dāng)前URL 。此外,該URL將通過navigation配置添加到Breadcrumb項(xiàng)的href屬性中。
當(dāng)禁用配置時(shí),需要以編程方式實(shí)現(xiàn)導(dǎo)航。