Giter Site home page Giter Site logo

Comments (2)

givanz avatar givanz commented on May 10, 2024 2

Hi

Thank you.

VvvebJs has a very simple architecture, for editing click and double click events on the iframe are registered.

On click the element that has been clicked is checked against registered components and if it matches any of them then the component properties are loaded in the right column.

On double click the content editable attribute https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content is added to the element and the text toolbar is shown.

No processing is done on html before to add attributes or any other changes, the html is preserved as it is, all elements are editable.

Elements can be dropped on any component in the iframe, there is no checking, this responsibility is passed on the browser that will take care of not allowing it on certain elements if it's the case.

The builder does not generate html, when save button is clicked the iframe html is shown in a modal without any processing, if saveAjax is used then the html is sent through ajax to be saved on the server, to enable server saving check #28 (comment)

The editor is very simple and has only 1475 lines of code without components, you can easily understand how it works https://github.com/givanz/VvvebJs/blob/master/libs/builder/builder.js

from vvvebjs.

sushant12 avatar sushant12 commented on May 10, 2024

thanks mate. I appreciate it

from vvvebjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.