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.
EXT パネルでカスタム ツールを作成する必要があります。ツールのカスタム イメージをレンダリングする方法を教えてください。
{ type:'mytool',
tooltip: 'This is my tool', handler: function(event, toolEl, panel){ //func body }]
これらのツールには、次のようなタイプがあります。
tools:[{ type: 'plus', tooltip: 'some tool', handler: function(event, toolEl, panel){ } }]