Bug #23809 » rtehtmlarea_bugfix_16087_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/character-map.js (copie de travail) | ||
---|---|---|
['˜', '˜'],
|
||
['¨', '¨'],
|
||
['¸', '¸'],
|
||
['­', '­'],
|
||
['–', '–'],
|
||
['—', '—'],
|
||
['‘', '‘'],
|
||
... | ... | |
['Ψ', 'Ψ'],
|
||
['ψ', 'ψ'],
|
||
['Ω', 'Ω'],
|
||
['ω', 'ω'],
|
||
[' ', ' ']
|
||
['ω', 'ω']
|
||
],
|
||
graphical: [
|
||
['↵', '↵'],
|
||
... | ... | |
[' ', ' '],
|
||
[' ', ' '],
|
||
[' ', ' '],
|
||
[' ', ' '],
|
||
['♣', '♣'],
|
||
['♦', '♦'],
|
||
['♥', '♥'],
|
||
... | ... | |
this.openDialogue(
|
||
buttonId,
|
||
'Insert special character',
|
||
this.getWindowDimensions({width:462, height:330}, buttonId),
|
||
this.getWindowDimensions({width:434, height:360}, buttonId),
|
||
this.buildTabItems()
|
||
);
|
||
return false;
|
typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (copie de travail) | ||
---|---|---|
.htmlarea-window .character-map .character {
|
||
display: block;
|
||
float: left;
|
||
height: 20px;
|
||
width: 20px;
|
||
font-size: 14px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
padding: 5px 3px;
|
||
padding: 3px;
|
||
border: 1px solid transparent;
|
||
}
|
||
.htmlarea-window .character-map .character:hover {
|
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) | ||
---|---|---|
.htmlarea-window .character-map .character {
|
||
display: block;
|
||
float: left;
|
||
height: 20px;
|
||
width: 20px;
|
||
font-size: 14px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
padding: 5px 3px;
|
||
padding: 3px;
|
||
border: 1px solid transparent;
|
||
}
|
||
.htmlarea-window .character-map .character:hover {
|
- « Previous
- 1
- 2
- Next »