Click or drag to resize
GraphDesignerToolbarRegisterInitScript Method
Registers script initializing toolbar.

Namespace: CMS.WorkflowEngine.Web.UI
Assembly: CMS.WorkflowEngine.Web.UI (in CMS.WorkflowEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected void RegisterInitScript(
	string clientId
)

Parameters

clientId
Type: SystemString
Remarks
Call the method during OnLoad life-cycle phase.
See Also