Built-in text editing in raphael js

So, I am using Raphael JS and trying to create user editable text input. What is the easiest and most correct way to create something like that ?

+4
source share
2 answers

There is a plugin for this: https://github.com/marmelab/Raphael.InlineTextEditing . According to Duopixel, it is difficult to do this manually.

+4
source

Thanks a lot to implement such control, the best way to use standard HTML / JS instead of raphael.

-1
source

All Articles