Home
last modified time | relevance | path

Searched refs:Name (Results 226 – 250 of 266) sorted by last modified time

1234567891011

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js226 this.Name = toolbarSetName ;
H A Dfck.js28 Name : FCKURLParams[ 'InstanceName' ], property in FCK
928 var eLinkedField = oDocument.getElementById( FCK.Name ) ;
939 eLinkedField = oDocument.getElementsByName( FCK.Name )[i++] ;
H A Dfckstyles.js361 style.Name = styleNode.name || element ;
367 styles[ style.Name ] = style ;
H A Dfcklanguagemanager.js160 this.ActiveLanguage.Name = this.AvailableLanguages[ this.ActiveLanguage.Code ] ;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample03.afp36 oCombo.value = editorInstance.ToolbarSet.Name ;
H A Dsampleposteddata.afp38 <td nowrap>Field Name&nbsp;&nbsp;</td>
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckeditorapi.js131 FCKeditorAPI.__Instances[ FCK.Name ] = FCK ;
161 delete FCKeditorAPI.__Instances[ FCK.Name ] ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js69Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKName…
70 var FCKStyleCommand=function(){};FCKStyleCommand.prototype={Name:'Style',Execute:function(A,B){FCKU… property in FCKStyleCommand
71Name=A;this.Title=B;this.Url=C;this.Width=D;this.Height=E;this.GetStateFunction=F;this.GetStatePar… property in FCKFormatBlockCommand
72 var FCKShowBlockCommand=function(A,B){this.Name=A;if (B!=undefined) this._SavedState=B;else this._S…
75 var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.…
76 var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=fu…
77Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();if (!FCKBrowserInfo.I…
81Name=A;this.Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginL…
83 var FCKCoreStyleCommand=function(A){this.Name='CoreStyle';this.StyleName='_FCK_'+A;this.IsActive=fa…
84 var FCKRemoveFormatCommand=function(){this.Name='RemoveFormat';};FCKRemoveFormatCommand.prototype={…
[all …]
H A Dfckeditorcode_gecko.js68Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKName…
69 var FCKStyleCommand=function(){};FCKStyleCommand.prototype={Name:'Style',Execute:function(A,B){FCKU… property in FCKStyleCommand
70Name=A;this.Title=B;this.Url=C;this.Width=D;this.Height=E;this.GetStateFunction=F;this.GetStatePar… property in FCKFontNameCommand
72 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker==…
74 var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.…
75 var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=fu…
76Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();if (!FCKBrowserInfo.I…
80Name=A;this.Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginL…
82 var FCKCoreStyleCommand=function(A){this.Name='CoreStyle';this.StyleName='_FCK_'+A;this.IsActive=fa…
83 var FCKRemoveFormatCommand=function(){this.Name='RemoveFormat';};FCKRemoveFormatCommand.prototype={…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js26 this.Name = name ;
H A Dfckindentcommands.js26 this.Name = name ;
93 if ( this.Name.IEquals( 'outdent' ) )
100 if ( ! FCKIndentCommand._UseIndentClasses && this.Name.IEquals( 'indent' ) )
117 if ( ( this.Name == 'outdent' && indentStep == 0 ) ||
118 ( this.Name == 'indent' && indentStep == FCKConfig.IndentClasses.length ) )
160 if ( this.Name.IEquals( 'outdent' ) )
162 else if ( this.Name.IEquals( 'indent' ) )
229 var indentOffset = this.Name.IEquals( 'indent' ) ? 1 : -1 ;
H A Dfck_othercommands.js28 this.Name = name ;
76 Name : 'FormatBlock', property in FCKFormatBlockCommand
93 Name : 'FontName', property in FCKFontNameCommand
104 Name : 'FontSize', property in FCKFontSizeCommand
112 this.Name = 'Preview' ;
128 this.Name = 'Save' ;
179 this.Name = 'Source' ;
202 this.Name = 'Undo' ;
218 this.Name = 'Redo' ;
359 this.Name = 'Rule' ;
[all …]
H A Dfcktextcolorcommand.js29 this.Name = type == 'ForeColor' ? 'TextColor' : 'BGColor' ;
H A Dfckcorestylecommand.js28 this.Name = 'CoreStyle' ;
H A Dfckstylecommand.js29 Name : 'Style', property in FCKStyleCommand
H A Dfckremoveformatcommand.js28 this.Name = 'RemoveFormat' ;
H A Dfckfitwindow.js26 this.Name = 'FitWindow' ;
H A Dfckshowblocks.js26 this.Name = name ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp191 …File(sFormName).Name = Mid(File(sFormName).ClientPath, InStrRev(File(sFormName).ClientPath, "\") …
192 … File(sFormName).Ext = LCase(Mid(File(sFormName).Name, InStrRev(File(sFormName).Name, ".") + 1))
351 Dim FormName, ClientPath, Path, Name, Ext, Content, Size, MIME, Start
H A Dcommands.asp122 sErrorNumber = "102" ' Invalid Folder Name.
164 sFileName = oUploader.File( "NewFile" ).Name
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso39 <td nowrap>Field Name&nbsp;&nbsp;</td>
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp39 <td noWrap>Field Name&nbsp;&nbsp;</td>
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js110 targetSpecialCombo.SetLabel( style.Label || style.Name ) ;
157 targetSpecialCombo.SelectItem( style.Name ) ;
H A Dfcktoolbarbuttonui.js26 this.Name = name ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03_mx.cfm37 oCombo.value = editorInstance.ToolbarSet.Name ;

1234567891011