Giter Club home page Giter Club logo

Comments (1)

givanz avatar givanz commented on June 1, 2024

Hi

Components can have a onChange(element, property, value, input) https://github.com/givanz/VvvebJs/wiki/Components#component-definition that is triggered on any property change.

You can use the event to send any new parameter change through ajax call and get the new html from the server and update the page.

If you want to save the properties to database you can use the same ajax call to save the properties as json and set a unique id to the html element to link the properties to the element.

This approach is used in Vvveb CMS dynamic/server components https://github.com/givanz/Vvveb/blob/master/public/js/vvvebjs/components/server-component.js#L95 but properties are not saved to database but as html attributes like data- this is less complex and much easier to maintain.

The html attributes are then read with php dom document and the proper posts are rendered based on the properties value.

<div class="container" data-v-component-posts="posts-1" data-v-limit="3" data-v-image_size="medium">
</div>

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.