I have a tabber via xml n which i want to call a javascript function i.e on mousehover
<tab id=“190” width=‘100px’ height=‘17px’ onMouseOver=“AddShow()” onMouseOut=“AddHide()” >Sample Text";
Is this thing possible.
Thanks
Sam
There is no way to assign custom onMouseOver code in such way, but next will work
<tab id=“190” width=‘100px’ height=‘17px’ ><![CDATA[ Sample Text ]]>";