This code returns the TAG of a clicked node in Delphi for PHP
function TreeView1JSClick($sender, $params)
{
?>
//Add your javascript code here
tag=event.getTarget().tag;
alert(tag);
return(false);
<?php
}
This code returns the TAG of a clicked node in Delphi for PHP
function TreeView1JSClick($sender, $params)
{
?>
//Add your javascript code here
tag=event.getTarget().tag;
alert(tag);
return(false);
<?php
}