Understanding How CMS Works as You See It (Drugs & Drops)

Asked 1 years ago, Updated 1 years ago, 41 views

Use the occasional drag and drop in CMS to move text boxes, etc.
How does a function that allows you to edit as you see it work?

javascript php

2022-09-30 21:26

1 Answers

WYSIWYG is relatively used in CMS.

https://github.com/cheeaun/mooeditable/wiki/Javascript-WYSIWYG-editors

The actions include running the DOM itself in JS and enabling the contentable attribute.
https://developer.mozilla.org/ja/docs/Web/HTML/Global_attributes/contenteditable


2022-09-30 21:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.