首页 / 词典 / good

XUL

  • 网络可扩展用户界面语言;扩展用户界面语言;面语言;语言;植种棒
XULXUL
  1. This is simple XUL code to create a search form .

    这是一段简单的XUL代码,可创建一个搜索表单。

  2. Develop Rich Client Web Application Based on XUL

    基于XUL开发富客户端应用程序

  3. The last step in developing this demo XUL application is to make the controls work .

    开发这个示例XUL应用程序的最后一步是使控件可以工作。

  4. XUL is the main technology behind Firefox and its extensions .

    XUL是Firefox及其扩展背后的主要技术。

  5. This is the main problem with the direct means of experimenting with XUL .

    这是直接使用XUL的主要问题。

  6. They are not the most common tasks to do in XUL applications .

    但它们并不是XUL应用程序中的常见任务。

  7. Within the overlay XUL proper , I specify a menu addition .

    在覆盖XUL内部,我指定了一个新增的菜单项。

  8. The first line determines where the main content lives , such as XUL files and scripts .

    第一行确定主要内容的位置,例如XUL文件和脚本。

  9. Familiarity with XUL development is certainly beneficial , but not strictly required .

    熟悉XUL开发会有帮助,但并非硬性要求。

  10. You 've seen how naturally XUL mixes with the basic building blocks of Web development .

    您已经了解到,XUL可以和Web开发的基本构建块自然地结合。

  11. XML User Interface Language - XUL

    基于XML的用户界面标记语言&XUL

  12. XUL makes it easy to extend user interfaces in this way using what are called overlays .

    XUL通过提供称为覆盖(overlay)的方式可以轻松地对用户界面进行扩展。

  13. An XUL runtime included in Mozilla applications like Firefox runs these kinds of applications .

    此类应用程序使用Mozilla应用程序(如Firefox)中包含的XUL的运行时运行。

  14. The first step is to build an extension with the XUL and support files as developed in the previous article .

    第一步是使用前一篇文章中生成的XUL和支持文件构建扩展。

  15. Now , JavaScript / XUL has always provided multithreading for network operations : XMLHttpRequest .

    现在JavaScript/XUL总是可以为网络操作提供多线程:XMLHttpRequest。

  16. Don 't try to tell me that these XUL applications have been single-threaded all of this time !

    不要告诉我这些XUL应用程序一直以来都是单线程的!

  17. It isn 't an introduction to XUL & you can find some such introductions linked in Resources .

    本文并不是对XUL的简介&您可以通过参考资料中的链接找到此类介绍。

  18. It is a demonstration of the power of XUL , but it is also very open for extension using XUL .

    它演示了XUL的强大功能,但也支持使用XUL构建的扩展。

  19. The main idea uses Web Service technology and XUL – SQL transformation to construct a framework of updating remote RDB in distributed system .

    主要思路是采用WEBService技术,利用XUL&SQL的转换方法,构建一个分布式系统中进行远程信息修改的框架。

  20. WebKit , XUL , and their ilk bring modern flair to desktop applications .

    XUL和同类技术把现代技术带入了桌面应用程序。

  21. The XUL is a notational language of users based on the XML , which is used to describe the layout of applications .

    XUL是基于XML的用户标记语言,用于描述应用程序的主要框架结构。

  22. Of course C + + has support for native threads , so that was always a way to use multithreading from within a XUL application .

    当然,C++能支持本机线程,所以总是可以通过该种方式在一个XUL应用程序中使用多线程。

  23. The wiring of the button that calls the doNext () function was part of the XUL dialog definition .

    调用doNext()函数的按键连接是XUL对话框定义的一部分。

  24. In addition to rendering HTML , Gecko also provides a versatile XML-based user interface rendering framework called XUL that was used extensively in those applications .

    除了渲染HTML,Gecko还要提供一种应用广泛的,基于XML的用户界面生成引擎,XUL。XUL被用在所有这些程序中。

  25. XUL ( XML User-Interface Language ) is a user-interface technology of RIA . The core concept of XUL is design user interface with XML .

    XUL(XMLUser-InterfaceLanguage)是用于RIA前端用户界面的技术,它是基于XML的用户界面描述语言。

  26. Chapter 2 introduces the basic principles and major features of the RIA technologies . It contains the Ajax and XUL technologies , which are both used in the system design .

    第二章详细介绍了RIA技术的基本原理以及主要特点,其中包括了在系统设计时使用到的Ajax技术和XUL技术。

  27. These nuances are all covered in the XUL reference documentation , so be sure to read carefully about any XUL element you use .

    XUL参考文档中涵盖了所有这些详细内容,因此请仔细阅读有关所使用的XUL元素的内容。

  28. This article puts together the basic pieces you 'll need to create most extensions with user-interface features & XUL , CSS , JavaScript , and DOM .

    本文囊括了使用用户界面特性创建大多数扩展所需的基本知识&XUL、CSS、JavaScript和DOM。

  29. XUL has a sister language , XBL , which allows you to perform much of this binding using declarations , reducing the amount of required script .

    XUL具有一种姊妹语言XBL,它允许您通过声明执行大部分绑定,从而减少所需的脚本数量。

  30. The global document object allows you to use DOM to access the various XUL elements , in this case by using getElementById to find an element by its unique ID.

    全局对象document允许您使用DOM访问各种XUL元素,本例中使用的是getElementById,可根据惟一ID查找元素。