Skip to content

Arxivar/SamplePlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arxivar

sample-plugins in Javascript Javascript

Some sample plugins for ARXivar Next

Installation

  • In order to install a plugin in ARXivar Next, just put the plugin folder (e.g. CalendarWidget) in your plugin installation folder (e.g. MyDrive:\Program Files (x86)\Abletech\ARXivarNext WebPortal\Scripts\plugins)

Repository content

This repository contains these Javascript plugins:

You can either download the .zip file or clone the repo.

sample-plugins in Typescript Typescript

Some sample plugins for ARXivar Next

Installation

  • install NodeJs if you don't already have it (LTS version 16.13.2 should be fine).

  • open the terminal into your plugin folder and install the node_modules locally using the command:

  npm install
  • run webpack with this command:
  npm run webpack

Remember: if you specify the path in the options, you'll not need to follow the steps below. Your plugin already running in ARXivar.

  • now a new subfolder named '(e.g. CalendarWidget)' has been created, in this folder you will find the javascript compiled files.

  • When you finish to develope your plugin, you have to copy the compiled files folder mentioned above in Scripts/plugins/ (path of ARXivarPortal) in order to use it.(e.g. MyDrive:\Program Files (x86)\Abletech\ARXivarNext WebPortal\Scripts\plugins)

    Repository content

This repository contains these Typescript plugins:

You can either download the .zip file or clone the repo.

sample-plugins Link Workflow V2

Some sample plugins for ARXivar Next

Installation

  • Click here in order to install a plugin link in ARXivar Next.

Repository content

This repository contains these link Workflow V2 plugins:

You can either download the .zip file or clone the repo.

License

Note: These plugins are provided as a support for learning activities, it's not recommended their use in production environment. Use them as a 'draft' for creating your plugins.

Note: Instructions for plugin creation can be found at generator-arxivar-plugin.

© Abletech S.r.l.