Google Gadget Experts,
In the following gadget properties, how can I replace the single-line
text input field with a textarea:
________________________________________
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
title="Embed Code Gadget"
height="0"
width="0"
/>
<UserPref name="html" display_name="HTML Code" required="true" />
<Content type="html"><![CDATA[
<script type="text/javascript">
var prefs = new _IG_Prefs();
document.write(prefs.getString("html"));
</script>
]]></Content>
</Module>
________________________________________
At the end of the day I would like to have a gadget that can execute
any code (HTML/CSS/JavaScript) -- something I've been everywhere
looking for but to no avail.
Your kind help is greatly appreciated!
Regards
Mori
--
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en.