I am making a tiddler-multicolumn-views using viewtemplate cascade - columns are actually columns of a html table). It’s progressing well with some CSS and html help from AI (Phind)
In the above image you can see two columns. I can change the template for each column by changing the fields column-1
or column-2
of currentTiddler. For that I have added some buttons into the UI floating on either sides. Initially the buttons were like the ones on the right side (button code was directly added to the template code - see the template here. These buttons are working correctly.
Now I am trying to make each of those buttons into separate tiddlers (here is a sample button.) and dynamically transclude the buttons in a table format into the currentTiddler using viewtemplate cascade - code is seen in the top part of this template tiddler. As you can see from the image given above, those buttons are correctly appearing on the left side of the tiddler. But nothing is happening. But the buttons on the right side are working well. I must be incorrectly transcluding the buttons. I know that the code is messy. You have to look only at the top part of the template tiddler to see the button’s table code. Please can someone help.