Is there an example of how to use hidden text?
I have javascripts, comments and processing instructions embedded in my HTML documents from a text editor. I like to edit this document in rvEdit but the embedded text need to be preserved when I load and save from rvEdit.
Is there an example of how to use Hidden Text?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Sorry, there is no demo for using hidden text.
In RichViewActions, there is TRVActionHide that makes the selected text hidden or not. And TrvActionShowSpecialCharacters, among other features, shows/hides hidden text.
You can make the text hidden in the same way as you apply any other text property. Include/exclude rvteoHidden from the Options of text style.
For HTML code, consider also rvteoHTMLCode option.
In RichViewActions, there is TRVActionHide that makes the selected text hidden or not. And TrvActionShowSpecialCharacters, among other features, shows/hides hidden text.
You can make the text hidden in the same way as you apply any other text property. Include/exclude rvteoHidden from the Options of text style.
For HTML code, consider also rvteoHTMLCode option.
I can see the effects of TrvActionHide and TrvActionShowSpecialCharacters with the ActionsDemo.
Where do I set the Include/Exclude rvteoHidden options of Text Style and rvteoHtmlCode option?
If I use the rvHtml Demo, how can I make the hidden text visible and how do I export the imported text. Do I use saveHtml or saveHtmlEx?
Where do I set the Include/Exclude rvteoHidden options of Text Style and rvteoHtmlCode option?
If I use the rvHtml Demo, how can I make the hidden text visible and how do I export the imported text. Do I use saveHtml or saveHtmlEx?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: