2013-07-31 133 views
1

請參閱屏幕快照,編輯器呈現,但工具欄上沒有圖標,我檢查了editor.png是在默認文件夾中。Kendo Ui編輯器

<textarea cols="25" rows="5" id="History" 
    style="width:420px" name="History" 
    placeholder="this is a History field" ></textarea> 

$("#History").kendoEditor({ 
     tools: [ 
      "bold", 
      "italic", 
      "underline", 
      "strikethrough", 
      "justifyLeft", 
      "justifyCenter", 
      "justifyRight", 
      "justifyFull" 
       ] 
    }); 

,然後將截圖是

enter image description here

+0

有一個叫sprites.png文件中你在瀏覽器中看到任何消息樂? –

回答

1

檢查所包括CSS文件:

<link href="/styles/kendo.default.min.css" rel="stylesheet" type="text/css"/> 

和您在/styles/Default

+0

css和png圖像已經存在......我知道它的某種css衝突,我不明白如何識別衝突。 –

+0

您是否使用螢火蟲,鍍鉻或某些瀏覽器與開發工具?右鍵單擊圖標應顯示的位置,然後檢查該元素的HTML(類屬性)和CSS定義(缺失圖標)。就我們無法複製而言,很難猜測發生了什麼。 – OnaBai