Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JDLabOrg/IUManual-EN
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoungkim2 committed Dec 18, 2015
2 parents c520cbd + e59c6fc commit 98c4d12
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
37 changes: 37 additions & 0 deletions advanced_developer_mode.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. _HTML ID : #HTML ID
.. _Custom Code : #Custom Code




Developer Mode
=======================


.. image:: resource/iu_manual_developer_mode.png

In Top toolbar, yo can switch to **Developer Mode ** by clickig ``Mode Switch Button``.
In Developer mode **Code Panel** will be shown. It consist of `HTML ID`_ / `Cusom Code`_ area.


----------


HTML ID
-----------------------


You can check and change HTML ID here. There is **Export HTML ID** check box. In ``Preference - Project``, you can set **Export HTML ID Option**. (Always include or Optimize and customize)


----------


Custom Code
-----------------------


You can write back-end, custom css, script code. The tab composition differ between widget and project type.


15 changes: 15 additions & 0 deletions project_type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ Django Project is a Dynamic Project which can be connected with Backend. You can

.. image:: resource/iu_manual_project_new_django.png

-------------

Angular Project
-----------------------

AngularJS Project is a Dynamic Project which can be connected with Backend. You can select Default Project in **New Project Popup** (When you run **File > New Project (⌘N)** menu, **New Project Popup** will be shown.)


.. image:: resource/iu_manual_project_new_angularjs.png

-------------

Wordpress Project
-----------------------

Wordpress Project is a Dynamic Project which can be connected with Wordpress. This feature is under developing.


0 comments on commit 98c4d12

Please sign in to comment.