Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当然,必须可以在 Ajax.InPlaceEditor 上触发取消操作,而无需单击取消按钮。但我就是不知道该怎么做。
有什么建议么?
刚刚通过scriptaculous来源,并找到了它:
事情是, wrapUp 被定义为:
wrapUp: function(transport)
所以你可以在调用它时将 null 作为传输传递。
leaveEditMode 是无参数的,因此您无需担心回调中的空值。虽然,猜测这两个中的任何一个都应该工作。