我正在使用jstree 1.0與themeroller和複選框插件。 我使用jquery UI 1.8.6與黑暗的蜂巢主題。jsTree withmeroller插件:複選框不會顯示
該樹工作正常,但未顯示覆選框。 有沒有解決方案?
我正在使用jstree 1.0與themeroller和複選框插件。 我使用jquery UI 1.8.6與黑暗的蜂巢主題。jsTree withmeroller插件:複選框不會顯示
該樹工作正常,但未顯示覆選框。 有沒有解決方案?
您確認以下信息 1-是否顯示其他主題的複選框。 2-你有沒有試過螢火蟲,看看是否有任何加載圖像的問題。
嘗試其他主題沒有結果。看着螢火蟲,沒有錯誤。 – RolandG 2012-01-30 20:18:56
這可能只是一個臨時的修復,但它爲我工作後,我增加了以下CSS類到我的網頁:
.jstree ins {
background-image: url(http://static.jstree.com/v.1.0pre/themes/default/d.png);
}
.jstree .jstree-unchecked > a > .jstree-checkbox {
background-position: -2px -19px;
}
.jstree .jstree-checked > a > .jstree-checkbox {
background-position: -38px -19px;
}
.jstree .jstree-undetermined > a > .jstree-checkbox {
background-position: -20px -19px;
}
,你找到了一個解決方案? – Laguna 2013-12-17 20:45:34