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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -