简体   繁体   English

使用GwtQuery进行就地编辑

[英]In-place editing with GwtQuery

How to I do in-place editing with GwtQuery ? 如何使用GwtQuery进行就地编辑?

Are there any plugins available? 有没有可用的插件? Something similar to XEditable: 与XEditable类似:

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

Where there is Jquery-UI plugin for it. 哪里有Jquery-UI插件。

Unfortunately gwtquery and jquery cannot share plugins. 不幸的是,gwtquery和jquery无法共享插件。

X-editable has to be ported to gwt before you could use it in gquery. 必须先将X-editable移植到gwt,然后才能在gquery中使用它。

If someone is interested on contributing gquery plugins it's welcome. 如果有人对贡献gquery插件感兴趣,那么欢迎。

There is a project, though, which will help to port jquery plugins to gquery reusing almost the original js plugin code. 不过,有一个项目可以帮助将jquery插件移植到gquery,从而重用几乎原始的js插件代码。 This module is called JsQuery and it is very advanced. 此模块称为JsQuery ,它非常高级。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM