Just double checked to be sure, and it is. The actual text that the skin should show is working, and the text of the tooltip code (i.e., the html that *would* show, if the js was working) is there in the header, so that much is working. Just the actual mouse-over isn't showing anything... it's very odd.
Tomek On Tue, Jul 14, 2009 at 10:18 PM, AJ Mercer <[email protected]> wrote: > have you imported skin on the page that doesn't work? > I have done that a few times - wont throw an error, just does nothing > > > 2009/7/15 Tomek Kott <[email protected]> > > Hi All, >> >> I have two places where I show a tooltip based on extJS for a certain >> type. Both are called using: >> >> <skin:view objectid="#stObj.objectid#" typename="gsgLegislation" >> webskin="displayToolTip" r_html="legislationTeaser" /> >> <extjs:toolTip toolTip="#legislationTeaser#"> >> <skin:buildLink objectid="#stobj.objectID#" >> class="titlelink"><cfoutput>#stObj.billnumber#</cfoutput></skin:buildLink> >> </extjs:toolTip> >> >> One is used within a skin view (displayTeaserStandard) called by a >> displayTypeBody, while the other is in a different skinview >> (displayTeaserMeeting) called by a rule (i.e., an execute.cfm). The one >> which is called by the rule no longer works (it used to work, and I don't >> know when it stopped). Any ideas why it might have stopped working? >> >> On inspecting the HTML, it seems that the key is that the one which works >> has 'id="extGen-#"', (where # is some number) on the <a> tag, while the one >> which doesn't work has nothing of the kind. Any idea where to track this >> down? >> >> Thanks, >> >> Tomek >> >> >> >> > > > -- > AJ Mercer > Web Log: http://webonix.net > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
