15/01/2024, 16:00

This commit is contained in:
2024-01-15 15:59:22 +07:00
parent 0c562989d3
commit 21527bd8b5

View File

@@ -8,7 +8,7 @@
<h2>1. Cài đặt</h2>
<code>
<!-- // 1. index.html -->
<iframe class="hura-main-content" id="js-hura-iframe" src="{// Url giao diện \\}"></iframe>
< iframe class="hura-main-content" id="js-hura-iframe" src="{// Url giao diện \\}"></ iframe>
<script src="js/hura_edit.js"></script> => // code edit template
<script src="js/jscolor.js"></script> => // Bảng mã màu
@@ -30,8 +30,8 @@
<ul>
<li>
<b> class="js-hura-edit"</b>:
Khi Hover, Click, dbclick thẻ HTML nào chứa class này sẽ kiểm tra thuộc tính <u style="font-weight: bold;">data-hura-type="{{ type }}"</u> và hiển thị thanh công cụ (toolbar) tương ứng
<strong> class="js-hura-edit"</strong>:
Khi Hover, Click, dbclick thẻ HTML nào chứa class này sẽ kiểm tra thuộc tính <b>data-hura-type="{{ type }}"</b> và hiển thị thanh công cụ (toolbar) tương ứng
</li>
<li>
@@ -58,7 +58,7 @@
<code>
<!-- // Logo -->
<a href="" 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">
</a>