tonyp
10-22-2008, 04:39 PM
I'm taking a look at developing my first Deki extension in C# .NET.
I compiled the Hello World class and that all worked fine. What Id like to do is create an extension that can render some html and javascript elements. I altered the Hello World string function to output some html code, but Deki just renders it as an html encoded string.
What am I missing here? How do you output html elements? Can someone point me at some example code, or perhaps a reference that might shine some light on the proper methodology?
Thanks!
I compiled the Hello World class and that all worked fine. What Id like to do is create an extension that can render some html and javascript elements. I altered the Hello World string function to output some html code, but Deki just renders it as an html encoded string.
What am I missing here? How do you output html elements? Can someone point me at some example code, or perhaps a reference that might shine some light on the proper methodology?
Thanks!