How can I define a custom html tag with user defined attributes...
e.g.
<keyboard id="keyboardElement">
focusKey='2',
highlightClass='keyHighlight'
</keyboard>
ON defining a tag like the above, I can see the attributes
interpretted as pure text using GWT. This is not the case if I simply
use the browser (without using GWT).
Any ideas what can do to make this work...
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---