Is it possible when adding a node, to have the preview button popup a preview of the node (and only the node)?
Thanks,
Eugene
Is it possible when adding a node, to have the preview button popup a preview of the node (and only the node)?
Thanks,
Eugene
Comments
Comment #1
vertazzar commentedthat is possible with hooks
Comment #2
eugene dubois commentedI presume you mean hook_form_alter ?
Comment #3
sirkitree commentedPlease read the documentation that comes with the module for how to use the hooks it provides. There is also another issue here: #385588: Popups on Form Submit talking about how to use popups with form buttons.
Comment #4
meecect commentedIs there any more advice on how to make this work?