xul

xul

 英

  • 网络扩展用户接口语言;XML UI Language;扩展用户界面语言

例句

The simplicity and ease of expression of XUL makes it a great technology for GUI prototyping.

XUL表达简单易用使得成为建立GUI原型优秀技术

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允许通过声明执行大部分绑定从而减少脚本数量

XUL takes the very-thin-client model of HTML and thickens it up a bit.

XUL沿袭HTML客户机模式稍微一些

There may be times when you want both the XBL content and the content provided by the XUL file to be displayed.

可能同时显示自身定义内容XBL带来内容

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

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

Although XUL is a bit more user-responsive than HTML, it won't do business logic for you.

尽管XULHTML提供更多用户响应能力但是不能实现业务逻辑

Because XUL is like an XML file, you can use any text editor or XML editor for the IDE.

因为XUL类似XML文件所以可以使用IDE任何文本编辑XML编辑

A valuable feature of this toolkit is the ability to run, test, and inspect your application in the integrated XUL runner.

工具箱一个非常价值特性集成XUL运行程序运行测试检查应用程序

Since the same underlying code handles all the XUL files, HTML, and SVG, you can use CSS properties to style XUL files.

因为相同底层代码处理所有XUL文件HTMLSVG所以可以使用CSS属性设置XUL文件样式

In this article I illustrate XUL with a simple trouble-ticketing system, such as any support center might provide to its users.

本文一个简单故障登记(trouble-ticketing)系统说明XUL用法任何一个支持中心都会用户提供这种系统

file, and at the beginning of overlay. js, insert the lines shown in Listing 3.

保存关闭overlay.xul文件然后文件overlay.js开头插入清单3

Consider the fact that Firefox Mobile is bringing a complete XUL runtime to your pocket.

移动Firefox完整XUL运行环境口袋

Note that the backslashes are to indicate line continuation and should not actually be placed in the overlay. xul file.

注意用来表示并且应该出现overlay.xul文件

You can then use the DOM structure to examine and modify the data using its own method and additional methods provided by XUL functions.

然后可以使用DOM结构DOM结构方法以及XUL函数提供其他方法检查修改数据

Visit the XulPlanet site for a tutorial that describes completely the uses of XUL and its components.

访问XulPlanet站点获取关于XUL及其组件应用完整教程

You can use XUL to define the layout of a user interface for an application.

可以使用XUL定义一个应用程序界面布局

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

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

Mozilla also uses Resource Description Framework (RDF) to manage semi-structured data used in XUL.

Mozilla使用资源描述框架RDF管理XUL使用结构数据

Now thicker clients can be implemented as one or more XUL documents and delivered over the Web (or just processed locally).

现在客户机可以实现一个或者多个XUL文档并且可以通过Web传递或者仅仅进行本地处理)。

The Stats. onMenuItemCommand function simply launches a window with the XUL example applet from the last article.

onMenuItemCommand函数使用篇文章XUL示例applet启动窗口

The toolbar code is interesting -- Mozilla XUL allows for modern toolbar styles that include both direct activation and child pull-downs.

工具代码有意思MozillaXUL支持现代风格工具既有直接激活按钮包含菜单按钮

XUL, JavaScript, and CSS code are all interpreted languages, and each lacks the formality of fully object-oriented languages.

JavaScriptCSS代码解释语言一种缺乏完整面向对象语言具有正规

You can use data in other formats and create RDF data from it, which will be bound to XUL elements.

可以使用其他格式数据从中创建RDF数据数据绑定XUL格式

The client side of this solution is a Firefox XUL extension, which adds AtomClip context menu options for copying to and from the Atom feed.

解决方案客户端一个FirefoxXUL扩展将添加用于复制Atom提要AtomClip上下文菜单选项

The web content is loaded in an offscreen XUL browser element and is then painted into an HTML Canvas element that is visible to the user.

网页内容首先XUL浏览器元素加载显示出来随后再加载HTMLCanvas元素显示用户

What is a little more common is some kind of IO operation, like accessing a Web service, or reading from the local file system.

XUL应用程序较为常见一些IO操作访问Web服务或是本地文件系统读取

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

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

XUL is the main technology behind Firefox and its extensions.

XULFirefox及其扩展背后主要技术

The menus, toolbars, scrollbars, and dialog boxes of many Mozilla-based browsers are built using XUL documents.

很多基于Mozilla浏览器它们菜单工具栏滚动条对话等等都是XUL文档构建

The Workers API just removed any excuse to not use multithreading to improve your XUL applications .

WorkersAPI开发人员使用多线程提高XUL应用程序性能打消所有顾虑

Figure 2 shows the updated XUL window with a stylesheet, loaded into Firefox.

2显示一个使用样式表更新过XUL窗口加载Firefox

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

第一使用篇文章生成XUL支持文件构建扩展

Some of the attributes used in XUL tags are shared with HTML, such as id, class, value, accesskey, readonly, and selectedIndex.

XUL标签中用某些属性HTML一样比如idclassvalueaccesskeyreadonlyselectedIndex

Listing 1 is the . zip file directory for an extension I prepared using the XUL, JavaScript, and CSS from the previous article.

清单1显示.zip文件目录用于放置上一篇文章使用XULJavaScriptCSS生成扩展

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

已经了解XUL可以Web开发基本构建自然地结合

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

熟悉XUL开发帮助并非硬性要求

The features of XUL illustrated in this article are just the tip of the iceberg.

本文讲述XUL特性仅仅冰山而已

Attribute values in XUL must be placed inside quotes, even if they are numbers.

即使属性数字放入引号起来

Listing 2 (overlay. xul) is an overlay to add a menu item for launching the stats viewer window.

清单2(overlay.xul)显示一个覆盖添加一个单项启动stats查看器窗口

Third, Mozilla's excellent CSS2 stylesheet support, originally intended for XHTML, also applies to XUL.

第三点Mozilla具有十分优秀CSS2样式表支持这种技术原先用于XHTML适用于XUL