Skip to content

WD ATTR Full Tool

wdonadelli edited this page Apr 10, 2022 · 3 revisions

WD ATTR Full Tool

The reference for how the attribute works is in the following tools:

The tool's target is the elements identified in it and, if not defined, it will be applied to the element that contains it.

The attribute has the following arguments:

Name Type Mandatory Description
exit None No If set, its value will be true (see exit).
$ CSS No Defines the tool's target.
<div style="background-color: #ffffff;padding: 20px;" id="win" >
	<h3>Hello World!</h3>

	<button type="button" data-wd-full="${#win}" >Full</button>
	<button type="button" data-wd-full="${#win}exit{}" >Exit</button>
</div>
Clone this wiki locally