danielebarchiesi@4: element with danielebarchiesi@4: * the same class attributes as the field's HTML element. danielebarchiesi@4: * danielebarchiesi@4: * - $view: The view in use. danielebarchiesi@4: * - $fields: an array of $field objects. Each one contains: danielebarchiesi@4: * - $field->content: The output of the field. danielebarchiesi@4: * - $field->raw: The raw data for the field, if it exists. This is NOT output danielebarchiesi@4: * safe. danielebarchiesi@4: * - $field->element_type: The HTML element wrapping the field content and danielebarchiesi@4: * label. danielebarchiesi@4: * - $field->attributes: An array of attributes for the field wrapper. danielebarchiesi@4: * - $field->handler: The Views field handler object controlling this field. danielebarchiesi@4: * Do not use var_export to dump this object, as it can't handle the danielebarchiesi@4: * recursion. danielebarchiesi@4: * - $row: The raw result object from the query, with all data it fetched. danielebarchiesi@4: * danielebarchiesi@4: * @see template_preprocess_semanticviews_view_fields() danielebarchiesi@4: * @ingroup views_templates danielebarchiesi@4: * @todo Justify this template. Excluding the PHP, this template outputs angle danielebarchiesi@4: * brackets, the label element, slashes and whitespace. danielebarchiesi@4: */ danielebarchiesi@4: ?> danielebarchiesi@4: $field): ?> danielebarchiesi@4: danielebarchiesi@4: element_type): ?> danielebarchiesi@4: <element_type; ?>attributes); ?>> danielebarchiesi@4: danielebarchiesi@4: danielebarchiesi@4: label): ?> danielebarchiesi@4: danielebarchiesi@4: label_element_type): ?> danielebarchiesi@4: <label_element_type; ?>label_attributes); ?>> danielebarchiesi@4: danielebarchiesi@4: danielebarchiesi@4: label; ?>: danielebarchiesi@4: danielebarchiesi@4: label_element_type): ?> danielebarchiesi@4: label_element_type; ?>> danielebarchiesi@4: danielebarchiesi@4: danielebarchiesi@4: danielebarchiesi@4: danielebarchiesi@4: content; ?> danielebarchiesi@4: danielebarchiesi@4: element_type): ?> danielebarchiesi@4: element_type; ?>> danielebarchiesi@4: danielebarchiesi@4: danielebarchiesi@4: