Menu component: added clearAll method.
This commit is contained in:
parent
20b63727fd
commit
079a046587
|
@ -1774,7 +1774,7 @@ define([
|
||||||
|
|
||||||
btnSubscript.toggle(index>-1, true);
|
btnSubscript.toggle(index>-1, true);
|
||||||
if (index < 0) {
|
if (index < 0) {
|
||||||
this._clearChecked(btnSubscript.menu);
|
btnSubscript.menu.clearAll();
|
||||||
} else {
|
} else {
|
||||||
btnSubscript.menu.items[index].setChecked(true);
|
btnSubscript.menu.items[index].setChecked(true);
|
||||||
if (btnSubscript.rendered) {
|
if (btnSubscript.rendered) {
|
||||||
|
@ -1915,7 +1915,7 @@ define([
|
||||||
|
|
||||||
btnSubscript.toggle(index>-1, true);
|
btnSubscript.toggle(index>-1, true);
|
||||||
if (index < 0) {
|
if (index < 0) {
|
||||||
this._clearChecked(btnSubscript.menu);
|
btnSubscript.menu.clearAll();
|
||||||
} else {
|
} else {
|
||||||
btnSubscript.menu.items[index].setChecked(true);
|
btnSubscript.menu.items[index].setChecked(true);
|
||||||
if (btnSubscript.rendered) {
|
if (btnSubscript.rendered) {
|
||||||
|
|
Loading…
Reference in a new issue