This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
3bbd82abb3b33f041ec35b85de5bddcd79ed5471
core
/
library
/
tinymce
/
jscripts
/
tiny_mce
/
plugins
T
History
Tobias Hößl
7868e3897b
In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ajax-call to a php-script. Once there actually is embedded Code in the HTML, this function is called after every single keypress. Not only is making an ajax-call every keypress bandith intensive - it also made typing hard / slow. Making a lot of JavaScript-RegExp-Computation every keypress isn't exactly great either, but still performs better.
2012-03-13 21:46:57 +00:00
..
advhr
…
advimage
…
advlink
…
advlist
…
autoresize
…
autosave
…
bbcode
In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ajax-call to a php-script. Once there actually is embedded Code in the HTML, this function is called after every single keypress. Not only is making an ajax-call every keypress bandith intensive - it also made typing hard / slow. Making a lot of JavaScript-RegExp-Computation every keypress isn't exactly great either, but still performs better.
2012-03-13 21:46:57 +00:00
contextmenu
…
directionality
…
emotions
…
example
…
fullpage
…
fullscreen
…
iespell
…
inlinepopups
…
insertdatetime
…
layer
…
legacyoutput
…
media
…
nonbreaking
…
noneditable
…
pagebreak
…
paste
…
preview
…
print
…
save
…
searchreplace
…
spellchecker
…
style
…
tabfocus
…
table
…
template
…
visualchars
…
wordcount
…
xhtmlxtras
…