Extension Builder Question

This section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
Forum rules
This forum section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
Post Reply
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Extension Builder Question

Post 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.
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Extension Builder Question

Post 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>
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Extension Builder Question

Post 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?
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Extension Builder Question

Post by Pablo »

You can put it anywhere you want the event code to be inserted.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Extension Builder Question

Post 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?
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Extension Builder Question

Post by Pablo »

Code: Select all

<a href=”#” $EVENTS$> … </a>
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Extension Builder Question

Post by Patrik iden »

Pablo wrote:

Code: Select all

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