UI controls for ASP.NET AJAX, MVC, WPF,Silverlight, Windows 8 and Windows Phone
Cross-platform Mobile Development Toolwith cloud-based architecture
Everything you need to build sites andmobile apps with JavaScript and HTML5
One easy tool for Functional, Performance,Load and Mobile software testing
Everything for your online business - contentmanagement, ecommerce, emarketing
Simple and intuitive project managementand collaboration software
02 Apr 2012 (Link to this post)
<ul id='myMenu'> <li data-handler='miItem1;'> item 1 </li> <li data-handler='alert("!")> item 2 </li> </ul>
$(
'#myMenu'
).kendoMenu({ select:
function
(e) {
var
handler;
if
(handler = $(e.item).data(
'handler'
)) { Function (handler)(); /* construct and execute handler */ } } }); function miItem1() { alert('menu Item 1'); }
Copyright © 2011 - 2013 Telerik Inc. All rights reserved.