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.
sugarcrm ( 6.4 ) ウィンドウに 3 つのタブがあります。特定のタブをクリックすると、JavaScript 関数がトリガーされます。タブページ内をクリックしたときではなく、タブラベルをクリックしたときにonclickイベントをトリガーする必要があります。
YUI 2 TabView を使用しているため、以下のドキュメント リンクの例に従ってクリック イベントを処理できます。
http://developer.yahoo.com/yui/tabview/#using