我有一个中继器。在哪个 intap 上我给出了一个方法。就像我想给每一行的不同方法一样。
{kind: "Scroller",classes:"enyo.fit",touch:true,style: "width: 314px; height:380px;",components: [
{kind: "Repeater", onSetupItem:"setupItem", components: [
{name:"item",classes:"repeaterdesign" ,components: [
{tag:"span", name: "DetailName",ontap: "tapped"}
]}
]}
]},
在上面的中继器中,我给出了ontap: "tapped"。现在我想要 onswipe.both 我想要在这个中继器中。