Bruce,
The "trigger" is what I'm struggling with. I have not experimented with an in-row button yet. Perhaps that is what I want but I'm not sure.
I have HTML stored in a field, created with the TinyMCE editor. I want to get this HTML to a browser so that it can be viewed and/or printed. As you mentioned in an earlier response, the print part is easy, once the page is displayed in the browser. When the page displays, I want it to appear like a pop-up, over the main application. Then once viewed or printed, this page goes away and I'm back at my NT application.
The TinyMCE editor has a preview button and a print button, among many others. The preview button causes a smaller browser window to open over the main app, displaying the HTML contents of my field. Thus it is like a report preview, showing the "report" and all its formatting, etc. This smaller browser window has no tool bars, menus etc. The TinyMCE print button sends the HTML contents directly to a printer. I would like to duplicate this preview/print functionality.
Ideally I would like to do it via the templates but if possible, perhaps this can be done by modifying the TinyMCE editor tool bar/menu so that only the print and preview buttons are available.
I think the best method is to get the HTML contents of my field to a new smaller browser window, with all the normal menus etc. displayed. Calling this from an in-row button would do nicely. Then the user can choose to print at this point. I hope this helps.
Thanks,
Jeff