davidworkman9 / meteor-editable

X-Editable inspired Meteor package for inline edits. Atmosphere: https://atmospherejs.com/workman/meteor-editable
MIT License
17 stars 12 forks source link

Inline mode #11

Closed tnedich closed 9 years ago

tnedich commented 9 years ago

Is there inline mode (not pop-up) when editing field ?

davidworkman9 commented 9 years ago

There is not at the moment. I would recommend looking at x-editable-reactive-template. It's a package I wrote that takes x-editable and wraps in a meteor template so you can call it in your HTML files just like meteor-editable, but with 100% compatibility with x-editable.