I am working on a project where a number of Greek characters are used to indicate requirements with a text field. Is there an easy way to create a button on the RichTextToolbar that will insert the appropriate html entities?
As is it possible to create a custom span element around highlighted text? Details: The system is for tracking a school district's curriculum and some of the text in the text fields indicates items that appear on standardized tests. I would like to be able to either allow them to put the Greek characters in front of this text or highlight the specified text and select a button that would insert a span with the classname indicating what test it appears on. Then I can use CSS to insert the appropriate indicator. I believe I like the <span class="testItem"> approach better, but need suggestions. Thanks, Chad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
