Show/Hide Posted by Zero 23 May 2007 17:31 GMT-0000 posts: 101 Hi folks, I'm having troubles with the Show/Hide tag. Whenever I use it, it always seems to include areas of text that I don't want affected by the tag. Is there a tag that specifically ends the Show/Hide region???
Posted by Torpedro 25 May 2007 06:18 GMT-0000 posts: 80 > Hi folks, > > I'm having troubles with the Show/Hide tag. Whenever I use it, it always seems to include areas of text that I don't want affected by the tag. Is there a tag that specifically ends the Show/Hide region??? Show hide usually hides the complete header level: This would hide all test for h3Copy to clipboard!h1 text1 !!h2 text2 !!-h3 text3 !!h4 text4 Example: h1 text1 h2 text2 h3[+] text3 h4 text4
Posted by Zero 26 May 2007 19:48 GMT-0000 posts: 101 Ok, that has helped alot! I have another question now, though. Is there any way to have a Hide/Show section in the Table of Contents for a page? I have a topic that has a large number of subtopics, and would like to hide them so the user (at first) only sees the top-level topics...
Posted by Torpedro 29 May 2007 08:44 GMT-0000 posts: 80 You would have to modify the parser for this, since { maketoc } is a syntax element, and this would be permanent for all TOCs since syntax elements do no support parameters.