The HTML Component

The HTML component serves to add advanced HTML elements to your workboard, using Necto’s APIs or any HTML code. You can extend the workboard functionality by adding new UI elements that will interact with the views on the workboard using JavaScript APIs. For example, you can add elements that will provide the ability to navigate with buttons, dropdown lists, or options buttons.

The HTML component interacts with all the other components on the workboard. For example, you can design an HTML component that when selecting a certain value will call the API of one of the other controls and slice it by the selected value.