On Tue, 16 Jul 2013 14:11:51 -0300, Daniel Jue <[email protected]> wrote:

Thiago, thanks.  I feel that is very close to working.  I've tried out
that example in a few ways and I still have some issues:
Without anything in the TML, there is nothing to click on, so I tried
adding an event link in the tml, like this


<a t:type="eventlink" t:event='myCustomEventName' t:id='linkId' id='linkId'>

I'm sorry, I forgot to mention that your template should have some link with id 'linkId'. As I said, you shouldn't use EventLink in this case, as you're doing the wiring yourself. It should be an ordinary HTML link:

<a id="linkId">...</a>

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to