Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JDLabOrg/IUManual-KO
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoungkim2 committed Dec 18, 2015
2 parents 276a146 + 45e631a commit 8f720b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
26 changes: 15 additions & 11 deletions basic_middle_toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,34 @@

.. image:: resource/iu_manual_middle_toolbar.png

중앙 툴바는 캔버스 바로 상단에 위치하며, `포지션`_ / `프레임`_ / `정렬`_ / `배경컬러`_ / `위젯 보기 버튼`_ 영역으로 구분됩니다.
중앙 툴바는 캔버스 바로 상단에 위치하며, `페이지 캡쳐`_ / `포지션`_ / `프레임`_ / `배경컬러`_ / `위젯 보기 버튼`_ 영역으로 구분됩니다.

----------


페이지 캡쳐 Page Capture
-------------

현재 페이지를 캡쳐하여 **프로토타입 모드 Prototype Mode** 의 커스텀 섬네일에 추가합니다.


----------


포지션 Position
-------------

선택된 요소의 포지션을 설정합니다. (단위를 % 로 바꿀 경우, x/y 값은 드래그로 변경되지 않으며 w/h 값 역시 드래그로 변경되지 않습니다.)


* ``포지션 Position`` : 위젯의 포지션을 **Absolute, Relative, Fixed** 중 한 가지로 설정합니다.
* ``서브 포지션 Sub Position`` : 위젯의 포지션 기준을 무엇으로 할 지 서브 포지션을 설정합니다.
* ``정렬 버튼 Align Button`` : 위젯을 가운데로 맞춥니다. 여러위젯을 선택하여 정렬할 수 있습니다.
* ``포지션 속성 설정 팝업 Position setting popup`` : 요소의 포지션 가운데 고정 Fixed Center Position, 오버플로우 Overflow, z-index 속성을 변경할 수 있습니다.

* ``x 좌표 입력필드 & 스텝퍼 X position input field & Stepper`` : 요소의 x 좌표를 직접 입력하거나, 스텝퍼를 이용하여 1px 씩 조절합니다. px 또는 % 로 단위를 변경할 수 있습니다.
* ``y 좌표 입력필드 & 스텝퍼 Y position input field & Stepper`` : 요소의 y 좌표를 직접 입력하거나, 스텝퍼를 이용하여 1px 씩 조절합니다. px 또는 % 로 단위를 변경할 수 있습니다.
* ``포지션 속성 설정 팝업 Position setting popup`` : 요소의 포지션 Position, 오버플로우 Overflow, z-index 속성을 변경할 수 있습니다.



----------
Expand All @@ -44,15 +57,6 @@



----------


정렬 Align
---------

선택된 요소를 가운데로 고정 시킬수 있습니다. 포지션 옵션이 Relative인 요소는 가로 정렬만 가능합니다.


----------


Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ IUEditor Manual
:maxdepth: 2
:caption: 고급 기능 Advanced Feature

advanced_developer_mode
advanced_scenario_mode
advanced_prototype_mode
advanced_heroku
Expand Down

0 comments on commit 8f720b2

Please sign in to comment.