Main Content
createElementTwoWayLink
Class: slreportgen.webview.EmbeddedWebViewDocument
Namespace: slreportgen.webview
Element link and anchor in embedded Web view report
Syntax
elem2link = createElementTwoWayLink(wvdoc,ehandle,domlabel)
Description
creates a two-way connection between a Simulink® Web view element and a DOM object in an embedded Web view Document panel. The
elem2link
= createElementTwoWayLink(wvdoc
,ehandle
,domlabel
)elem2link
DOM object is updated to include attributes that
identifies it as a link. The elem2link
DOM object is of the same type
as domlabel
or if domlabel
is a string, an
mlreportgen.DOM.Text
object is created.
Input Arguments
Output Arguments
Examples
More About
Version History
Introduced in R2017a