0

How to I do in-place editing with GwtQuery?

Are there any plugins available? Something similar to XEditable:

http://vitalets.github.io/x-editable/demo.html

Where there is Jquery-UI plugin for it.

quarks
  • 33,478
  • 73
  • 290
  • 513

1 Answers1

0

Unfortunately gwtquery and jquery cannot share plugins.

X-editable has to be ported to gwt before you could use it in gquery.

If someone is interested on contributing gquery plugins it's welcome.

There is a project, though, which will help to port jquery plugins to gquery reusing almost the original js plugin code. This module is called JsQuery and it is very advanced.

Manolo Carrasco Moñino
  • 9,723
  • 1
  • 22
  • 27