Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
seungmi committed Sep 25, 2019
1 parent ec30f13 commit 1aac485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 3 additions & 5 deletions panel_custom_code.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
커스텀 코드 패널 Custom Code Panel
=================================


커스텀 코드 패널 Cutsom Code Panel
==============================

커스텀 코드 패널은 아이유에디터 메뉴 View > Custom Code 항목을 활성화 시키면 등장합니다. 편집이 필요한 코드의 양이 많을 때 사용합니다. 다룰 수 있는 코드의 종류는 JavaScript (onClick / onChange / onLoad), HTML (inner code), SVG 등이 있습니다.
커스텀 코드 패널은 아이유에디터 메뉴 View > Custom Code 항목을 활성화 시키면 등장합니다. 편집이 필요한 코드의 양이 많을 때 사용합니다. 다룰 수 있는 코드의 종류는 JavaScript (onClick / onChange / onLoad), HTML (inner code), SVG 등이 있습니다.

.. image:: resource/iu_manual_panel_custom_code.png
9 changes: 3 additions & 6 deletions preference_custom_template.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@


커스텀 템플릿 Custom Template
=======================
======================================


새프로젝트 만들기에 노출되는 템플릿 목록을 커스터마이즈 할 수 있습니다.
새프로젝트 만들기에 노출되는 템플릿 목록을 커스터마이즈 할 수 있습니다.
커스텀 템플릿을 적용하기 위해서 아래 가이드를 따라 주세요.


Expand All @@ -26,7 +24,7 @@
* ``2. downLoadLink`` : 다운로드를 받을 수 있는 zip파일입니다. download를 위해 iu파일이 zip파일로 묶어져 있어야 합니다.
* ``3. filename`` : zip파일안의 iu파일 이름입니다.
* ``4. thumbnail`` : new document 화면에서 보이는 thumbnail입니다.
* ``5. previewLink`` : preview 버튼을 누르면 연결되는 화면입니다. 이미지 파일 혹은 실제 페이지로 구성되어 있습니다.
* ``5. previewLink`` : preview 버튼을 누르면 연결되는 화면입니다. 이미지 파일 혹은 실제 페이지로 구성되어 있습니다.



Expand Down Expand Up @@ -60,4 +58,3 @@
.. image:: resource/iu_manual_preference_general.png

plist의 URL주소를 preference에 적용하면 다음 IUEditor실행부터 template이 반영된 모습을 확인할 수 있습니다.

0 comments on commit 1aac485

Please sign in to comment.