jquery - Is it possible to export Silverlight canvas to HTML with scripts -


in 1 of our application have implement item drag/drop functionality on page , later export page html along jquery , css.

i use silverlight application development give greater user experience. add item drag , drop facility 1 item container another.

but final thing want implement is, once ready our drag , drop on canvas/page export canvas/page pure html along jquery , css.

so question is: possible export canvas html? if yes please provide sample code.

if understand question correctly, want end-result of silverlight operations displayed using html without using silverlight.

if correct simple option occurs me is: render canvas png on client, send server, , serve image in html.

there lots of how-to's suggest googling: http://www.google.co.uk/search?sourceid=chrome&ie=utf-8&q=silverlight+how+to+export+a+canvas+to+a+bitmap&safe=active

if wanting else (e.g. generating interactive html content) please clarify question.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -