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

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
gracehsu
Posts: 13
Joined: 23 Dec 2022, 04:06

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

Post 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!
tim mcentee
Posts: 40
Joined: 26 Jul 2017, 13:20

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

Post 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
Post Reply