From: Jesse V. <je...@6t...> - 2003-12-04 12:37:54
|
There's an example for onmouseover here: http://dynapi.sourceforge.net/doccenter/index.php?EventListeners and onclick is explained too. If you're using Dynapi 3.0, it's a little different, you'll have to look at the 3.0 docs. Jesse Vitrone António Godinho wrote: >Hya, > > I'm trying to figure this out from the examples but I haven't been >able. > I've this layer with only text where I've defined it's class, how can >I make a onmouseover and click with this layer? > > > Thanx, > > António Godinho > > >Layer code: > >var botao1 = new DynLayer(20,2,50,150,20,false); >botao1.setClass ('menu-off'); >botao1.setHTML('<table width=100% border=0 ceppadding=0 >cellspacing=0><tr><td>test</td></tr></table>') > > > > > >------------------------------------------------------- >This SF.net email is sponsored by OSDN's Audience Survey. >Help shape OSDN's sites and tell us what you think. Take this >five minute survey and you could win a $250 Gift Certificate. >http://www.wrgsurveys.com/2003/osdntech03.php?site= >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |