CDE Embedded Example

Description

A simple html page which will load the CDE require configs from a Pentaho server and render a new Dashboard with a Select Component and a custom module.

Configurations

The only real configuration needed is to include the embed file, done by simply calling an endpoint CDE provides

script tag
<script type="text/javascript" src="http://localhost:8080/pentaho/plugin/pentaho-cdf-dd/api/renderer/cde-embed.js"></script>

Sample