如何在Open Laszlo 5.0中将视图拖动到具有html内容的视图?

时间:2012-08-17 12:56:58

标签: drag openlaszlo lzx

我正在尝试将内容拖到OL5.0中的html内容上。 观察结果是 我能够毫无问题地从laszlo组件拖动到html组件。 我能够从laszlo拖到html到laszlo。 但是,如果我将该视图拖动到html然后将其释放然后从html拖动它就无法正常工作。

这是代码。

<canvas>

   <view bgcolor="green" width="20" height="20" onmousedown="dragger.setAttribute('applied', true);this.bringToFront();" onmouseup="dragger.setAttribute('applied', false)">
                <dragstate name="dragger"/>

    </view>  

    <view y="50" width="100%" height="300" bgcolor="blue" onmousedown="res.apply()" onmouseup="res.remove()">
        <resizestate name="res"/>
        <dragstate name="drg"/>
        <text width="100%" bgcolor="gray" onmousedown="parent.drg.apply()" onmouseup="parent.drg.remove()">Drag here</text>
        <html id="ht" src="http://localhost:8080/lps-5.0.x/htmlTest/resource/text.html" x="15" y="15" width="${parent.width - 30}" height="${parent.height - 30}"/>
    </view>         
</canvas>

1 个答案:

答案 0 :(得分:0)

我一直在OpenLaszlo 2006中编程,当我尝试使用OpenLaszlo&lt; html&gt;它一直非常不稳定,马车和不可预测。我不建议在任何应用程序中使用该特定类。