Project Code

When you click the Project > Project Code ⇧⌘C button, Project Code panel will be shown.

_images/panel_project_code.png

You can add your code to all pages.

HTML

1
2
3
4
5
<head>
   <!-- start : your code -->
   <!-- auto generated code by IUEditor -->
   <!-- end : your code -->
 </head>

Back-end

1
2
3
4
5
6
7
<!-- page head custom code for back-end : your code -->
<!DOCTYPE html>
<head>
   <!-- start : your code -->
   <!-- auto generated code by IUEditor -->
   <!-- end : your code -->
 </head>