Page 1 of 1

is there a repository of custom extension templates/'skeletons'?

Posted: 17 May 2023, 06:17
by gracehsu
I've already gone through the aXes tutorial for making custom extensions... the tutorial says "Depending on your JavaScript skills, when writing the first extension you may choose an existing extension as the starting point." - is there a repository for extension 'skeletons', and/or is there a way to extract a copy of the default extensions so that I have a place to start with? Thanks!

Re: is there a repository of custom extension templates/'skeletons'?

Posted: 18 May 2023, 11:36
by tim mcentee
Hi Grace

A few releases ago the shipped extensions were packaged into one file, or 3 actually. They can be located in ..\ts\js folder
axextensions.min.js
axjqextensions.min.js
axmdextensions.min.js

Open the flavour of file that you need in Notepadd++ - use JSTOOLS plugin - Jsformat to unminify.

Then scroll down to find the plugin that meets your needs.

Tim