代码搜索:HTMLArea
找到约 1,028 项符合「HTMLArea」的源代码
代码结果 1,028
www.eeworm.com/read/254049/4388813
js es.js
// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "es",
tooltips: {
bold:
www.eeworm.com/read/254049/4388818
js fi.js
// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "en",
tooltips: {
bold:
www.eeworm.com/read/254049/4388821
js nb.js
// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "nb",
tooltips: {
bold:
www.eeworm.com/read/254049/4388825
js pt_br.js
// I18N constants
// Brazilian Portuguese Translation by Alex Piaz
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used
www.eeworm.com/read/254049/4388827
js pl.js
// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "pl",
tooltips: {
bold:
www.eeworm.com/read/360506/10089898
js ja-jis.js
// I18N constants -- Japanese JIS
// by Manabu Onoue -- tmocsys@tmocsys.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically loa
www.eeworm.com/read/360506/10089923
js ja-euc.js
// I18N constants -- Japanese EUC
// by Manabu Onoue -- tmocsys@tmocsys.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically loa
www.eeworm.com/read/135057/5890463
js list-type.js
// ListType Plugin for HTMLArea-3.0
// Sponsored by MEdTech Unit - Queen's University
// Implementation by Mihai Bazon, http://dynarch.com/mishoo/
//
// (c) dynarch.com 2003.
// Distributed under the
www.eeworm.com/read/135057/5890487
js linker.js
/** htmlArea - James' Fork - Linker Plugin **/
Linker._pluginInfo =
{
name : "Linker",
version : "1.0",
developer: "James Sleeman",
developer_url: "http://www.gogo.co.nz/",
c_owner
www.eeworm.com/read/131147/5947954
js popupwin.js
// (c) dynarch.com 2003-2004
// Distributed under the same terms as HTMLArea itself.
function PopupWin(editor, title, handler, initFunction) {
this.editor = editor;
this.handler = handler;
v