Home
last modified time | relevance | path

Searched refs:prototype (Results 1051 – 1075 of 1094) sorted by last modified time

1...<<41424344

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarpanelbutton.js42 FCKToolbarPanelButton.prototype.TypeName = 'FCKToolbarPanelButton' ;
44 FCKToolbarPanelButton.prototype.Create = function( parentElement )
90 FCKToolbarPanelButton.prototype.RefreshState = FCKToolbarButton.prototype.RefreshState ;
91 FCKToolbarPanelButton.prototype.Enable = FCKToolbarButton.prototype.Enable ;
92 FCKToolbarPanelButton.prototype.Disable = FCKToolbarButton.prototype.Disable ;
H A Dfckkeystrokehandler.js34 FCKKeystrokeHandler.prototype.AttachToElement = function( target )
50 FCKKeystrokeHandler.prototype.SetKeystrokes = function()
H A Dfckiecleanup.js39 FCKIECleanup.prototype.AddItem = function( dirtyItem, cleanupFunction )
H A Dfckimagepreloader.js29 FCKImagePreloader.prototype =
H A Dfckspecialcombo.js81 FCKSpecialCombo.prototype.ClearItems = function ()
94 FCKSpecialCombo.prototype.AddItem = function( id, html, label, bgColor )
119 FCKSpecialCombo.prototype.SelectItem = function( item )
131 FCKSpecialCombo.prototype.SelectItemByLabel = function( itemLabel, setLabel )
148 FCKSpecialCombo.prototype.DeselectAll = function( clearLabel )
161 FCKSpecialCombo.prototype.SetLabelById = function( id )
169 FCKSpecialCombo.prototype.SetLabel = function( text )
191 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled )
198 FCKSpecialCombo.prototype.Create = function( targetElement )
H A Dfcktoolbarbuttonui.js39 FCKToolbarButtonUI.prototype._CreatePaddingElement = function( document )
47 FCKToolbarButtonUI.prototype.Create = function( parentElement )
122 FCKToolbarButtonUI.prototype.ChangeState = function( newState, force )
H A Dfcktoolbar.js30 FCKToolbar.prototype.AddItem = function( item )
35 FCKToolbar.prototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, s…
55 FCKToolbar.prototype.AddSeparator = function()
60 FCKToolbar.prototype.Create = function( parentElement )
100 FCKToolbarSeparator.prototype.Create = function( parentElement )
H A Dfcktoolbarspecialcombo.js39 FCKToolbarSpecialCombo.prototype.DefaultLabel = '' ;
46 FCKToolbarSpecialCombo.prototype.Create = function( targetElement )
77 FCKToolbarSpecialCombo.prototype.RefreshState = function()
132 FCKToolbarSpecialCombo.prototype.Enable = function()
137 FCKToolbarSpecialCombo.prototype.Disable = function()
H A Dfcktoolbarbreak_ie.js29 FCKToolbarBreak.prototype.Create = function( targetElement )
H A Dfckevents.js30 FCKEvents.prototype.AttachEvent = function( eventName, functionPointer )
40 FCKEvents.prototype.FireEvent = function( eventName, params )
H A Dfcktoolbarbutton.js41 FCKToolbarButton.prototype.Create = function( targetElement )
49 FCKToolbarButton.prototype.RefreshState = function()
61 FCKToolbarButton.prototype.Click = function()
67 FCKToolbarButton.prototype.Enable = function()
72 FCKToolbarButton.prototype.Disable = function()
H A Dfckdataprocessor.js33 FCKDataProcessor.prototype =
H A Dfckicon.js52 FCKIcon.prototype.CreateIconElement = function( document )
H A Dfckmenublockpanel.js31 FCKMenuBlockPanel.prototype = new FCKMenuBlock() ;
35 FCKMenuBlockPanel.prototype.Create = function()
41 FCKMenuBlock.prototype.Create.call( this, oPanel.MainNode ) ;
44 FCKMenuBlockPanel.prototype.Show = function( x, y, relElement )
50 FCKMenuBlockPanel.prototype.Hide = function()
H A Dfckplugin.js36 FCKPlugin.prototype.Load = function()
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js27 String.prototype.Contains = function( textToCheck )
32 String.prototype.Equals = function()
48 String.prototype.IEquals = function()
78 String.prototype.StartsWith = function( value )
84 String.prototype.EndsWith = function( value, ignoreCase )
101 String.prototype.Remove = function( start, length )
114 String.prototype.Trim = function()
120 String.prototype.LTrim = function()
126 String.prototype.RTrim = function()
151 Array.prototype.AddItem = function( item )
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckshowblocks.js33 FCKShowBlockCommand.prototype.Execute = function()
50 FCKShowBlockCommand.prototype.GetState = function()
67 FCKShowBlockCommand.prototype.SaveState = function()
72 FCKShowBlockCommand.prototype.RestoreState = function()
H A Dfcktablecommand.js30 FCKTableCommand.prototype.Execute = function()
78 FCKTableCommand.prototype.GetState = function()
H A Dfckpastewordcommand.js29 FCKPasteWordCommand.prototype.Execute = function()
34 FCKPasteWordCommand.prototype.GetState = function()
H A Dfckspellcheckcommand_gecko.js31 FCKSpellCheckCommand.prototype.Execute = function()
36 FCKSpellCheckCommand.prototype.GetState = function()
H A Dfckspellcheckcommand_ie.js31 FCKSpellCheckCommand.prototype.Execute = function()
45 FCKSpellCheckCommand.prototype._RunIeSpell = function()
64 FCKSpellCheckCommand.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js31 FCKXml.prototype.GetHttpRequest = function()
48 FCKXml.prototype.LoadUrl = function( urlToCall, asyncFunctionPointer )
92 FCKXml.prototype.SelectNodes = function( xpath )
115 FCKXml.prototype.SelectSingleNode = function( xpath )
H A Dcommon.js46 StringBuilder.prototype.Append = function( value )
52 StringBuilder.prototype.ToString = function()
/plugin/jspwiki_import/importer/
H A Dgwt.js27 DynamicResources.prototype = {};
82 DynamicResources.prototype.isReady = function() {
122 ModuleControlBlock.prototype = {};
127 ModuleControlBlock.prototype.isReady = function() {
143 ModuleControlBlock.prototype.getName = function() {
150 ModuleControlBlock.prototype.getBaseURL = function() {
183 ModuleControlBlocks.prototype = {};
199 ModuleControlBlocks.prototype.isReady = function() {
219 ModuleControlBlocks.prototype.isEmpty = function() {
226 ModuleControlBlocks.prototype.get = function(index) {
[all …]
/plugin/remotescript/
H A Dscript.js52 RemoteScript.prototype = new JsHttpRequest;

1...<<41424344