A code action can have more than 1 code output. Have 1 as HTML to output the HTML. Then have another as Javascript to add your JS. This can all be done in a single auto action by clicking the + to the far right of the code action parameters.How do I combine both HTML and JS in a single code? Do I need to write another action?
You can't exclusively print a modal window. A modal window is just a floating div on top of the page. Printing doesn't work that way. You need to be loading in a new window entirely or the contents needs to be in an iframe with a print link directly in the iframe contents.I got this to work but somehow when I add the print I am unable to print. Do I need to add other codes?
Please Log in or Create an account to join the conversation.
krileon wrote:
A code action can have more than 1 code output. Have 1 as HTML to output the HTML. Then have another as Javascript to add your JS. This can all be done in a single auto action by clicking the + to the far right of the code action parameters.How do I combine both HTML and JS in a single code? Do I need to write another action?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.