单词 | MXML | ||||||||||
释义 | MXML
更多释义 收起释义 例句释义: 标记语言,用户界面同脚本逻辑的分离,标记语言化 1. The bottom line is none of the frameworks is doing enough to leverage the declarative nature of MXML. 关键是所有框架在利用MXML的声明性本质上做的都不够好。 www.infoq.com 2. We begin by describing the mappings between the WSDL definition and the MXML web services declaration that are common to any WSDL file. 我们首先描述WSDL定义和MXMLWeb服务声明(该声明对任何WSDL文件都是通用的)之间的映射。 www.ibm.com 3. Up until this point, we focused on defining the MXML elements needed to invoke a web services operation. 直到现在,我们都集中在定义调用一个Web服务操作所需要的MXML元素。 www.ibm.com 4. Now open your command prompt, navigate to the project folder, and compile the MXML source file once more. 现在,打开命令提示符并导航到项目文件夹,然后再次编译MXML源文件。 www.ibm.com 5. In other words, being able to do more in MXML means that less ActionScript code is required. 换句话说,能够使用MXML做更多的工作意味着需要更少的ActionScript代码。 www.ibm.com 6. Mate is a Flex framework that leverages the tag-based MXML language to provide a map defining how the Flex application handles events. Mate这个Flex框架利用基于标签的MXML语言提供了一个定义Flex应用程序如何处理事件的映射。 www.infoq.com 7. All this is done in MXML, which means that your configuration is also the actual wiring of your application. 所有这些都是用MXML完成的,意味着你做的配置其实是应用程序真正的主线。 www.infoq.com 8. Switching back to the Source view, you'll see the MXML code that has been generated by the builder, as shown in Listing 1. 切换回Source视图,将能够看到构建程序生成的MXML代码,如清单1中所示。 www.ibm.com 9. We mentioned in the previous section that Web services can be declared in MXML using a parameter binding mechanism. 我们在前面部分提到了Web服务可以在MXML中使用参数绑定进行声明。 www-128.ibm.com 10. These include MXML elements and attributes which values are independent of the specific SOAP binding settings. 这些包括了MXML元素和相应的属性,这些属性的值不依赖于专门的SOAP绑定设置。 www.ibm.com 1. It lets you configure your application declaratively in MXML and does most of the boring things for you. 它只是让你用MXML声明的方式来对应用程序进行配置,大部分令人厌烦的工作它会替你完成。 www.infoq.com 2. Flex provides a rich MXML extensive class library for visual components, containers, and remote service objects and data models. Flex为可视组件、容器以及远程服务对象和数据模型提供了丰富的MXML扩展类。 www.ibm.com 3. Listing 10 shows the code we used to include an embedded font declaration in the application DataGridDeveloperExample1. mxml file. 清单10显示了在应用程序的DataGridDeveloperExample1.mxml文件中包含嵌入字体声明所需的代码。 www.ibm.com 4. The root element of an MXML document is a subclass of the Application class. 一个MXML文档的根元素是Application类的一个子类。 www.ibm.com 5. Data binding elsewhere in the MXML code automatically handles the data returned by the list and retrieve calls. MXML代码中的其他数据绑定自动处理list和retrieve调用返回的数据。 www.ibm.com 6. For the UI, the main application file (main. mxml) contains only the reference to the main EventMap and to the view. 对于UI,主程序文件(main.mxml)只包含对主EventMap和对视图的引用。 www.ibm.com 7. MXML, a declarative XML-based language, is used to represent UI layout and behaviors, and each MXML file is a separate component. MXML是一种基于XML的声明式语言,用来表示UI布局和行为,并且每个MXML文件都是一个单独的组件。 www.ibm.com 8. These components are placed in files with an . mxml extension. 这些组件放置在扩展名为.mxml的文件中。 www.ibm.com 9. For all practical purposes, there are few instances in which directly embedding style information into an MXML file makes sense. 出于实用的目的,现在需要在其中直接将样式信息嵌入到MXML文件的实例很少。 www.ibm.com 10. Using Mate, the mxml view definitions become really simple and uncluttered with anything but the view code. 通过使用Mate,mxml的视图定义变得非常简单和干净,其中只包含视图代码。 www.infoq.com 1. The first step in declaring a Web service using MXML is to select the Web services WSDL definition. 使用MXML描述Web服务的第一步是选择Web服务的WSDL定义文件。 www-128.ibm.com 2. Because both MXML and ActionScript are text-based, a standard text editor and the Flex SDK are all you need to create Flash applications. 由于MXML和ActionScript都是基于文本的,创建Flash应用程序只需要一个标准文本编辑器和FlexSDK。 www.ibm.com 3. Go to that directory at the command prompt and run the batch file with the mxml filename as the argument. 在命令提示下来到目录,用mxml文件名称作为变量开始运行批文件。 www.ibm.com 4. At the end, a simple 8 lines of code MXML file is shown for rendering the UI and to demonstrate the clean UI design. 最后,他用一个包含8行代码的简单MXML文件显示了如何渲染UI并示范了干净的UI设计。 www.infoq.com 5. Open a plain text editor (Notepad will do fine) and enter the code in Listing 1, saving the file as hello. mxml in your hello folder. 打开一个普通文本编辑器(比如记事本)并输入清单1中的代码,然后以hello.mxml为名称将该文件保存在hello文件夹中。 www.ibm.com 6. Save the view as an MXML file in the views folder as DetailView. mxml. 将这个视图作为一个MXML文件保存在views文件夹中,名为DetailView.mxml。 www.ibm.com 7. Second, once you've written a Flex application, you compile the code using the MXML compiler. 其次,编写完Flex应用程序之后,使用MXML编译器编译代码。 www.ibm.com 8. Issue the following command to compile the application source code: mxmlc microblog. mxml. 要编译应用程序源代码,发出以下命令:mxmlcmicroblog.mxml。 www.ibm.com 9. As my Flex skills progress, I am developing an appreciation for the beauty of MXML. 随着我Flex技能的进步,我对MXML之美越来越欣赏。 www.infoq.com 10. Building a Flex app consists of compiling the . mxml files into . SWF files, using the mxmlc tool. 构建Flex应用程序必不可少的步骤是用mxmlc工具将MXML文件编译成SWF文件。 www.infoq.com 1. Now compile the application using the command: mxmlc microblog. mxml. 现在使用这个命令编译应用程序:mxmlcmicroblog.mxml。 www.ibm.com 2. Open microblog. mxml and change it so it matches the code in Listing 5. 打开microblog.mxml并按照清单5更改它。 www.ibm.com 3. In this section, you only need to care about the main file, TODOListFlex. mxml. 在本节,您只需关注这个主要的文件TODOListFlex.mxml。 www.ibm.com 4. This will create an xmldg. mxml file that has an tag in it. 这样就会创建出一个名叫xmldg.mxml的文件,其中只包含一个空白标签。 www.infoq.com 5. In general, the XML elements map to WSDL or Schema constructs and the MXML bindings refer to variables in the scope of the 一般来说,映射到WSDL或Schema的XML元素和MXML绑定引用到了 www-128.ibm.com 6. A declarative XML UI language known as MXML 称为MXML的一个声明性XMLUI语言 www.ibm.com 7. Defining the application user interface in MXML 用MXML定义应用程序用户界面 www.ibm.com 8. In other words, the command for compiling the source code is once again: mxmlc microblog. mxml 换句话说,编译源代码的命令还是:mxmlcmicroblog.mxml。 www.ibm.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。