# CellClickCondition

## Шаблон CellClickCondition <a href="#template_cell_click_condition" id="template_cell_click_condition"></a>

```xml
<Condition Name="" Type="CellClickCondition" Assembly="Conditions">
  <!--Тэги, общие для всех условий-->
  <AlwaysChange Value="" />
  <!--Тэги, специфичные для CellClickCondition-->
  <Table Name="" />
</Condition>
```

## Описание CellClickCondition <a href="#description_cell_click_condition" id="description_cell_click_condition"></a>

```xml
<Condition Name="CellClickConditionName" Type="CellClickCondition" Assembly="Conditions">
  <!--Тэги, общие для всех условий-->
  <!--Тэги, специфичные для CellClickCondition-->
</Condition>
```

## Тэги, специфичные для CellClickCondition <a href="#tags_cell_click_condition" id="tags_cell_click_condition"></a>

### Table <a href="#table" id="table"></a>

[Таблица](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/objects/databasetable), в которой срабатывает событие клика на ячейке.

Обязательный тэг. Значение тэга `<Table>`: не ожидается.

```xml
<Table Name="TableName" />
```

#### Атрибуты тэга `<Table>` <a href="#attributes_tag_table" id="attributes_tag_table"></a>

<table data-header-hidden><thead><tr><th align="center"></th><th width="463.3333333333333"></th></tr></thead><tbody><tr><td align="center">Name</td><td><p>Название объекта таблицы.</p><p></p><p>Обязательный атрибут. Ожидается название одного из объектов таблиц, описанных в форме.</p></td></tr></tbody></table>


---

# 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://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/conditions/event_condition/cell_click_condition.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.
