7月
22
chrome包有三种文件类型:
Content (内容)- Windows and scripts
一般包含有文件packagename.xul,packagename.js,一些packages也包含了一个contents.rdf,用来定义chrome如何使用contents文件;
另外可以定义一些子目录,定义一些附加的组件。
Skin - Style sheets, images and other theme specific files
包含有packagename.css.和一些在界面上需要的图片文件等
Locale - Locale specific files
语言文件。All the text that is displayed within a window is stored separately. This way, a user can have a set for their own language.
包含文件langs/packages.dtd, langs/packages.properties
来源:XUL Structure
Content (内容)- Windows and scripts
一般包含有文件packagename.xul,packagename.js,一些packages也包含了一个contents.rdf,用来定义chrome如何使用contents文件;
另外可以定义一些子目录,定义一些附加的组件。
Skin - Style sheets, images and other theme specific files
包含有packagename.css.和一些在界面上需要的图片文件等
Locale - Locale specific files
语言文件。All the text that is displayed within a window is stored separately. This way, a user can have a set for their own language.
包含文件langs/packages.dtd, langs/packages.properties
来源:XUL Structure
Defined tags for this entry: xul

0 引用