Hi all,
I’m working on an extension to ease inline editing and want to use the channel_entries_query_result hook (or channel_entries_row) to modify certain columns. Eg add a span with various classes/rel info that can then be accessed using JS…
I’d like to access the parameters of the channel:entries tag, in the method called by channel_entries_query_result (or channel_entries_row).
I’ve tried using the Channel object ($this) but I can’t differentiate between multiple channel:entries pairs.
Is there an easy way to access them?
Thanks for any help…
Cheers!
PS Maybe a $tagparameters parameter could be added to the params of most channel module extension Hooks… Feature request?