Re: Keeping "Further Examples" Open In Help Browser
- To: mathgroup at smc.vnet.net
- Subject: [mg56640] Re: Keeping "Further Examples" Open In Help Browser
- From: Harold.Noffke at wpafb.af.mil
- Date: Sun, 1 May 2005 00:46:39 -0400 (EDT)
- References: <d4sp4v$an8$1@smc.vnet.net><d4v6lp$nte$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Many thanks for your insight. It turns out that there is no need for CellGroupData[{...}, Open]if "ExampleSection" is replaced. To achieve the same display style (example function Abs), for the default code ... Cell["Further Examples", "ExampleSection", CellTags->"Abs"], substitute this new code ... Cell[TextData[StyleBox["Further Examples", "SubsubsectionIcon", FontColor->GrayLevel[0]]], "ExampleText", CellFrame->{{0, 0}, {0, 0.5}}, CellTags->"Abs"], Mathematica will do the rest. -Harold