Skip to content

Commit

Permalink
change imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
sseop committed Sep 24, 2019
1 parent 4465981 commit 9ee15f0
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 36 deletions.
8 changes: 4 additions & 4 deletions 002_03_basic_mid_toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Middle Toolbar
==============

.. image:: resource/iu_manual_middle_toolbar.png
.. image:: resource_new/mid_toolbar.png

Middle Toolbar is placed at the top of canvas and contains `Page Capture`_ / `Position`_ / `Frame`_ / `Background-Color`_ / `Show/Hide Widget Button`_ area.

Expand All @@ -22,7 +22,7 @@ Middle Toolbar is placed at the top of canvas and contains `Page Capture`_ / `Po
Page Capture
-------

Captures the current page and adds custom thumnail in **Prototype Mode**.
Captures the current page and adds custom thumnail in **Prototype Mode**.


----------
Expand All @@ -32,7 +32,7 @@ Captures the current page and adds custom thumnail in **Prototype Mode**.
Position
--------

Position area consists of **Position/ Align options/ Input fields/ Stepper for X & Y position**.
Position area consists of **Position/ Align options/ Input fields/ Stepper for X & Y position**.


* ``Position`` : Select position from select - **Absolute/ Relative/ Fixed**.
Expand All @@ -49,7 +49,7 @@ Position area consists of **Position/ Align options/ Input fields/ Stepper for X
Frame
-----

Frame area consists of **Input fields/ stepper for width & height value**.
Frame area consists of **Input fields/ stepper for width & height value**.

* ``Width input field & stepper`` : You can change **Width** value by typing value into text field or clicking stepper. (px or %)
* ``Height input field & stepper`` : You can change **Height** value by typing value into text field or clicking stepper. (px or %)
Expand Down
11 changes: 5 additions & 6 deletions 002_04_basic_widget.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. _Go To Manage Custom Widgets Panel: ./panel_management_widget.html
.. _IU Widget: #iu-widgets
.. _Custom Widget: #custom-widgets
.. _Manage Custom Widget: ./panel_management_widget.html
.. _Manage Custom Widget: ./panel_management_widget.html



Expand All @@ -18,7 +18,7 @@ Widget toolbar is at the right side of canvas. Open and close **Wiget Panel** wi
IU Widget
----------------

.. image:: resource/iu_manual_iuwidgets.png
.. image:: resource_new/widget_basic.png

In IU WIDGET tab, all available widgets in IUEditor will be shown. Fundamental elements including **Box / Text / Image / Static Image / Cell** widgets and other various widgets used in a web page are offered. All the provided widgets are divided into Base, Complex, Programming groups. You can see the detailed information of each widget by **right-clicking** the widget.

Expand All @@ -30,14 +30,13 @@ In IU WIDGET tab, all available widgets in IUEditor will be shown. Fundamental e
Custom Widget
----------------

.. image:: resource/iu_manual_customwidgets.png
.. image:: resource_new/widget_custom.png

In CUSTOM WIDGETS tab, custom widgets imported by **Import Button** (Window> Manage Custom Widgets) will be shown. The widgets can be divided into customized widget groups. You can add custom widgets on canvas by **drag and drop** or **double clicking** the widget. You can check the detailed information of a widget by **right-clicking** it. All the information of custom widgets can be edited at ``Manage Custom Widget`` window.
In CUSTOM WIDGETS tab, custom widgets imported by **Import Button** (Window> Manage Custom Widgets) will be shown. The widgets can be divided into customized widget groups. You can add custom widgets on canvas by **drag and drop** or **double clicking** the widget. You can check the detailed information of a widget by **right-clicking** it. All the information of custom widgets can be edited at ``Manage Custom Widget`` window.


* ``Refresh Button`` : Updates custom widget library.
* ``Search Field`` : Search custom widget library by name or tag.
* ``Zoom in/Zoom out Button`` : Zoom in or out custom widget library.

`Go To Manage Custom Widgets Panel`_

`Go To Manage Custom Widgets Panel`_
8 changes: 3 additions & 5 deletions 002_05_basic_nav.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Navigation
==========

.. image:: resource/iu_manual_navigation.png
.. image:: resource_new/basic_nav.png

Navigation area is at the left side of canvas. Three key elements are `Structure`_ , `Page`_ ,and `Composition`_.

Expand Down Expand Up @@ -55,7 +55,7 @@ Composition
------------

Composition tab shows the design compositions of the current project. You can **add, remove, and rename composition & group**.

* ``Add New Custom Composition Button`` : Adds a new custom composition.
* ``Add New Composition Button`` : Adds a new composition.
* ``Add New Group Button`` : Adds a new group.
Expand All @@ -77,6 +77,4 @@ References
3. Type new name as you want
4. Press **Enter Key**

.. note :: You can not use these names : **id / ifdef / default**
.. note :: You can not use these names : **id / ifdef / default**
20 changes: 9 additions & 11 deletions 002_06_basic_canvas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
Canvas
===========

.. image:: resource/iu_manual_canvas.png
.. image:: resource_new/canvas.png

Canvas is the preview of the website. The structure designed on the canvas by **adding widgets** will be shown in the web page.
Canvas is the preview of the website. The structure designed on the canvas by **adding widgets** will be shown in the web page.

`How to add widgets to canvas`_

Expand All @@ -19,18 +19,18 @@ Canvas is the preview of the website. The structure designed on the canvas by **



Context Menu - Single Widget
Context Menu - Single Widget
----------------------------------------------


.. image:: resource/iu_manual_canvas_context_single.png
.. image:: resource_new/single_widget_01.png

After selecting a single widget in canvas, right-click to open the **Context Menu**.
Below are information and functions in the Context Menu.

* ``Widgets`` : Shows the whole widgets placed at the current position of the mouse pointer.

.. image:: resource/iu_manual_canvas_context_single_widget.png
.. image:: resource_new/single_widget_02.png

* ``Add Memo`` : Opens `Memo Panel`_ where you can add memo about the selected widget.
* ``Export to Widget`` : Opens `Export Widget Panel`_ that is used to export **Custom Widget** .
Expand All @@ -41,21 +41,19 @@ Below are information and functions in the Context Menu.
----------


Context Menu - Muiltiple Widgets
Context Menu - Muiltiple Widgets
----------------------------------------------


.. image:: resource/iu_manual_canvas_context_multi.png
.. image:: resource_new/multi_widget_01.png

After selecting multiple widgets in canvas, right-click to open the **Context Menu**.


* ``Align`` : Aligns the selected widgets according to the option chosen : **Align Left / Align Center / Align Right / Align Top / Align Middle / Align Bottom**

.. image:: resource/iu_manual_canvas_context_multi_align.png
.. image:: resource_new/multi_widget_02.png

* ``Size`` : Fixes the size of the selected widgets according to the option chosen : **Match Width / Match Height**

.. image:: resource/iu_manual_canvas_context_multi_size.png


.. image:: resource_new/multi_widget_03.png
1 change: 1 addition & 0 deletions 003_02_advanced_proto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Displays **the history of revision** made in the current project. You can add or

* ``Add New Date`` : Creates a new editable row field in the table.
* ``Remove Date `` : Deletes the selected row from table.
----------
Project Workflow
Expand Down
10 changes: 0 additions & 10 deletions advanced_server.rst

This file was deleted.

Binary file added resource_new/basic_nav.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/canvas.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/mid_toolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/multi_widget_01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/multi_widget_02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/multi_widget_03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/single_widget_01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/single_widget_02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/widget_basic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource_new/widget_custom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ee15f0

Please sign in to comment.