Search
ButtonComponent.createController Method
See Also
 






Component.CreateController override. Returns a controller used to interact with this button.

Namespace: MindFusion.Charting.Components
File: ButtonComponent.js

 Syntax

JavaScript  Copy Code

function createController (context)

 Parameters

context

A RenderContext instance.

 Return Value

Instance of a ComponentController -derived class.

 See Also