blob: 1931e2ec51c3d2ac8196b1f2e7056d7617311c3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
Hooks defined in UniversalLanguageSelector
==========================================
The hook names are prefixed with mw.uls as a convention.
# List of hooks
## mw.uls.compactlinks.initialized
Fired when the rendering of compact language links and
the corresponding button is completed.
Sends a boolean true argument if the list was actually compacted
and the trigger was rendered, and false otherwise.
## mw.uls.font.change
Fired when the user changes a webfont.
## mw.uls.ime.change
Fired when the user changes the keyboard layout.
## mw.uls.ime.disable
Fired when the user disables keyboard layout support.
## mw.uls.ime.enable
Fired when the user enables keyboard layout support.
## mw.uls.ime.morelanguages
Fired when the user clicks the More languages button in
the keyboard layout selector.
## mw.uls.interface.language.change
Fired when the user selects a language in the ULS panel.
## mw.uls.interface.morelanguages
Fired when the user clicks the More languages button in
the Display settings.
## mw.uls.language.revert
Fired when the user reverts the selected language using
the tooltip that appears after the interface language change.
## mw.uls.login.click
Fired when the user clicks the Log in link in Display settings.
## mw.uls.settings.apply
Fired when the user applies the changed settings.
## mw.uls.settings.cancel
Fired when the user cancels the changes.
## mw.uls.settings.open
Fired when the user opens one of the settings panels.
## mw.uls.webfonts.disable
Fired when the user disables webfonts support.
## mw.uls.webfonts.enable
Fired when the user enables webfonts support.
## mw.uls.webfonts.tofudetected
Fired when ULS detects "tofu".
|