2013-01-06 32 views
0

如何在HTML 5標籤中獲取KendoUI屬性的智能感知?我在我的HTML文件中引用了kendo.all-vsdoc.js,但仍未獲得KendoUI屬性的智能感知。Kendo UI的智能感知HTML5標籤中的屬性

對於前:

<section data-role="layout" data-id="default"> 
    <header data-role="header"> 
     <div data-role="navbar">My App</div> 
    </header> 

    <footer data-role="footer"> 
     <div data-role="tabstrip"> 
      <a href="#">Home</a> 
     </div> 
    </footer> 
</section> 

智能感知沒有得到的屬性一樣data-roledata-id

+0

您還應該指定您正在使用的IDE。 – CodingWithSpike

回答

1

目前,您無法獲取kendo特定數據屬性的智能感知。 vsdoc文件適用於JavaScript。