editor.ui.addButton && editor.ui.addButton( 'SelectAll', {
                label: editor.lang.selectall.toolbar,
                command: 'selectAll',
                toolbar: 'selection,10'
            } );