Giter VIP home page Giter VIP logo

Comments (13)

erycson avatar erycson commented on June 14, 2024 2

BS4 Inline:

$('.selector').editable()
    .on('shown', function (e, editable) {
      const input = editable.input.$tpl.attr('class', 'form-control form-control-sm');
      const container = input.parent().parent();
      container.find('.btn-default').removeClass('btn-default').addClass('btn-secondary');
      container.find('i.glyphicon-ok').removeClass('glyphicon glyphicon-ok').addClass('material-icons').text('done');
      container.find('i.glyphicon-remove').removeClass('glyphicon glyphicon-remove').addClass('material-icons').text('clear');
      container.find('.editable-clear-x').addClass('material-icons').css('font-size', '14px').text('backspace');
    })

from x-editable.

webceoboy avatar webceoboy commented on June 14, 2024

++1

from x-editable.

Brady1992 avatar Brady1992 commented on June 14, 2024

同问。

from x-editable.

Brady1992 avatar Brady1992 commented on June 14, 2024

+1

from x-editable.

hlrsky avatar hlrsky commented on June 14, 2024

++1

from x-editable.

haggy avatar haggy commented on June 14, 2024

+1 but I don't think it's going to happen. The status in the README is not-maintained and last commit over a year ago.

Im not a javascript/frontend wiz but I would hope the maintainer would consider releasing this to someone that wants to take it over because it is pretty nice 😄

from x-editable.

zerowebcorp avatar zerowebcorp commented on June 14, 2024

@haggy This is an open-source project and hosted on github. Anybody can fork it and make a modification. What do you mean by "release this"?

from x-editable.

haggy avatar haggy commented on June 14, 2024

@getvivekv Yes anyone can fork it but it's better if the maintainer will officially state that they are no longer maintaining this project. That way the project can be handed over to someone else or the "main" fork can officially say they are the active version of the project. It's a matter of semantics but it helps keep the landscape cleaner.

from x-editable.

haggy avatar haggy commented on June 14, 2024

It's also made more important by the fact that the Bootstrap 4 site still links directly to this repo.

from x-editable.

zerowebcorp avatar zerowebcorp commented on June 14, 2024

@haggy The developer clearly said this is not longer being maintained on their home page. Please take a look at it
https://github.com/vitalets/x-editable

image

from x-editable.

haggy avatar haggy commented on June 14, 2024

@getvivekv Hence my original comment:

I would hope the maintainer would consider releasing this to someone

That means making someone else the official Maintainer in GH so that devs can submit PR's again. Right now there are 40 open PR's.
Let me know if there is any other confusion on your side about this.

from x-editable.

VincentLanglet avatar VincentLanglet commented on June 14, 2024

@haggy see #610

You can ask to maintain the project if you want to.

from x-editable.

webceoboy avatar webceoboy commented on June 14, 2024

+1

from x-editable.

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.