Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TabContainerのタブにクラスを追加するにはどうすればよいですか?
私が見つけたのは、iconClassを設定することだけです。ただし、タブの親divにクラスを追加する必要があります。その中のいくつかのネストされたdivではありません。
簡単な方法ではありませんが、tabcontainerオブジェクトのタブボタンにアクセスできました。
var tabContainer = ...; dojo.addClass(tabContainer.tablist.pane2button["123"].domNode, "myTabClass");
http://jsfiddle.net/cswing/N2hsG/