문제

Am trying to add a none extjs element to a toolbar menu items, let's say for example I want to add a jquery ui element to the extjs menu items.

Is this possible or doable?

Thanks

도움이 되었습니까?

해결책

You can wrap the jQuery component as a ExtJS Component and use it inside the toolbar.

This basically involves extending Ext.Component and overriding the render function.

See this components-section-creating-custom-components

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top