Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
seungmi committed Sep 24, 2019
1 parent 3cdd454 commit 2ac21e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions 002_02_basic_top_toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Top Toolbar
===========


.. image:: resource_new/top_toolbar.png
.. thumbnail:: resource_new/top_toolbar.png

**Top Toolbar** contains `Command`_ / `Tab Menu`_ / `Stage`_ area.


----------


.. image:: resource_new/command.png
.. thumbnail:: resource_new/command.png


Command
Expand All @@ -42,37 +42,37 @@ Tab Menu area consists of 6 tabs - **Style/ Property/ Text/ Transform/ Mouse-Ove



.. image:: resource_new/style_tab.png
.. thumbnail:: resource_new/style_tab.png

* ``Style Tab`` : In Style Tab, you can modify **Radius / Border / Background-Image / Box-Shadow / Opacity**.



.. image:: resource_new/property_tab.png
.. thumbnail:: resource_new/property_tab.png

* ``Property Tab`` : In Property Tab, you can set & change properties of each widget. Each widget has individual property options.



.. image:: resource_new/text_tab.png
.. thumbnail:: resource_new/text_tab.png

* ``Text Tab`` : In Text Tab, you can modify **Font-family / Font-size / Font-weight (thinkness) / Font-color / Line-height / Heading / Font-alignment**.



.. image:: resource_new/transform_tab.png
.. thumbnail:: resource_new/transform_tab.png

* ``Transform Tab`` : In Transform Tab, you can modify **Rotation** property.



.. image:: resource_new/mouseover_tab.png
.. thumbnail:: resource_new/mouseover_tab.png

* ``Mouse-Over Tab`` : In Mouse-Over Tab, you can add Mouse-Over actions to each widget. (e.g. **BG-color, Text-color, X-position, Y-position, width, height, BG-image position, ...**)



.. image:: resource_new/link_tab.png
.. thumbnail:: resource_new/link_tab.png

* ``Link Tab`` : In Link Tab, you can add **Hyperlink** to a certain widget.

Expand All @@ -81,7 +81,7 @@ Tab Menu area consists of 6 tabs - **Style/ Property/ Text/ Transform/ Mouse-Ove

----------

.. image:: resource_new/stage.png
.. thumbnail:: resource_new/stage.png


Stage
Expand Down
5 changes: 3 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinxcontrib.images',
]

# Math
Expand All @@ -58,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.6'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.6'
release = '2.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2ac21e3

Please sign in to comment.