Is it possible to use dynamic variables in tinyMCE?
Here's the use case I have in mind:
1. User adds an image in source view like this `` or one is added programmatically using setContent().
2. User switches to design view - {imagepath} is expanded to http://someserver.com/ and the image is correctly shown with the expanded url.
3. User opens image properties - The url is shown as {imagepath}/logo.gif
4. User switches back to source view and the {imagepath} variable is still shown.
5. getContent() returns the source with variables intact.
以上就是tinyMCE : dynamic variables in the source view的详细内容,更多请关注web前端其它相关文章!