is there a repository of custom extension templates/'skeletons'?
Moderator: jeanmichel
is there a repository of custom extension templates/'skeletons'?
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!
-
tim mcentee
- Posts: 40
- Joined: 26 Jul 2017, 13:20
Re: is there a repository of custom extension templates/'skeletons'?
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
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