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 pane. The
generated elem2link
= createElementTwoWayLink(wvdoc
,ehandle
,domlabel
)elem2link
DOM object includes attributes that identify it as
a link. The elem2link
DOM object is of the same type as
domlabel
or, if domlabel
is a string, the DOM
object is an mlreportgen.DOM.Text
object.
Input Arguments
Output Arguments
Examples
More About
Version History
Introduced in R2017a