Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.41 KB

File metadata and controls

50 lines (25 loc) · 1.41 KB

{ComponentName}

How to use component in controller

Declare component

[!code-pascal]

Declare initialization variables

Most of the initialization variables will come from the I/O system. This example is only for demonstrational purposes.

[!code-pascal]

Initialize & Run

[!code-pascal]

[!INCLUDE IntializeAndRun]

Use

[!code-pascal]

[!code-csharp]

Generic Read-Only view

[!code-html]

Generic control view

[!code-html]

Type agnostic using RenderableContentControl status (Read-Only) view

[!code-html]

Type agnostic using RenderableContentControl control view

[!code-html]