wysiwyg html editor build in html/javascript for position absolute elements

喜你入骨 提交于 2019-12-06 12:02:50

问题


I'm currently on the stage of research for my new project. I'm looking for a wysiwyg html editor that builds the html elements with position absolute. The reason why I want this is because I want to give users more freedom when they design their pages. Something similar with designing a html page in photoshop. I'm not looking for anything fancy. The users can only add rectangles(width, height, x,y , color) , text, image and probably some form elements(textarea, button, combo-box etc.)

So.. is there anything already done, that I could use , or I need to build it myself which could take some time and is not a priority for my project.

I know that are a lot of wysiwyg html editors but I couldn't find one that suits my needs: freedom in design.


回答1:


I believe Most of the editors have this option to switch from static to absolute positioning. There should be property to set for this purpose.



来源:https://stackoverflow.com/questions/7071770/wysiwyg-html-editor-build-in-html-javascript-for-position-absolute-elements

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!