# 브레드크럼

현재 페이지의 위치를 ​​표시하여 브라우저를 다시 쉽게 찾을 수 있도록 합니다.

이동 경로 셀의 값을 초기화하는 세 가지 방법이 있습니다.

1. 정적 값 사용

   a. 모든 일반 페이지에 이동 경로 셀을 넣고 디자인 타임에 기본값을 설정합니다.&#x20;
2. 데이터베이스별 사이트 맵 구성

   a. 탐색경로 셀을 마스터 페이지에 넣기

   b. 다음과 같이 테이블 "사이트" 맵을 생성합니다.

| 페이지 이름 | 페이지경로        |
| ------ | ------------ |
| 사용자    | 홈/사용자 관리/사용자 |
| 역할     | 홈/사용자 관리/역할  |
| 조직     | 홈/이용자 관리/조직  |
| 수입     | 홈/날짜/가져오기    |
| 내보내다   | 홈/날짜/수출      |

&#x20;  c. 페이지 로드 명령에서. 현재 페이지 이름으로 변수 설정 명령으로 테이블 쿼리 및 셀 속성 설정 명령으 로 값을 breadcurmb로 설정

3. 메뉴 셀 유형별 구성

&#x20;     a. 메뉴 셀 유형 넣기

&#x20;     b. 페이지 로드 명령에서 메뉴에서 경로를 가져오고 breadcurmb로 설정합니다.

### **셀속성**&#x20;

<figure><img src="/files/AKx1mTeXURCOpJ7WdCBe" alt=""><figcaption></figcaption></figure>

| 이름       | 설명                                                        |
| -------- | --------------------------------------------------------- |
| 클릭 명령 편집 | 이동 경로를 클릭할 때 실행할 명령 구성                                    |
| 기본값      | 기본 항목. 구분 기호를 사용하여 항목을 구분합니다(예: "User/Config/Role/Task"). |
| 구분자      | 구분 기호                                                     |


---

# 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://doc.forguncy.co.kr/forguncy-v9/plugin/useplugin/celltype/elementui/breadcrumb.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.
