.. include:: ../../Includes.txt .. _markerTags: =========== Marker Tags =========== .. only:: html .. contents:: :depth: 1 :local: .. _marker.marker: marker ====== .. confval:: marker :: marker value :Type: Object :Description: Creates a marker object :Attributes: - id (required): the identifier. It is equivalent to: .. code:: .. _marker.setMarker: setMarker ========= .. confval:: setMarker :: :Type: Default method :Description: Defines the marker. :Attributes: - value (required): the value for the marker. .. _marker.setMarkerByPieces: setMarkerByPieces ================= .. confval:: setMarkerByPieces :: :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.