search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to read anr write tags?

Asked by andre
10 years ago.

I want to store custom information like database id´s in my events.

How can I store these tags as key value pair?

Thanks in advance

Answer posted by andre
10 years ago.

OK I solved it by myself.

e.data.tag["key"] = value;

to read:
e.tag("key")

Answer posted by andre
10 years ago.

Incorrect.

To read a tag also use e.data.tag["key"]

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.