Can you have more than one custom field?
How about a couple fields called 'parent' and 'grandparent'? If the
'parent' is deleted, the 'grandparent' becomes the 'parent' and the
'grandparent' field gets filled from the parent field of the original
'grandparent'.
I'm not a programmer, so I don't know if its even possible, but it
looks like it should be.

On Mar 11, 3:43 am, Eric Shulman <elsdes...@gmail.com> wrote:
> > How does one refer to a particular (custom) field in JS code?
>
> To fetch a field value:
>    var v=store.getValue('TiddlerTitle','fieldname');
>
> To set a field value:
>    store.setValue('TiddlerTitle','fieldname','value');
>
> -e

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

Reply via email to