PortalHelper GetAddInlineWidgetScript Method Kentico 8.1 API Reference
Gets the javascript code which ensures adding a new inline widget to the page.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

widgetInfo
Type: CMS.PortalEngine WidgetInfo
The widget info object
row
Type: OnlineSystem.Data DataRow
The widget data
fields
Type: OnlineSystem.Collections.Generic List FormFieldInfo 
The list of inline widget properties which will be saved in the text editor

Return Value

Type: OnlineString
See Also