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.
私が直面している問題はです。データベースにクエリを実行して車に関する情報を取得するフォームがあります。そのデータの一意の ID を取得し、それを既に作成されたコンポーネントに渡したいと考えています。
layout : 'fit', items : [{ xtype: 'cargrid', autoScroll: true //here I want the ID to be passed to this cone }]
レンダリングされると、コンポーネント ID を変更することはできません。作成後ではなく、コンポーネントの作成前に割り当てることができます。
回避策:
私の理解によると、its not possible to change component ID after rendering of component.
its not possible to change component ID after rendering of component
ありがとう