Skip to content

Languages: JavaScript

Mykhailo Lytvyn edited this page Dec 26, 2023 · 4 revisions

Features

  • Automatic JavaScript language injection into the ImpEx and Business Process XML files.

Language Injection

ImpEx

JavaScript language will be injected into every string literal of the content column for Script type if scriptType set to JavaScript.

image

Business Process

JavaScript language will be injected in every XML tag name of script with attribute type="javascript".

In case there is a <![CDATA[ ... ]]!> within the tag body JavaScript language will be injected after <![CDATA[.

image
Clone this wiki locally