Hi! Well, as I'm trying to remove the reliance on the NestedSlidersPlugin, I finally took a closer look at the createTiddlyButton and createTiddlyElement functions. I got them to work in the tiddler body, and partially in the toolbar. I converted the macro that outputs my tables to a command and I used the Popup.create() function to create the popup. While it works, there are some kinks I need to work out. Here are the problems for the command: 1. The popup is quite wide and the position isn't adjusted, so some of it is off-screen. 2. Clicking on the popup closes it (but not if you select some text). I only want it to close when I click off it. 3. How do I put other popups on this popup? Because when there is more than one infobox, I want the root popup to output the buttons, not the actual tables
This problem occurs in the body: 4. In order to hide the DIV with the table, you first need to click on it twice. After that show/hide works on every click. I uploaded the example of version 2.0.8 RC (1). Note that the documentation is not completely up to date and the code also contains some artifacts. Version 2.0.7 is also up (2). Code related to command issues is under "//InfoboxInfo command" and the code related to the issue in the body is under "//Create the container for the table" and "//Toggle display of infoboxes". Can anyone provide an insight? (1) http://infoboxes208test.tiddlyspot.com/ (2) http://infoboxes.tiddlyspot.com/ w On Aug 31, 3:36 pm, whatever <[email protected]> wrote: > Yeah, I used a transclusion in a span as well. > w > > On Aug 31, 9:16 am, PMario <[email protected]> wrote: > > > > > > > > > have a look at MPTW.tiddlyspot.com theme > > There is a toolbar section > > it's a bit tricky but imo well done :) > > -m > > [1]http://mptw.tiddlyspot.com/#MptwTheme -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

