SoftadminSnippet.Element_SetContent

Type: Stored procedure

Updates the inner HTML of the element with the specified id when called from a snippet procedure.

Example

EXEC SoftadminSnippet.Element_SetContent
	@ElementId = N'MyElementId',
	@Html = N'<b>Done</b>';

Parameters

@ElementId mandatory varchar
@Html mandatory nvarchar