?? fckxhtmlentities.js
字號:
?/* * FCKeditor - The text editor for internet
* Copyright (C) 2003-2004 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckxhtmlentities.js
* This file define the HTML entities handled by the editor.
*
* Version: 2.0 RC3
* Modified: 2004-11-22 16:23:11
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net) */
FCKXHtmlEntities = new Object();
FCKXHtmlEntities.Entities = {
// Latin-1 Entities
'?':'nbsp',
'?':'iexcl',
'¢':'cent',
'£':'pound',
'¤':'curren',
'¥':'yen',
'|':'brvbar',
'§':'sect',
'¨':'uml',
'?':'copy',
'a':'ordf',
'?':'laquo',
'?':'not',
'-':'shy',
'?':'reg',
'ˉ':'macr',
'°':'deg',
'±':'plusmn',
'2':'sup2',
'3':'sup3',
'′':'acute',
'μ':'micro',
'?':'para',
'·':'middot',
'?':'cedil',
'1':'sup1',
'o':'ordm',
'?':'raquo',
'?':'frac14',
'?':'frac12',
'?':'frac34',
'?':'iquest',
'à':'Agrave',
'á':'Aacute',
'?':'Acirc',
'?':'Atilde',
'?':'Auml',
'?':'Aring',
'?':'AElig',
'?':'Ccedil',
'è':'Egrave',
'é':'Eacute',
'ê':'Ecirc',
'?':'Euml',
'ì':'Igrave',
'í':'Iacute',
'?':'Icirc',
'?':'Iuml',
'D':'ETH',
'?':'Ntilde',
'ò':'Ograve',
'ó':'Oacute',
'?':'Ocirc',
'?':'Otilde',
'?':'Ouml',
'×':'times',
'?':'Oslash',
'ù':'Ugrave',
'ú':'Uacute',
'?':'Ucirc',
'ü':'Uuml',
'Y':'Yacute',
'T':'THORN',
'?':'szlig',
'à':'agrave',
'á':'aacute',
'a':'acirc',
'?':'atilde',
'?':'auml',
'?':'aring',
'?':'aelig',
'?':'ccedil',
'è':'egrave',
'é':'eacute',
'ê':'ecirc',
'?':'euml',
'ì':'igrave',
'í':'iacute',
'?':'icirc',
'?':'iuml',
'e':'eth',
'?':'ntilde',
'ò':'ograve',
'ó':'oacute',
'?':'ocirc',
'?':'otilde',
'?':'ouml',
'÷':'divide',
'?':'oslash',
'ù':'ugrave',
'ú':'uacute',
'?':'ucirc',
'ü':'uuml',
'y':'yacute',
't':'thorn',
'?':'yuml',
// Symbols and Greek Letters
'?':'fnof',
'Α':'Alpha',
'Β':'Beta',
'Γ':'Gamma',
'Δ':'Delta',
'Ε':'Epsilon',
'Ζ':'Zeta',
'Η':'Eta',
'Θ':'Theta',
'Ι':'Iota',
'Κ':'Kappa',
'Λ':'Lambda',
'Μ':'Mu',
'Ν':'Nu',
'Ξ':'Xi',
'Ο':'Omicron',
'Π':'Pi',
'Ρ':'Rho',
'Σ':'Sigma',
'Τ':'Tau',
'Υ':'Upsilon',
'Φ':'Phi',
'Χ':'Chi',
'Ψ':'Psi',
'Ω':'Omega',
'α':'alpha',
'β':'beta',
'γ':'gamma',
'δ':'delta',
'ε':'epsilon',
'ζ':'zeta',
'η':'eta',
'θ':'theta',
'ι':'iota',
'κ':'kappa',
'λ':'lambda',
'μ':'mu',
'ν':'nu',
'ξ':'xi',
'ο':'omicron',
'π':'pi',
'ρ':'rho',
'?':'sigmaf',
'σ':'sigma',
'τ':'tau',
'υ':'upsilon',
'φ':'phi',
'χ':'chi',
'ψ':'psi',
'ω':'omega',
'?':'thetasym',
'?':'upsih',
'?':'piv',
'?':'bull',
'…':'hellip',
'′':'prime',
'″':'Prime',
' ̄':'oline',
'?':'frasl',
'?':'weierp',
'?':'image',
'?':'real',
'?':'trade',
'?':'alefsym',
'←':'larr',
'↑':'uarr',
'→':'rarr',
'↓':'darr',
'?':'harr',
'?':'crarr',
'?':'lArr',
'?':'uArr',
'?':'rArr',
'?':'dArr',
'?':'hArr',
'?':'forall',
'?':'part',
'?':'exist',
'?':'empty',
'?':'nabla',
'∈':'isin',
'?':'notin',
'?':'ni',
'∏':'prod',
'∑':'sum',
'?':'minus',
'?':'lowast',
'√':'radic',
'∝':'prop',
'∞':'infin',
'∠':'ang',
'∧':'and',
'∨':'or',
'∩':'cap',
'∪':'cup',
'∫':'int',
'∴':'there4',
'~':'sim',
'?':'cong',
'≈':'asymp',
'≠':'ne',
'≡':'equiv',
'≤':'le',
'≥':'ge',
'?':'sub',
'?':'sup',
'?':'nsub',
'?':'sube',
'?':'supe',
'⊕':'oplus',
'?':'otimes',
'⊥':'perp',
'?':'sdot',
'?':'lceil',
'?':'rceil',
'?':'lfloor',
'?':'rfloor',
'?':'lang',
'?':'rang',
'?':'loz',
'?':'spades',
'?':'clubs',
'?':'hearts',
'?':'diams',
// Other Special Characters
'"':'quot',
// '&':'amp', // This entity is automatically handled by the XHTML parser.
// '<':'lt', // This entity is automatically handled by the XHTML parser.
// '>':'gt', // This entity is automatically handled by the XHTML parser.
'?':'OElig',
'?':'oelig',
'?':'Scaron',
'?':'scaron',
'?':'Yuml',
'?':'circ',
'?':'tilde',
'?':'ensp',
'?':'emsp',
'?':'thinsp',
'?':'zwnj',
'?':'zwj',
'?':'lrm',
'?':'rlm',
'–':'ndash',
'—':'mdash',
'‘':'lsquo',
'’':'rsquo',
'?':'sbquo',
'“':'ldquo',
'”':'rdquo',
'?':'bdquo',
'?':'dagger',
'?':'Dagger',
'‰':'permil',
'?':'lsaquo',
'?':'rsaquo',
'€':'euro'
} ;
FCKXHtmlEntities.Chars = '' ;
for ( var e in FCKXHtmlEntities.Entities )
FCKXHtmlEntities.Chars += e ;
FCKXHtmlEntities.EntitiesRegex = new RegExp('','') ;
FCKXHtmlEntities.EntitiesRegex.compile( '[' + FCKXHtmlEntities.Chars + ']|[^' + FCKXHtmlEntities.Chars + ']+', 'g' ) ;
FCKXHtmlEntities.GeckoEntitiesMarkerRegex = /#\?-\:/g ;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -