Hello.
I'm currently migrating from EJ1 to EJ2.
In the case of EJ1, the sub contents of a specific tag were printed out by using ejPrint(). In EJ2, I would like to ask you whether there is no such function.
----------------- Example of outputting a specific tag using EJ1 -----------------------
var print = $("#DashboardDIV").clone();
print.append("<script>document.body.style.backgroundColor = 'white'<\/script>");
print.ejPrint();
-------------------------------------------------- -------------------------------------------------- --------------
Please ask if EJ2 can be used as above.
(The component is not a Dialog but I chose it as a required input.)
Thank you.