[DE] Add icons for navigation list
This commit is contained in:
parent
d51be57861
commit
6cd1b4acd3
|
@ -77,11 +77,14 @@ define([
|
||||||
});
|
});
|
||||||
this.viewNavigationList.cmpEl.off('click');
|
this.viewNavigationList.cmpEl.off('click');
|
||||||
this.navigationMenu = new Common.UI.Menu({
|
this.navigationMenu = new Common.UI.Menu({
|
||||||
|
cls: 'shifted-right',
|
||||||
items: [{
|
items: [{
|
||||||
|
iconCls : 'menu__icon promote',
|
||||||
caption : this.txtPromote,
|
caption : this.txtPromote,
|
||||||
value: 'promote'
|
value: 'promote'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
iconCls : 'menu__icon demote',
|
||||||
caption : this.txtDemote,
|
caption : this.txtDemote,
|
||||||
value: 'demote'
|
value: 'demote'
|
||||||
},
|
},
|
||||||
|
@ -104,6 +107,7 @@ define([
|
||||||
caption : '--'
|
caption : '--'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
iconCls : 'menu__icon select-all',
|
||||||
caption : this.txtSelect,
|
caption : this.txtSelect,
|
||||||
value: 'select'
|
value: 'select'
|
||||||
},
|
},
|
||||||
|
@ -111,10 +115,12 @@ define([
|
||||||
caption : '--'
|
caption : '--'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
iconCls : 'menu__icon expand-all',
|
||||||
caption : this.txtExpand,
|
caption : this.txtExpand,
|
||||||
value: 'expand'
|
value: 'expand'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
iconCls : 'menu__icon collapse-all',
|
||||||
caption : this.txtCollapse,
|
caption : this.txtCollapse,
|
||||||
value: 'collapse'
|
value: 'collapse'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue