How To Make a Plugin? - Forum

Forum Navigation
You need to log in to create posts and topics.

How To Make a Plugin?

Hi,

I am still messing around with VisualNEO Web, and like what I am finding.

I searched for "Make Plugin" in the forum search and got many results, but couldn't find what I am looking for.

Is there a place where I can read the API needed to make a plugin, and a small tutorial showing how?

I understand they are made in Delphi, but if someone can point me in the right direction with a link for the recipe for making a VisualNEO Web plugin, that will be helpful.

Apologies, if the answer is obvious, but I am still finding my way around this place.

Hi @susan, you don't need to use Delphi for VisualNEO Web plugins, just JavaScript. There is an included Plugin Generator facility you can use. Also note that a few plugins include their source code so you can explore how they have been done.
Check this video tutorial to get started:

Regards.

susan has reacted to this post.
susan

@luishp thank you for the answer! The service you provide is much appreciated.

Finding out that Javascript is the language is good news!