Innovator 12.0 JavaScript API Reference
Innovator 12.0 JavaScript API Reference
Namespaces
Aras.Client.Controls.Public
HtmlEditor Class
HtmlEditor Methods
Event:onAfterPaste Method
Event:onBlur Method
Event:onChange Method
getHTMLSource Method
insertImage Method
onLoadDeferred Method
set Method
setDisabled Method
setHTMLSource Method
HtmlEditor
insertImage Method
Adds an Html image tag.
Namespace:
Aras.Client.Controls.Public
Syntax
JavaScript
Copy
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
Reference
HtmlEditor Class
Aras.Client.Controls.Public Namespace
© 2006-2019 Aras Corporation.
Send comments on this topic to
support@aras.com