2012-03-06 67 views
0

我希望我的div像這樣煎茶 - 添加自定義屬性元素

<div id="example" customAtt="try"></div> 

我如何可以添加自定義屬性面板,按鈕等,在煎茶?

謝謝

+0

在哪個版本的sencha庫? – 2012-03-12 17:51:12

回答

-1

你可以很容易地添加自定義屬性,就像你定義配置屬性一樣。

mycont = { 
     xtype: 'container', 
     id: 'cont123', 
     width: 300, 
     height: 100, 
     customAttribute1: customAttribute1Value 
     customAttribute2: customAttribute2Value 
     ... 
    } 
+0

它不會像OP所指向的那樣向dom元素添加任何自定義屬性。 – albanx 2015-06-04 14:15:23