EXT.Panelには、パネルを折りたたんだり展開したりするための2つの方法があります。
collapse(Boolean animate)
とexpand (Boolean animate)
呼び出して、私に望ましい結果collapse(true)を与えます。expand(true)しかし、expand(true)collapse(false)を呼び出すことで結果を達成したいと思っていました。しかし、collapse(false)何もしません。どうしてこれなの?
EXT.Panelには、パネルを折りたたんだり展開したりするための2つの方法があります。
collapse(Boolean animate)
とexpand (Boolean animate)
呼び出して、私に望ましい結果collapse(true)を与えます。expand(true)しかし、expand(true)collapse(false)を呼び出すことで結果を達成したいと思っていました。しかし、collapse(false)何もしません。どうしてこれなの?