Re: usage / "More..."
- To: mathgroup at smc.vnet.net
- Subject: [mg47145] Re: usage / "More..."
- From: drbob at bigfoot.com (Bobby R. Treat)
- Date: Sat, 27 Mar 2004 01:34:57 -0500 (EST)
- References: <c3udnh$9og$1@smc.vnet.net> <c40s9s$mo7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
There's a menu option for this, too: Input>Create Button>(choose a button type). Bobby "Ken Morgan" <kemorgan at vt.edu> wrote in message news:<c40s9s$mo7$1 at smc.vnet.net>... > "Felix Kossak" <felix.kossak at scch.at> wrote in message > news:c3udnh$9og$1 at smc.vnet.net... > > Hi, > > > > I wonder how the "More..." hyperlinks appended to usage info are > > generated as I want to have that feature for our own packages. I found a > > posting by Bobby Treat dt 2002 suggesting to copy and modify the full > > form of some existing usage text, but looking at the source of standard > > Mathematica packages shows that the "More..." hyperlink is actually not > > coded into the usage text itself. I also failed to find a hint in an > > init.m file. I guess that the frontend generates this hyperlink > > automatically, but based on what information? What do I have to do to > > get those links to our own help notebooks? > > > > Thanks, > > Felix > > > > Here is how the "More..." button can be generated for the Plot usage: > > Button[More?, RuleDelayed[ButtonData, "Plot"], Rule[Active, True], > Rule[ButtonStyle, "RefGuideLink"]] > > If you evaluate this, you will get a clickable "More..." button. > > Ken