biplav / embeddedjavascript

Automatically exported from code.google.com/p/embeddedjavascript
Other
0 stars 0 forks source link

Push html content into template #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. adding html elements in render call.
2.
3.

What is the expected output? What do you see instead?
I wanted to see html content to be pushed inside my template

What version of the product are you using? On what operating system?

Please provide any additional information below.
I am calling  new 
EJS({url:(server+"resources/templates/parent.ejs")}).render({loading:loadIcon.ad
dLoader("sdf")[0]}); 

where loadIcon.addLoader("sdf")[0] return one html body, how can I push this 
html to my template file ?

I tried to use tag() view but no help.. any idea ?

Original issue reported on code.google.com by aman.a.g...@gmail.com on 30 Nov 2013 at 8:14