Skip to content

Commit

Permalink
kbd link
Browse files Browse the repository at this point in the history
  • Loading branch information
seungmi committed Sep 24, 2019
1 parent 6ab7b30 commit 4102c8e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 24 deletions.
3 changes: 0 additions & 3 deletions 007_02_widget_complex.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


Complex Widget
============

Expand Down Expand Up @@ -27,7 +25,6 @@ Transition widget has two transition items. When mouse action triggered, transit
----------



.. image:: resource/widget/IUCarousel.png

Carousel
Expand Down
24 changes: 11 additions & 13 deletions 007_03_widget_programming.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


Programming Widget
============

Expand All @@ -13,7 +11,7 @@ Form

.. image:: resource_new/form.png

Form widget is a container for programming widgets which is generated to <form> tag. If you want to use programming widgets, you must to add Form widget in your project.
Form widget is a container for programming widgets which is generated to :code:`<form>` tag. If you want to use programming widgets, you must to add Form widget in your project.



Expand All @@ -37,7 +35,7 @@ Input Text

.. image:: resource_new/input_text.png

Input Text widget is a textfield which is generated to <input> tag (type : text).
Input Text widget is a textfield which is generated to :code:`<input>` tag (type : text).


**Property**
Expand All @@ -59,7 +57,7 @@ Input Paragraph Text

.. image:: resource_new/input_paragraph.png

Input Paragrapth Text widget is a textfield which is generated to <textarea> tag.
Input Paragraph Text widget is a textfield which is generated to :code:`<textarea>` tag.



Expand Down Expand Up @@ -107,7 +105,7 @@ HTML (Hyper Text Markup Language)

.. image:: resource_new/html.png

HTML widget is a code container which is generated to **custom html tag** (e.g. <style>, <script>, etc, ...). You can make custom widget by input custom html code into HTML widget.
HTML widget is a code container which is generated to **custom html tag** (e.g. :code:`<style>`, :code:`<script>`, etc, ...). You can make custom widget by input custom html code into HTML widget.



Expand Down Expand Up @@ -178,7 +176,7 @@ Checkbox
.. image:: resource_new/checkbox.png


Checkbox widget displays checkbox which is generated to <input> tag (type:checkbox).
Checkbox widget displays checkbox which is generated to :code:`<input>` tag (type:checkbox).



Expand All @@ -203,7 +201,7 @@ Radio Button

.. image:: resource_new/radio_btn.png

Radio Button widget displays radio button which is generated to <input> tag (type:radio).
Radio Button widget displays radio button which is generated to :code:`<input>` tag (type:radio).



Expand All @@ -227,7 +225,7 @@ Button

.. image:: resource_new/button.png

Button widget displays button which is generated to <input> tag (type:default / reset / submit).
Button widget displays button which is generated to :code:`<input>` tag (type:default / reset / submit).



Expand All @@ -253,7 +251,7 @@ File Upload
.. image:: resource_new/file_upload.png


File Upload widget displays file upload interface which is generated <input> tag (type:file).
File Upload widget displays file upload interface which is generated :code:`<input>` tag (type:file).



Expand All @@ -277,7 +275,7 @@ Switch

.. image:: resource_new/switch.png

Switch widget displays toggle button which is generated to <input> tag (type:checkbox), and contains two switch items.
Switch widget displays toggle button which is generated to :code:`<input>` tag (type:checkbox), and contains two switch items.

**Property**

Expand All @@ -300,7 +298,7 @@ Flip Switch

.. image:: resource_new/flip_switch.png

Flip Switch widget displays sliding switch which is generated to <input> tag (type:checkbox).
Flip Switch widget displays sliding switch which is generated to :code:`<input>` tag (type:checkbox).



Expand Down Expand Up @@ -352,7 +350,7 @@ Range Slider
.. image:: resource_new/range_slider.png


Range Slider widget displays range slider interface. You can change range vaule by dragging slide pointers. (Or type a number to value)
Range Slider widget displays range slider interface. You can change range value by dragging slide pointers. (Or type a number to value)



Expand Down
5 changes: 1 addition & 4 deletions 009_00_preference.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. _Custom Widget : ./panel_management_widget.html


Preference
=======================

Expand Down Expand Up @@ -31,7 +28,7 @@ Project
* ``Export HTML ID Option`` : Select whether contain HTML ID as default to all widget or customize.
* ``Name on Structure`` : Select whether contain widget's name in html document or not.

* ``Resource Copy Option`` : Select how to do about multiple resources when ``Custom Widget``_ added on canvas.
* ``Resource Copy Option`` : Select how to do about multiple resources when :doc:`Custom Widget<004_05_panel_manage_custom>` added on canvas.
* ``Widget Option`` : Select to contain centerbox in section as default .

-------------
Expand Down
2 changes: 1 addition & 1 deletion 010_01_appendix_templates.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. External Links
.. _IUPro : http://iupro.iueditor.org
.. _IUPaper : http://iupaper.iueditor.org
.. _IUAcademy : http://iuacademy.iueditor.org
Expand All @@ -21,4 +22,3 @@ IUEditor offers free templates projects below. You can select template project i
* `IUAcademy`_
.. image :: resource/templates/academy.png
4 changes: 1 addition & 3 deletions 010_02_appendix_shortcut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Shortcut





----------


Expand All @@ -22,7 +20,7 @@ Project Management
Mode Switch
----------------------------

* ``Editor Mode (Cmd+[)`` : Switch to Editor Mode.
* ``Editor Mode`` :kbd:`(Cmd+[)` : Switch to Editor Mode.
* ``Developer Mode (Cmd+])`` : Switch to Developer Mode.
* ``Prototype Mode (Cmd+\)`` : Switch to Prototype Mode.

Expand Down

0 comments on commit 4102c8e

Please sign in to comment.