Hi All, Can someone tell me how to implement mouse hover on DCR's . If I mousehover on DCR's I should able to see the image attached to the DCR like a tool tip instead of the tooltip description.TeamSite 6.7.2 sp2Things i tried 1) Went through user interface cuztomization guide(not much of an help)2) tried to modify the tool tip description by editing widgets.js , listview.js (Does not help)3) Need help in finding which file i should look for and modifyThanks,Vijay
Just about the only supported mechanism that I can think of is custom CSS with hover DIV's(Z-Index) and even that is questionable - looks like you need an ability for dynamic imagechanges and the like. If I were you I'll tell my Client to change requirement - not everythingcan be modified in third part's Software.That said - TS CSS Styles are exposed to be modified or extended, see Customizations Guide fordetails. Customization on this level is usually global. If you want to try this for certain DCR Types onlyyou may try "viewoptions" data-type's sub-tag in the templating.cfg. Attribute is "cssurl".Once again, I do not think it's such a stellar idea.
Looks like, more complicated,Custom.css and with own css will not help his requirement as per my understanding.For Ex: If he had 100 dcr's all with different images, how can he use cssurl for data-type.In templating.cfg, making use of those many cssurl will not help, in fact turns out to be more complicated and load on server.Thanks
Yes, of course. As I noted - "...and even that is questionable - looks like you need an ability for dynamic image changes [...] If I were you I'll tell my Client to change requirements".By the way, additional CSS load on the server is almost exactly 0. CSS is evaluated completely on the Browser (Client) thread.The only server impact is in uploading modified CSS instead of the original one.