What is the correct format to pass a javascript function parameter using the kendo ui framework? -
i have image links dynamically generated kendo datasource , need call function uses id...
how format href call javascript function parameter?
see attempt here: http://screencast-o-matic.com/watch/cifvlpvyuh
thanks
if replace anchor tag below
<a href="javascript:getitems(${id})">...</a>
then, getitems() method call. example,
function getitems(value){ // use value wish }
then, can 'id' value parameter.
Comments
Post a Comment