Okay, let's see if I understand your problem. You have a bunch of artists and each has his own data. You either input this data directly or via FormTiddlerPlugin. The form itself is in ArtistForm tiddler. However, you don't want the original look of the FormTiddlerPlugin (input boxes and so on), you want a normal "HTML" look of your choice that uses the data you input. If that is so, you can simply use the ChecboxTogglePlugin (from TiddlyTools, I think) to switch between two looks. In the ViewTemplate, you put: <div class='viewer'> <span macro='showWhenTagged Edit'> <span macro='formTiddler ArtistForm<span> </span> <span macro='showWhenTagged View'> tiddler ArtistView<span> </span> </div> <span macro='tiddler CheckboxToggleTag with: Edit View'> Toggle edit/ view mode</span>
You can name the ArtistView anyway you want. You design it anyway you want it and use fET to display the data. Also, when you create Artist tiddlers, they need to have the Edit tag by default, so that they're first displayed in edit mode. I haven't tested it, 'cause I'm too tired right now, but that's the general principle, presuming, you want to view records one by one. As for the fET syntax, we'll work on that later. :D w On Sep 21, 7:39 am, Heller <[email protected]> wrote: > On Sep 20, 10:49 pm, whatever <[email protected]> wrote: > > > > The referencing problem is in the ArtistForm "tiddler.title" = > > > ArtistForm and not Andy > > > when it is called from Andy by <<tiddler ArtistForm>> > > > Try <<tiddler {{tiddler.title}}>> > > Must I call the tiddler with this <<tiddler "ArtistForm">> > or reference it like this in ArtistForm > <script>document.write(DataTiddler.getData({{tiddler.title}},"Name");)</ > script> > > I cannot seem to get either to work... The Tobias and Okido method > works... > > > w -- 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.

