Page 1 of 1

Extension Builder Question

Posted: Thu Sep 03, 2015 2:17 pm
by Patrik iden
Hello, is there any example Extension builder project that has the Include Events function in it, to download?
I'm not sure how this function (Include Events) works. So an Example project whit this in it would be great.

Thank you.

Re: Extension Builder Question

Posted: Thu Sep 03, 2015 2:35 pm
by Pablo
There is no example project, but this is from the help:
Include Events
Enable this option if you want to include the ‘Events’ property (which displays the standard ‘Events’ dialog). Use the predefined $EVENTS$ variable to include the selected events in your code. Example: <a href=”#” $EVENTS$> … </a>

Re: Extension Builder Question

Posted: Thu Sep 03, 2015 5:06 pm
by Patrik iden
Pablo wrote:There is no example project, but this is from the help:
Include Events
Enable this option if you want to include the ‘Events’ property (which displays the standard ‘Events’ dialog). Use the predefined $EVENTS$ variable to include the selected events in your code. Example: <a href=”#” $EVENTS$> … </a>
Yes i'v seen this but i dont understand how to use it. Do i put the $EVENTS$ code in an a href tag and if so wy? where can i use it?

Re: Extension Builder Question

Posted: Thu Sep 03, 2015 5:14 pm
by Pablo
You can put it anywhere you want the event code to be inserted.

Re: Extension Builder Question

Posted: Thu Sep 03, 2015 5:28 pm
by Patrik iden
Pablo wrote:You can put it anywhere you want the event code to be inserted.
OK, can you giv an example please?

Re: Extension Builder Question

Posted: Thu Sep 03, 2015 5:31 pm
by Pablo

Code: Select all

<a href=”#” $EVENTS$> … </a>

Re: Extension Builder Question

Posted: Thu Sep 03, 2015 5:42 pm
by Patrik iden
Pablo wrote:

Code: Select all

<a href=”#” $EVENTS$> … </a>
OK, i got it now. Thank you.