Marker ViewHelper <c:marker>
ViewHelper that defines markers.
Go to the source code of this ViewHelper: MarkerViewHelper.php (GitHub).
Arguments
The following arguments are available for the marker ViewHelper:
id
-
- Required
true
- Type
- string
Marker ID
value
-
- Type
- string
Marker value
reload
-
- Default
- false
- Type
- boolean
If true, the marker is reloaded if it exists
Examples
With value attribute
<c:marker id="width" value="600" />
Copied!
Child nodes -----------
<c:marker id="width">600</c:marker>
Copied!