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.
Extension Builder Question
Forum rules
This forum section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
This forum section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Extension Builder Question
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>
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Extension Builder Question
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?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>
Re: Extension Builder Question
You can put it anywhere you want the event code to be inserted.
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Extension Builder Question
OK, can you giv an example please?Pablo wrote:You can put it anywhere you want the event code to be inserted.
Re: Extension Builder Question
Code: Select all
<a href=”#” $EVENTS$> … </a>
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Extension Builder Question
OK, i got it now. Thank you.Pablo wrote:Code: Select all
<a href=”#” $EVENTS$> … </a>