Living Leadership | 3:e upplagan
- Pocket, Engelska, 2012
- Författare: Gerhard Wilke
- Betyg:
292
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Reassess your leadership style, discover how to connect with people, and become a leader who can make things happen in the real world. Built on a unique four-year experiment working alongside real leaders in real businesses, Living Leadership explodes the myth of the charismatic, transformational leader, to show that real progress comes from the dramatically ordinary aspects of leadership. From building relationships, to working with the grain of the organisation rather than against it, and to knowing our limitations as much as pushing every boundary, the new edition of this book will challenge you to push your leadership skills to a new level. "Living Leadership shows how, when you take away the myths and misconceptions, leading can genuinely be made easier." Hans Straberg, CEO, Electrolux "A 'how to' book that redefines leadership in terms of the realities and choices facing people in organisations today." Professor Michael Osbaldeston, Director of Cranfield School of Management
Produktinformation
Kategori:
Okänd
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780273772163
Upplaga:
3
Utgiven:
2012-09-20
Förlag:
Pearson Education
Sidantal:
320
Hur man citerar Living Leadership
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Gerhard Wilke (2012) Living Leadership. 3:e uppl. Pearson Education
Gerhard Wilke (2012) Living Leadership. 3:e uppl. Pearson Education
APA (7:e upplagan)
Gerhard Wilke (2012). Living Leadership (3:e uppl.). Pearson Education
Gerhard Wilke (2012). Living Leadership (3:e uppl.). Pearson Education
MLA
Gerhard Wilke. Living Leadership. 3:e uppl., Pearson Education, 2012.
Gerhard Wilke. Living Leadership. 3:e uppl., Pearson Education, 2012.
Vancouver
Gerhard Wilke. Living Leadership. 3:e uppl.. Pearson Education; 2012.
Gerhard Wilke. Living Leadership. 3:e uppl.. Pearson Education; 2012.
IEEE
Gerhard Wilke, Living Leadership, 3:e uppl.. Pearson Education, 2012.
Gerhard Wilke, Living Leadership, 3:e uppl.. Pearson Education, 2012.
Behöver du hjälp med referenser?
Dessa citat genereras automatiskt från bokens metadata. Kontrollera alltid att informationen är korrekt innan du använder den i ditt arbete.
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>