script.aculo.us 拖放重影选项
script.aculo.us 库是一个跨浏览器库,旨在改进网站的用户界面。拖放模块可用于使任何元素可拖放,也可以将它们拖放到放置区域中。
重影选项用于指定是否制作元素的克隆,并且移动该克隆而不是原始元素,直到它被删除。它的默认值为'false',这意味着不会将克隆设置为默认值。
句法:
{ ghosting: value }
参数:此选项具有如上所述和如下所述的单个值:
- value:这是一个布尔值,指定是否在拖动时创建克隆。默认值为“假”。
下面的示例说明了此选项的使用。
例子:
HTML
GeeksforGeeks
script.aculo.us Drag &
Drop ghosting Option
Drag the elements to see the
effect of the ghosting option.
Element 1 has the ghosting set
to 'true' and Element 2 has the
ghosting set to 'false'.
输出: