Active
Project:
Views Excel Export
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2009 at 21:32 UTC
Updated:
26 Jul 2013 at 03:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
betoaveigaI was looking at this module and I saw your question...
I think that what you are trying to do is also possible using CSS.
The idea behind it is that you can show a graphic that includes this text and also hide whatever you want and get the right presentation... By the way, I think JQuery can do it even better.
The key in both approaches is using selectors in a smart way.
Hope that helps :)
Comment #2
wisniewski commentedI agree that it will be very useful to add a field in Views to add some simple text next to the icon.
CSS is not possible here. I use 4 XLS feeds and it is hard to make difference between them.
Comment #3
nicl commentedIdeally, the module would support Views header and footer text - these could be used as the explanatory notes?
Comment #4
fullrobust commentedThis could be really helpful, does anybody have a solution to this?
Comment #5
myselfhimself commentedHello here is a quick patch for this for D7 version.
It echoes Export [name of the view] alongside the Excel download icon.
It also wraps icon's img alt and title with localization t().
Take care
Comment #6
aaron1234nz commentedCSS can also be used to append some text:
I think the better approach long term would be to add some configurable text to the display handler settings screen.