Home
last modified time | relevance | path

Searched refs:InstanceName (Results 1 – 11 of 11) sorted by last modified time

/plugin/fckg/fckeditor/
H A Dfckeditor.js32 this.InstanceName = instanceName ;
73 if ( !this.InstanceName || this.InstanceName.length == 0 )
83 …sHtml += '<input type="hidden" id="' + this.InstanceName + '" name="' + this.InstanceName + '" val…
92 sHtml += '<textarea name="' + this.InstanceName +
109 if ( document.getElementById( this.InstanceName + '___Frame' ) )
114 var oTextarea = document.getElementById( this.InstanceName ) ;
115 var colElementsByName = document.getElementsByName( this.InstanceName ) ;
126 alert( 'Error: The TEXTAREA with id or name set to "' + this.InstanceName + '" was not found' ) ;
162 …return '<input type="hidden" id="' + this.InstanceName + '___Config" value="' + sConfig + '" style…
176 … = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.InstanceName ) ;
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js32 this.InstanceName = instanceName ;
58 if ( !this.InstanceName || this.InstanceName.length == 0 )
68 …sHtml += '<input type="hidden" id="' + this.InstanceName + '" name="' + this.InstanceName + '" val…
76 …sHtml += '<textarea name="' + this.InstanceName + '" rows="4" cols="40" style="width:' + sWidth + …
89 var oTextarea = document.getElementById( this.InstanceName ) ;
90 var colElementsByName = document.getElementsByName( this.InstanceName ) ;
101 alert( 'Error: The TEXTAREA with id or name set to "' + this.InstanceName + '" was not found' ) ;
133 …return '<input type="hidden" id="' + this.InstanceName + '___Config" value="' + sConfig + '" style…
147 … = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.InstanceName ) ;
150 …return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width +…
H A Dfckeditor.afp67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
H A Dfckeditor.pl36 $InstanceName = $instanceName;
68 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
73 …$Html .= "<input type=\"hidden\" id=\"$InstanceName\" name=\"$InstanceName\" value=\"$HtmlValue\" …
77 $wk = $InstanceName."___Config";
81 $wk = $InstanceName."___Frame";
94 …$Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height…
H A Dfckeditor.cfc189 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
H A Dfckeditor.cfm125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
H A Dfckeditor.lasso70 …ncename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?InstanceName=' + self->insta…
H A Dfckeditor_php5.php30 var $InstanceName ; variable in FCKeditor
41 $this->InstanceName = $instanceName ;
69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
75 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
78 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
81 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
95 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
H A Dfckeditor.py46 self.InstanceName = instanceName
67 self.InstanceName
74 self.InstanceName,
75 self.InstanceName,
81 self.InstanceName,
87 self.InstanceName,
103 self.InstanceName,
H A Dfckeditor_php4.php30 var $InstanceName ; variable in FCKeditor
41 $this->InstanceName = $instanceName ;
74 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
80 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
83 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
86 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
100 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code64 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName