RE: [Echo-list] AbstractButton
Brought to you by:
tliebeck
From: Tod L. <tli...@ne...> - 2003-11-19 23:04:48
|
Hi Michael, It sounds like your doing everything right, so this could be a problem in Echo. Could you send me the full HTML output of the effected pane (zipped up so it doesn't get mangled in e-mail), as well as the few lines of code you're using to create the button? Also, what browser/OS/Echo version are you running? Best regards --Tod Liebeck NextApp, Inc. On Wed, 2003-11-19 at 05:48, Kelleher, Michael wrote: > Brad, > I am using nextapp.echo.Button, and I envoked > setRolloverEnabled(true). > > Here is some HTML from the screen that gets rendered: > > > <TABLE height="71" CLASS="Home_Table"> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_21', 'press');" > onmouseout="E_rollover('a_21', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_21', null, 'E-S-4');" id="E_C_a_21_0">Create New > User Account</a> > </TD> > </TR> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_22', 'press');" > onmouseout="E_rollover('a_22', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_22', null, 'E-S-4');" id="E_C_a_22_0">Maintain > Accounts</a> > <BR> > <SPAN CLASS="LinkNoUnderline"> > (Update, duplicate, re-enable, verify account status, mass > changes) > </SPAN> > </TD> > </TR> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_23', 'press');" > onmouseout="E_rollover('a_23', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_23', null, 'E-S-4');" id="E_C_a_23_0">View > Account Details</a> > </TD> > </TR> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_24', 'press');" > onmouseout="E_rollover('a_24', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_24', null, 'E-S-4');" id="E_C_a_24_0">Check for > Existing Account</a> > </TD> > </TR> > </TABLE> > > > -----Original Message----- > From: Tod Liebeck [mailto:tli...@ne...] > Sent: Tuesday, November 18, 2003 7:13 PM > To: Echo List > Subject: Re: [Echo-list] AbstractButton > > > Hi Michael, > > Are you extending AbstractButton or using one of the built-in button > components (Button, RadioButton, CheckBox)? Did you invoke > setRolloverEnabled() (by default, rolloverEnabled is false)? If that's > not the case, does the button's rendered HTML have > onMouseover/onMouseout attributes on it? > > Best regards > --Tod Liebeck > NextApp, Inc. > > On Tue, 2003-11-18 at 08:59, Kelleher, Michael wrote: > > For some reasom, either thru CSS or setting it explicitly, I cannot > > get Rollover support to work. Has anyone been able to get Rollover > > support to work? > > > > +---------------------------------+ > > | Michael J. Kelleher | > > | Application Technical Specialist| > > | Nielsen Media Research | > > +---------------------------------+ > > > > > > > > |