Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
EDIT: Works now - sorry to bother - ToString() was the problem...
Error: info.getItem().ToString is not a function
<script> function SwitchTab(e, info) { alert(info.getItem().getValue().ToString()); } </script>
info.getItem().getText() works, but not getValue()...?
|