Rolf, The javascript to manage the tabs works with unique css-classnames. However, in the example you give, these names are not unique anymore. (tab-1 and the included tab-1)
This is definitely an error -- can you log a jira for this : some more clever javascript is needed ;-) dirk On Thu, Feb 18, 2010 at 11:17 PM, Rolf Schumacher <[email protected]>wrote: > Hi, JSPWiki Professionals, > > I wonder if it would be possible to right click (or ctrl-click or so) on > an unsatisfied link (a page not yet generated), choosing from a set of > template pages. After that the page shall open for editing prefilled > with that template text, e.g. > > [{SET attendees=''}] > [{SET location=''}] > [{SET project=''}] > [{SET subject=''}] > [{SET dateTime=''}] > [{SET duration=''}] > [{SET recorder=''}] > %%tabbedSection > %%tab-Content > [{TableOfContents}] > !!![{$subject}] > > !!!Actions > ||Number||Headline ||Performer ||Due Date > |1 | | | > |2 | | | > |3 | | | > |4 | | | > |5 | | | > > %% > %%tab-Info > * attendees = [{$attendees}] > * location = [{$location}] > * project = [{$project}] > * subject = [{$subject}] > * dateTime = [{$dateTime}] > * duration = [{$duration}] > %%tab-Categories > [{Category_Meeting}] > > %% > %% > > Hope you get what I mean. > > Does this make sense? > Is there a simple way? > Where to start in order to get it? > > Rolf >
