An example would be making additional buttons that work like the more buttons. Perhaps driven via an alternate tag. An example may be a drop down appearing on task tiddlers that list buttons relevant to tasks.
Another would be setting any tiddler to a particular type so that it can be built from a template and have particular view / edit templates activated. E.g. make this tiddler include streams, or notowrity etc...
The core dropdowns are a little more complex than they need to be so I am looking for a more generic solution if it exists and an alternate tag for the members of the drop down, if not keeping the view toolbar tag for the top button.
Of course I may need to reengineer the existing more buttons, although I would have expected someone had already done it.
Regards
Tony
I took your reply seriously and read your links provided more than once.
I think taking the more button as an example may have been a bad idea. Despite deep expiernce elsewhere I have spent little time on popups, and don't know them in html either.
Clearly I need more time on task and to teach myself.
More is only special in it has a drop down and lives in the toolbar, and has toolbar options in control panel.
If there is no generic example I will teach myself. Thanks anyway.
Tones
<$button popup="$:/SamplePopupState">Pop me up!</$button>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
! This is the popup
And this is some text
</div>
</$reveal>
My mind is buzzing with the possibilities.
Regards
Tony