Code Monkey home page Code Monkey logo

Comments (12)

vitalets avatar vitalets commented on August 17, 2024

currently not.
mark as enh, thx!

from angular-xeditable.

kdekooter avatar kdekooter commented on August 17, 2024

Thanks, I'll work around it for now.

from angular-xeditable.

mparisi76 avatar mparisi76 commented on August 17, 2024

+1 Would love if this could happen programmatically!

from angular-xeditable.

vitalets avatar vitalets commented on August 17, 2024

It is possible already:
http://jsfiddle.net/NfPcH/216/

from angular-xeditable.

mparisi76 avatar mparisi76 commented on August 17, 2024

Oh I misunderstood the actual issue then. What I meant was to have the editable input box and submit/cancel buttons activated programmatically, as if the user had clicked to edit the text.

from angular-xeditable.

vitalets avatar vitalets commented on August 17, 2024

You can do it also - as form variable exposed into scope: http://jsfiddle.net/NfPcH/219/

from angular-xeditable.

mparisi76 avatar mparisi76 commented on August 17, 2024

Awesome! Thank you!

from angular-xeditable.

mparisi76 avatar mparisi76 commented on August 17, 2024

I have noticed an undesirable side-effect of this when looking at http://jsfiddle.net/NfPcH/219/

When I click out of the editable text field, I am not able to click back in to edit again. Is this a bug?

from angular-xeditable.

vitalets avatar vitalets commented on August 17, 2024

no, it's normal behavior. To change it - set

app.run(function(editableOptions) {
  editableOptions.theme = 'bs3';
  editableOptions.blur = 'ignore'; // don't hide on blur
});

from angular-xeditable.

mparisi76 avatar mparisi76 commented on August 17, 2024

I think you misunderstood me. If you go to http://jsfiddle.net/NfPcH/219/ you will see that the "awesome user" text is an editable input. If you now click outside of it, the input box goes away. If you then try to click back in to edit the text again, nothing happens.

from angular-xeditable.

vitalets avatar vitalets commented on August 17, 2024

When you expose form variable it is considered that you are responsible for show/hide input.
So I've added ng-click="textEditForm.$show()" - now it goes to edit mode automatically but also can be triggered by user:
http://jsfiddle.net/NfPcH/310/

from angular-xeditable.

mparisi76 avatar mparisi76 commented on August 17, 2024

Ahh, that worked great. Thanks!!

from angular-xeditable.

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.