git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@294 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
e9c9d8b22b
commit
cf1d99a5ea
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,13 @@ foreach($menu2Tags as $menu2Tag) {
|
||||||
$returnUrl = sprintf($cat_url, filter($user, 'url'), filter('', 'url'));
|
$returnUrl = sprintf($cat_url, filter($user, 'url'), filter('', 'url'));
|
||||||
echo 'window.location = "'.$returnUrl.'"+item.name';
|
echo 'window.location = "'.$returnUrl.'"+item.name';
|
||||||
echo '</script>';
|
echo '</script>';
|
||||||
|
//echo '<script type="dojo/method" event="getLabel" args="item">';
|
||||||
|
//echo 'return item.name + "...";';
|
||||||
|
//echo '</script>';
|
||||||
|
//echo '<script type="dojo/method" event="onMouseOver" args="item">';
|
||||||
|
//echo 'i = item.relatedTarget;';
|
||||||
|
//echo 'if(i.innerHTML.charAt(i.innerHTML)=="a") alert(i.innerHTML)';
|
||||||
|
//echo '</script>';
|
||||||
//echo '<script type="dojo/method" event="getLabelClass" args="item">';
|
//echo '<script type="dojo/method" event="getLabelClass" args="item">';
|
||||||
//echo 'return \'treeTag\';';
|
//echo 'return \'treeTag\';';
|
||||||
//echo '</script>';
|
//echo '</script>';
|
||||||
|
@ -43,6 +50,7 @@ foreach($menu2Tags as $menu2Tag) {
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue