gpt4 book ai didi

javascript - jQuery-ui 不在 Firefox 插件中设置面板样式

转载 作者:行者123 更新时间:2023-11-30 17:47:46 25 4
gpt4 key购买 nike

尝试使用 jquery-ui 为 Panel 内容设置主题时出现问题
Panel 显示并显示定义的按钮,但它们没有使用 smoothness 主题设置样式?

数据.js

var data = require("sdk/self").data;

exports.get = function(content) {

return data.url(content);
}

主要.js

var confirmPanel = require("sdk/panel").Panel({
width: 450,
height: 350,
contentURL: Data.get("html/confirmPanel.html"),
contentStyleFile: Data.get("lib/css/smoothness/jquery-ui-1.10.3.custom.css"),
contentScriptFile: [
Data.get("lib/js/jquery-1.9.1.js"),
Data.get("lib/js/jquery-ui-1.10.3.custom.js"),
Data.get("js/confirmPanel.js")
]
});

确认面板.html

<table>
<tr>
<td>
<button>Save</button>
</td>
<td>
<button>Cancel</button>
</td>
</tr>
</table>

插件结构(如果有用的话)

├── data
│   ├── html
│   │   └── confirmPanel.html
│   ├── js
│   │   ├── confirmPanel.js
│   │   └── SelectedText.js
│   └── lib
│   ├── css
│   │   └── smoothness
│   │   ├── images
│   │   │   ├── animated-overlay.gif
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   └── jquery-ui-1.10.3.custom.css
│   └── js
│   ├── jquery-1.9.1.js
│   └── jquery-ui-1.10.3.custom.js

最佳答案

面板不支持contentStyle*
您可以直接在 HTML 文档中简单地添加样式。

关于javascript - jQuery-ui 不在 Firefox 插件中设置面板样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19769334/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com