# 엘리먼트 UI (Element UI)

엘리먼트 UI 를 이용하여 모던 웹사이트 모양을 만들 수 있습니다.&#x20;

<table><thead><tr><th width="163">버전</th><th>다운로드 링크 </th></tr></thead><tbody><tr><td>V10 </td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V10_Plugin/ElementUI.zip">Element.zip</a></td></tr><tr><td>v9</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V9_Plugin/ElementUI.zip">Element.zip</a></td></tr></tbody></table>

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

### 제한 사항&#x20;

Element UI는 리스트뷰에서 사용할 수 없습니다.

명령은 서버 단에서 사용할 수 없습니다.&#x20;

### 정책&#x20;

1. Element UI의 색상은 Forguncy의 테마 색상을 사용합니다.
2. 셀 유형이 값을 지원하는 경우,
   1. 값을 변경하기 위해 셀 속성 설정 명령을 지원합니다.
   2. 셀에서 수식을 지원합니다.
   3. 바인딩을 지원합니다
3. 셀 유형이 "비활성화됨" 속성을 지원하는 경우,
   1. 활성화/비활성화 상태를 변경하는 셀 속성 설정 명령을 지원합니다.
   2. 조건 형식에 따라 변경 활성화/비활성화 상태를 지원합니다.
   3. UI 권한으로 변경 활성화/비활성화 상태를 지원합니다.
4. 셀 유형이 "읽기전용" 속성을 지원하는 경우,
   1. 읽기 전용/편집 가능 상태를 변경하는 셀 속성 설정 명령을 지원합니다.
   2. 조건 형식에 따라 읽기 전용/편집 가능 상태 변경을 지원합니다.
   3. UI 권한으로 읽기 전용/편집 가능 상태 변경을 지원합니다.
5. 가치 정책
   1. 셀의 값이 범위 또는 목록인 경우 셀 값은 ","로 값을 결합할 수 있는 문자열이 됩니다.
6. 모든 요소 UI 셀 유형이 목록 보기에 추가를 지원하지 않음<br>
   1. 사용자가 목록에 표시하려면 반복 셀을 대신 사용하십시오.


---

# 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/plugin/useplugin/celltype/elementui.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.
