.. include:: ../../Includes.txt .. _markerTags: =========== Marker Tags =========== ================================= ================ ================================================= Tag Data type Description ================================= ================ ================================================= :ref:`marker.marker` Object Creates a marker object. :ref:`marker.setMarker` Default Method Defines the marker. :ref:`marker.setMarkerByPieces` Method Defines the marker by concatenating the attributes. ================================= ================ ================================================= .. _marker.marker: marker ====== .. container:: table-row Property marker value Data type Object Description Creates a marker object Attributes: - id (required): the identifier. It is equivalent to: .. code:: .. _marker.setMarker: setMarker ========= .. container:: table-row Property Data type Default method Description Defines the marker. Attributes: - value (required): the value for the marker. .. _marker.setMarkerByPieces: setMarkerByPieces ================= .. container:: table-row Property Data type Default method Description Defines the markerby concatenating the attributes. Attributes: - Any attribute name can be used. The resulting marker is the concatenation of all attribute values. In the following exemple, the marker ``myMarkerId`` has the value ``Number of pages created per year``. .. code:: This method is useful when markers include information from a query, for example. In this case, a part is a reference to the data generated by the query. .. tip:: Using \\n in an attribute value generates a newline break.