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.
私は ExtJS 初心者です。ExtJS ComboBox (CBa と呼びます) をロードしました。値フィールドには JSON 文字列が含まれており、選択すると 2 番目のコンボボックス (CBb) にロードする必要があります。
私が見つけることができるすべての例は、外部 URL から ComboBox をロードする方法を教えてくれますが、この場合は、既にローカルにある文字列からロードしたいと考えています。
これを実現するには、各 ComboBox にどのような魔法を配置しますか?