enisn
2 years ago
No known key found for this signature in database
GPG Key ID: A052619F04155D1C
1 changed files with
1 additions and
1 deletions
-
docs/en/ui-themes/lepton-x/mvc.md
|
|
|
@ -87,7 +87,7 @@ Configure<LeptonXThemeOptions>(options => |
|
|
|
You can add extra logic by using javascript API when style is changed with the following event. |
|
|
|
```js |
|
|
|
leptonx.CSSLoadEvent.on(event =>{ |
|
|
|
console.log("Theme changed from " + event.detail.previousTheme + " to "+ event.detail.theme); |
|
|
|
console.log("Style is changed from " + event.detail.previousTheme + " to "+ event.detail.theme); |
|
|
|
}); |
|
|
|
``` |
|
|
|
|
|
|
|
|