Không ai hiểu bạn đang làm gì hết.
Nếu bạn đang lập trình JavaScript thì cách làm như sau:
- Tính năng này hoạt động ở đâu? Nếu nó là trong textarea thì bạn lấy giá trị của textarea bằng document.getElementById(‘id-của-textarea’).value rồi lưu cái này vào CSDL.
- Việc canh lề thì sử dụng JavaScript chỉnh thuộc tính cho element. Cụ thể hơn chút nhé: document.getElementById(‘div-chua-noi-dung’).style.textAlign = “right”;
Có phải bạn định làm vầy? https://nicedit.com/demos.php
Về document.execCommand(“bold”); thì đừng xài nữa, vì:
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.