# f.Content().reload()

## 개요

그룹/레이아웃을 리로드 할 수 있습니다.

{% hint style="warning" %}
이벤트 스크립트에서만 사용가능합니다.

대상 컨트롤 컴포넌트 : Group, Layout
{% endhint %}

## 예시

```javascript
f.Content('f_10476').reload()

// 특정 데이터로 그려진 그룹/레이아웃만 리로드
f.Content('f_10476', 'ty30296N').reload()
```

## 활용

텍스트 전체삭제 버튼 샘플 카드를 클릭하면 샘플 시나리오를 통해 f.Content().reload() 함수를 활용한 예제를 확인해 볼 수 있습니다.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><a href="https://sample.flextudio.com/studio?ScenarioId=sample||text_delete"><strong>텍스트 전체삭제 버튼 샘플</strong></a></td><td></td><td></td><td><a href="https://3692858826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnEaccHKpzIIeXyj1yXLr%2Fuploads%2FGcPIn6D8uzzkDyTWFSik%2Fimage.png?alt=media&#x26;token=b674dd78-6e0d-42b5-974d-cb302a5a0879">image.png</a></td><td><a href="https://sample.flextudio.com/studio?ScenarioId=sample||text_delete">https://sample.flextudio.com/studio?ScenarioId=sample||text_delete</a></td></tr></tbody></table>
