WEB开发网
开发学院网页设计JavaScript OpenLaszlo —— 一个快速构建和部署富 Internet ... 阅读

OpenLaszlo —— 一个快速构建和部署富 Internet 应用程序的平台

 2010-03-29 00:00:00 来源:WEB开发网   
核心提示: 可以使用 http://localhost:8080/lps-4.0.x/alert/Alert.lzx 调用上述应用程序,图 10 显示生成的输出,OpenLaszlo —— 一个快速构建和部署富 Internet 应用程序的平台(9),图 10. Alert 对话框清单 8. AlertWi

可以使用 http://localhost:8080/lps-4.0.x/alert/Alert.lzx 调用上述应用程序。图 10 显示生成的输出。

图 10. Alert 对话框
OpenLaszlo —— 一个快速构建和部署富 Internet 应用程序的平台


清单 8. AlertWithButtons.lzx

<canvas> 
 <alert name="warning" buttonl="OK" button2="No"> 
 Click OK to Process. 
 <handler name="onresult"> 
 if (this.result) { 
  parent.message.setText("Processing Started"); 
 } else { 
 parent.message.setText ("Processing Stopped'"); 
 } 
 </handler> 
 </alert> 
 <script> 
 canvas.warning.open (); 
 </script> 
 <text name="message"> Do you want to start processing?</text> 
</canvas> 

AlertWithButtons 以包含 Yes/No 按钮的 Alert 框的形式请求用户确认,并采取适当的行动。

按钮

Button 对象表示一个可点击按钮,它会引发一个事件,所以可以在点击时执行某个动作。该类是 BaseButton 的子类,后者又是 BaseComponent 的子类。清单 9 中的 Button.lzx 文件是一个使用按钮的 LZX 应用程序。按钮的文本是 “Hello World!!”。

清单 9. Button.lzx

<canvas width="450" bgcolor="#6699FF" height="200"> 
 <button width="200" height="80" align="center" valign="middle"> 
 Hello World!!</button> 
</canvas> 

上一页  4 5 6 7 8 9 10  下一页

Tags:OpenLaszlo 一个 快速

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接