Assuming you type "test" in the body of a page and you italicize it. Can you use javascript to show you the markup used?
So, I am using CKEditor (rich text editor). I type the word Test on the page. Then I click the Italics button while Test is highlighted. Then on tab 2 of my application I click in the textarea and it displays the word Test in italics. I want it to display the HTML code though ... <i>Test</i> Any way to do this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
