Why can't I print when a module is in edit mode? I created a custom module and found that when you go to edit, the Print selection is not listed in the Actions Menu. How can I enable this ?
Also, I wonder if it has something to do witht he fact that when you go into "edit" mode in a module (aka go to EditURL) the container and skin is pulled from the Admin skin values set in the Site Settings.
I tried it via programatically (code behind):
I was able to "add" the actions by making the module control I set as the Edit control to have the Implements.Modules.IActionable, but when I add the "print" action it doesn't work correctly. The skin stays.
I tried it via SkinObject:
The print icon displayed on the VIEW but not the EDIT module controls (.ascx)
Has anyone else had this problem ? Am I doing something wrong ?
I just need to print from EDIT or link to a printer friendly page (no skin)
Any suggestions as appreciated !