分享

典型的flex程序的编写步骤

 鬼迷心窍 2007-12-12

典型的flex程序的编写步骤

You typically develop a Flex application using the following steps:

  1. Create an MXML file with the <mx:Application> root tag. (创建MXML文件,根标记为<mx:Application>)
  2. Add one or more containers. (添加一个或多个容器)
  3. Add controls to a container, such as input fields, buttons, and output fields. (添加控件到容器中,例如:输入域、按钮、输出域)
  4. Define a data model. (定义一个数据模型)
  5. Add a web service, HTTP service, or request to a remote object such as a Java object or a Flash Remoting service. (添加请求到web service、HTTP service或一个远程对象上,例如JAVA对象或远程Flash服务)
  6. Add validation to input data. (添加对输入数据的有效性验证)
  7. Add a script to extend a component. (添加组件脚本)

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多