# Tooltips

The Tooltips property defines which tooltips are displayed for widgets, the cells of a table widget, the entries in a menu widget or elements of a chart widget.

#### Value type

Tooltips are of the value type *text*. If other value types such as numbers or dates are specified, these are converted to text.

If a tooltip value is empty, no tooltip is displayed for this element.

#### Remarks

* If only one tooltip value is specified for a menu widget, this is displayed for the menu button. If a list of tooltip values is specified, these tooltips are displayed for the individual entries of the menu pop-up.
* It is possible to format the tooltips using HTML markup (see example 2 below).

#### Examples

Example 1: In this example, the exact day of the order is displayed as a tooltip for the year.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfbOCUUb6T1dpTR0J2vfH%2Fuploads%2Fx6TlLnTIe2qpFW7X3rXq%2Fimage.png?alt=media&#x26;token=1ed3fe28-9661-405a-b822-1f7d6d52ee04" alt=""><figcaption></figcaption></figure>

Example 2: In this example, the tooltip is formatted using HTML markup:

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfbOCUUb6T1dpTR0J2vfH%2Fuploads%2FJdIvJWu97Zb8janccJlW%2Fimage.png?alt=media&#x26;token=e17f3429-7c01-417c-a43d-ef16cfd14994" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/nedyx/clearlines-functions/general-aspects/calculated-widget-properties/tooltips.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
