15/01/2024, 16:10
This commit is contained in:
16
README.md
16
README.md
@@ -8,14 +8,14 @@
|
|||||||
<h2>1. Cài đặt</h2>
|
<h2>1. Cài đặt</h2>
|
||||||
<code>
|
<code>
|
||||||
<!-- // 1. index.html -->
|
<!-- // 1. index.html -->
|
||||||
iframe class="hura-main-content" id="js-hura-iframe" src="{// Url giao diện \\}"
|
<<span>iframe</span> class="hura-main-content" id="js-hura-iframe" src="{// Url giao diện \\}"> </ <span>iframe </span> >
|
||||||
<script src="js/hura_edit.js"></script> => // code edit template
|
<<span>script</span> src="js/hura_edit.js"> <<span>/script</span>> => // code edit template
|
||||||
<script src="js/jscolor.js"></script> => // Bảng mã màu
|
<<span>script</span> src="js/jscolor.js"> <<span>/script</span>> => // Bảng mã màu
|
||||||
<script> Hura_Edit.install(); </script> // => Cài đặt
|
<<span>script</span>> Hura_Edit.install(); <<span>/script</span>> // => Cài đặt
|
||||||
|
|
||||||
<!-- // 2. file giao diện. Các file dưới sẽ được thêm vào iframe. Function cài đặt Hura_Edit.Iframe.iframe_Setup() -->
|
<!-- // 2. file giao diện. Các file dưới sẽ được thêm vào iframe. Function cài đặt Hura_Edit.Iframe.iframe_Setup() -->
|
||||||
<link rel="stylesheet" href="css/style.css"/>
|
< <span>link</span> rel="stylesheet" href="css/style.css" >
|
||||||
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"> </script> => // Thư viện kéo/thả
|
<<span>script</span>> src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"> <<span>/script</span>> => // Thư viện kéo/thả
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
|
|
||||||
@@ -51,11 +51,11 @@
|
|||||||
<code>
|
<code>
|
||||||
<!-- // Logo -->
|
<!-- // Logo -->
|
||||||
<a class="js-hura-edit" data-hura-type="file">
|
<a class="js-hura-edit" data-hura-type="file">
|
||||||
<img src="https://aman.gleecdn.com/file/1/tl/TL1MzbLUhPQoaGI.png" alt="logo">
|
<img src="{{ url image }}" alt="logo">
|
||||||
</a>
|
</a>
|
||||||
<!-- // Banner -->
|
<!-- // Banner -->
|
||||||
<div class="js-hura-edit" data-hura-type="file">
|
<div class="js-hura-edit" data-hura-type="file">
|
||||||
<img src="https://aman.gleecdn.com/file/1/fo/fOE3m0gpFuzy7LU.jpg" alt="banner">
|
<img src="{{ url image }}" alt="banner">
|
||||||
</div>
|
</div>
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user