Saturday, 24 August 2013

how to convert objectHTML into html

how to convert objectHTML into html

i have create an image object in javascript as follows
var imgVal = new Image(); imgVal.src= 'resources/img/def.png';
now i want to have some function which converts above imgVal object into
html i.e.
<img scr="resources/img/def.png" />
i am using sencha touchso if is there any existing function available then
please do tell me

No comments:

Post a Comment