How do you decide when the fields should appear or not appear? One common
way to do that is based on a tag in the tiddler.

For example:

<div macro='showWhenTagged NameAddress'>
  <div>Name 2: <span macro="edit name2"></span></div>
  <div>Address: <span macro="edit address"></span></div>
</div>

This will make the fields appear in tiddlers tagged with 'NameAddress'.


Simon.

On Tue, Feb 9, 2010 at 4:48 AM, Jen <jenfi...@filerins.com> wrote:

> I can't tell if HideWhenPlugin is what I need or not. I have tried
> working with it and cannot come up with anything that works. The
> custom form fields continue to show up in every single tiddler. I
> looked at what is in both links, but I feel that I do not have a good
> grasp on how to use this plugin. Also, the suggestion were only for if
> I want to show something, not hide something. If I have:
> <div>Name 2: <span macro="edit name2"></span></div>
> <div>Address: <span macro="edit address"></span></div>
> in the EditTemplate and:
> <div>Name 2: <span macro="view name2"></span></div>
> <div>Address: <span macro="view address"></span></div>
> in the ViewTemplate, I can't figure out the correct combination that
> will make those fields disappear in the desired tiddlers. Is it
> possible that the HideWhen plugin will not work with what I have in
> the Edit and View Template? I so far don't know if tiddlers can be
> used together.
>
> Chris, if you remember to check this query, I would still like to know
> how to use the FormTiddlersPugin as maybe that is less complicated
> than my other option.
>
> Thanks,
>
> jen
>
> --
simon.ba...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.

Reply via email to