Skip to content

Commit

Permalink
code link
Browse files Browse the repository at this point in the history
  • Loading branch information
seungmi committed Sep 24, 2019
1 parent 27e9c7b commit c423d26
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 42 deletions.
2 changes: 0 additions & 2 deletions 004_04_panel_memo.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


Memo Panel
====================

Expand Down
12 changes: 3 additions & 9 deletions 004_05_panel_manage_custom.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.. _Custom Widget List : #id1
.. _Custom Widget Info : #id2




Manage Custom Widget Panel
==================================

Expand All @@ -21,7 +15,7 @@ Top Bar
* ``Widget Tab`` : Manage imported custom widgets. Import custom widget with **import button**.
* ``Page Tab`` : Manage imported custom page. Import custom page with **import button**.
* ``Composition Tab`` : Manage imported custom composition. Import custom composition with **import button**.
* ``Widget Information Toggle Button`` : Show or hide `Custom Widget Information`_ area.
* ``Widget Information Toggle Button`` : Show or hide :ref:`Custom Widget Information` area.
* ``Search Bar`` : Searches by custom widget name.


Expand All @@ -31,7 +25,7 @@ Top Bar
Widget Group List
----------------------------

Widget Group List is placed at the left side of the panel. You can browse `Custom Widget List`_ by selecting the group name.
Widget Group List is placed at the left side of the panel. You can browse :ref:`Custom Widget List` by selecting the group name.



Expand All @@ -51,7 +45,7 @@ Custom Widget List is placed at the center of the panel.
----------


Custom Widget Info
Custom Widget Information
------------------------------

Custom Widget Info is placed at the right side of the panel.
Expand Down
12 changes: 1 addition & 11 deletions 004_06_panel_export.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
.. _Import Widget Panel : ./panel_import_widget.html
.. _Navigation > Page : ./basic_navigation.html#id2
.. _Navigation > Composition : ./basic_navigation.html#id3

.. _Export Widget : #export-widget-iuw
.. _Export Page : #export-page-iup
.. _Export Composition : #export-composition-iuc



Export Widget Panel
==============================

Expand All @@ -25,7 +15,7 @@ You can open Export Widget Panel from the left side of the canvas:
* ``Name`` : Sets name of custom widget.
* ``New Group`` : Sets the group of the custom widget.
* ``Export Directory`` : Sets the export directory of the custom widget.
* ``Description`` : Adds descriptions to the cutsom widget.
* ``Description`` : Adds descriptions to the custom widget.


----------
Expand Down
1 change: 0 additions & 1 deletion 005_00_project_type.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


Project Type
=======================

Expand Down
14 changes: 6 additions & 8 deletions 006_01_sheet_page.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


Page
============

Expand All @@ -19,10 +17,10 @@ When you select the index page and click the **Property** button, Page Setting p
* **Header** : Set **Header + Page Content Page Layout**
* **Footer** : Set **Footer + Page Content Page Layout**

* **Page Title** : Adds Page Title to current page.
* **Page Keyword** : Adds Page Keywords to current page. (Multiple keywords available)
* **Page Description** : Adds Page Description to current page.
* **Page Meta Image** : Adds Meta Image to current page. (URL)
* **Page Title** : Add Page Title to current page.
* **Page Keyword** : Add Page Keywords to current page. (Multiple keywords available)
* **Page Description** : Add Page Description to current page.
* **Page Meta Image** : Add Meta Image to current page. (URL)


-------------
Expand All @@ -35,8 +33,8 @@ When you click the **Project > Project Code (⇧⌘C)** button, Project Code pan

.. image:: resource_new/sheet_page_code.png

* **Page Header Custom Code** : Adds Custom Code in header of current page.
* **Page Header Custom Code for Backend** : Adds Custom Code for Backend in header of current page.
* **Page Header Custom Code** : Add Custom Code in header of current page.
* **Page Header Custom Code for Backend** : Add Custom Code for Backend in header of current page.



Expand Down
4 changes: 1 addition & 3 deletions 006_02_sheet_comp.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@


Composition
============

.. image:: resource/widget/IUClass.png


You can create repeatable elements by using Compositions. Compositions will be imported to **Import / Header / Footer / Collection** widgets.
You can create repeatable elements by using Compositions. Compositions will be imported to **Import / Header / Footer / Collection** widgets.
16 changes: 8 additions & 8 deletions 007_01_widget_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Box

.. image:: resource_new/box.png

Box widget is a fundamental widget which is generated to <div> tag. Mostly, Box widget is used to set layout and to group children widgets.
Box widget is a fundamental widget which is generated to :code:`<div>` tag. Mostly, Box widget is used to set layout and to group children widgets.


**Property**
Expand All @@ -21,7 +21,7 @@ Box widget is a fundamental widget which is generated to <div> tag. Mostly, Box
* Background Image : Valid
* Backend Ellipsis : Invalid

.. raw:: html
.. code:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_D5d3eKYFMw" frameborder="0" allowfullscreen></iframe>
Expand All @@ -38,7 +38,7 @@ Text

.. image:: resource_new/text.png

Text widget contains **Text Content** which is generated to <p>, <h1> or <h2> tag. You can edit text after double-click to widget.
Text widget contains **Text Content** which is generated to :code:`<p>`, :code:`<h1>` or :code:`<h2>` tag. You can edit text after double-click to widget.


**Property**
Expand All @@ -49,7 +49,7 @@ Text widget contains **Text Content** which is generated to <p>, <h1> or <h2> ta
* Background Image : Valid
* Backend Ellipsis : Valid

.. raw:: html
.. code:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zhllW9hdtm4" frameborder="0" allowfullscreen></iframe>
Expand All @@ -67,7 +67,7 @@ Image

.. image:: resource_new/img.png

Static Image widget contains **Image Content** which is generated to <img> tag. You can input image resource from Resource panel or Image URL link.
Static Image widget contains **Image Content** which is generated to :code:`<img>` tag. You can input image resource from Resource panel or Image URL link.

* ``Fit Widget Size to Image Size`` : Resize widget according to image resource size.

Expand All @@ -92,7 +92,7 @@ Static Image
.. image:: resource_new/static_img.png


Image widget contains **Image Content** which is generated by css {background} tag. You can input image resource from Resource panel or Image URL link and resize or rearrange image in widget area.
Image widget contains **Image Content** which is generated by css :code:`{background}` tag. You can input image resource from Resource panel or Image URL link and resize or rearrange image in widget area.

* ``Fit Widget Size to Image Size`` : Resize widget according to image resource size.

Expand All @@ -104,7 +104,7 @@ Image widget contains **Image Content** which is generated by css {background} t
* Background Image : Invalid
* Backend Ellipsis : Invalid

.. raw:: html
.. code:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/RHax9vtH91I" frameborder="0" allowfullscreen></iframe>
Expand All @@ -131,7 +131,7 @@ Cell widget contains **Text Content** , aligned Vertical-Center automatically. (
* Background Image : Valid
* Backend Ellipsis : Valid

.. raw:: html
.. code:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/l4XBFTpfmSM" frameborder="0" allowfullscreen></iframe>
Expand Down

0 comments on commit c423d26

Please sign in to comment.