Hi,
When I use a skin with the print option enabled, the module's own parameters are not passed to the new window, and the module doesn't display. I've looked at the IActionable chapter in the "Professional DNN ASP.NET Portals" book but am not sure whether this is helpful for what I want to do. As far as I can see, IActionable lets me define my own module menu options, but not override the skin's menu option.
To check, I've added an additional action to my module:
but that's not really what I need; I don't want another "menu" item, I want the default print option to transfer my parameters also. Is there a way to accomplish this, or do I need to create a custom ModuleAction skin object to handle the print option?
Thanks, I'll appreciate any inputs.
Dim action3
As New DotNetNuke.Entities.Modules.Actions.ModuleAction(GetNextActionID(), "PrintModule", "recordid=256&returntabid=114", "", "print.gif", "",
False, DotNetNuke.Security.SecurityAccessLevel.View,
True,
True)