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.
xtype:'label' として 1 つのパネルがあります。
アンカータグのテキストをクリックしたときに関数を呼び出したい。
これを煎茶タッチでできますか?
次のようなことを試してください:
{ xtype: 'label', html: '<a href="#" onclick="MyApp.app.getController(\'ControllerName\').myFunction(); return false;">My link</a>' }