混合应用程序:对象没有 setAngle 方法
我的插件的 id plugin1 作为我的 js 视图中的对象。 我已经用 js 注册了一个 pdk 方法 setAngle
但
PDL_RegisterJSHandler("setAngle", setRotationSpeed);
PDL_JSRegistrationComplete();
并调用它,就像
var result = $('plugin1').setAngle(str);
我的视图中包含的插件一样...
<object type="application/x-palm-remote" id="plugin1" width=320 height=240 x-palm-pass-event="true">
<param name="alphablend" value="true">
<param name="exe" value="photoeditor_plugin">
<param name="Param1" value="2">
</object>
它抛出一个异常“Object # has no method setAngle”
任何人都可以帮助我吗???
谢谢
i have my plugin with id plugin1 as an object in my js view..
i have register a pdk method setAngle with js
like
PDL_RegisterJSHandler("setAngle", setRotationSpeed);
PDL_JSRegistrationComplete();
and called it like
var result = $('plugin1').setAngle(str);
here is the plugin included in my view ...
<object type="application/x-palm-remote" id="plugin1" width=320 height=240 x-palm-pass-event="true">
<param name="alphablend" value="true">
<param name="exe" value="photoeditor_plugin">
<param name="Param1" value="2">
</object>
but it throws an exception "Object # has no method setAngle "
can any one help me ???
thnks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论