Click or drag to resize

HtmlEditorinsertImage Method

Adds an Html image tag.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function insertImage(src, altText, align, border, hSpace, vSpace);

Parameters

src
Type: string
Url of Image
altText
Type: string
Alternate text for an image
align
Type: string
Alignment of an image according to surrounding elements
border
Type: int
Width of the border around an image, pixels
hSpace
Type: int
Whitespace on left and right side of an image, pixels
vSpace
Type: int
Whitespace on "top" and "bottom" of an image, pixels
See Also