Searched refs:InstanceName (Results 1 – 21 of 21) sorted by relevance
| /plugin/fckg/fckeditor/ |
| D | fckeditor.js | 32 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/ |
| D | fckeditor.js | 32 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 +…
|
| D | fckeditor.pl | 36 $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…
|
| D | fckeditor_php4.php | 30 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…
|
| D | fckeditor_php5.php | 30 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…
|
| D | fckeditor.py | 46 self.InstanceName = instanceName 67 self.InstanceName 74 self.InstanceName, 75 self.InstanceName, 81 self.InstanceName, 87 self.InstanceName, 103 self.InstanceName,
|
| D | fckeditor.lasso | 70 …ncename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?InstanceName=' + self->insta…
|
| D | fckeditor.afp | 67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
|
| D | fckeditor.cfm | 125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
|
| D | fckeditor.cfc | 189 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.js | 32 this.InstanceName = instanceName ; 60 if ( !this.InstanceName || this.InstanceName.length == 0 ) 70 …sHtml += '<input type="hidden" id="' + this.InstanceName + '" name="' + this.InstanceName + '" val… 78 …sHtml += '<textarea name="' + this.InstanceName + '" rows="4" cols="40" style="width:' + sWidth + … 91 var oTextarea = document.getElementById( this.InstanceName ) ; 92 var colElementsByName = document.getElementsByName( this.InstanceName ) ; 103 alert( 'Error: The TEXTAREA with id or name set to "' + this.InstanceName + '" was not found' ) ; 135 …return '<input type="hidden" id="' + this.InstanceName + '___Config" value="' + sConfig + '" style… 149 … = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.InstanceName ) ; 152 …return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width +…
|
| D | fckeditor.pl | 36 $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…
|
| D | fckeditor_php5.php | 30 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…
|
| D | fckeditor_php4.php | 30 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…
|
| D | fckeditor.py | 45 self.InstanceName = instanceName 66 self.InstanceName 73 self.InstanceName, 74 self.InstanceName, 80 self.InstanceName, 86 self.InstanceName, 102 self.InstanceName,
|
| D | fckeditor.lasso | 70 …ncename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?InstanceName=' + self->insta…
|
| D | fckeditor.afp | 67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
|
| D | fckeditor.cfm | 105 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
|
| D | fckeditor.cfc | 158 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
|
| /plugin/wysiwyg/fckeditor/_samples/afp/ |
| D | fck.afpa.code | 64 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
|
| /plugin/grensladawritezor/fckeditor/_samples/afp/ |
| D | fck.afpa.code | 64 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
|