# flbResourceDetail

Zobrazí detaily pro daný zdroj

**Volitelné parametry:**

* **resourceId**: ID požadovaného zdroje
* **renderText**: definice zobrazení metadat (atributů) zdroje nad kalendářem
  * Možné hodnoty: \[ 'name', 'description', 'price', 'photo', 'photoThumb' ]
    * *name - zobrazení názvu zdroje*
    * *description - zobrazení popisu zdroje*
    * *price - zobrazení ceny za jednotku na zdroji*
    * *attribute - zobrazení uživatelsky definovaných atributů*
    * *photo - zobrazí první foto z externích fotek definovaných v rámci zdroje*&#x20;
    * *photoThumb - zobrazí náhled všech fotografií z externích fotek*
  * Default: \['name','description','price','attribute']

**Příklad**:

```
flbResourceDetail(
  'flexbook_resource_detail_1', 
  {
    resourceId: 7
  }
);
```


---

# 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://flexbook.gitbook.io/integracni-manual/javascript-komponenty/flbresourcedetail.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.
