JonL
July 29, 2021, 7:11pm
47
It’s just plain javascript and some basic App Connect understanding.
Here you have a two threads with info on AC custom components.
Hi there!
Is it possible to have the ability to develop custom components? I’ve searched around but found nothing related to custom app connect components.
For example, let’s assume I need a custom chartjs chart where I want to draw an arbitrary vertical line somewhere similar to this one . The current chart component generates code similar to:
<dmx-chart id="chart1" nogrid="true" stacked="true" colors="colors1" legend="left" dmx-bind:data="sc_get_cars.data.cars" dataset-1:value="year" dataset…
Hi guys,
Here you have a simple example.
<!doctype html>
<html>
<head>
<base href="/">
<script src="/dmxAppConnect/dmxAppConnect.js"></script>
<meta charset="UTF-8">
<title>Untitled Document</title>
<script src="/js/jquery-3.4.1.slim.min.js"></script>
<link rel="stylesheet" href="/fontawesome4/css/font-awesome.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/bootstrap/4/css/bootstra…
Additionally when the team opens up AC custom components(originally planned for after 4.0 although it could be moved of course) they will write some documentation for this.
1 Like