Home
last modified time | relevance | path

Searched refs:height (Results 3276 – 3300 of 3348) sorted by last modified time

1...<<131132133134

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
34 this.Height = height || '200' ;
H A Dfckeditor.afp80 … id="]+THIS.cInstanceName +[___Frame" src="Link" width="]+THIS.cWIDTH+[" height="]+THIS.cHEIGHT+["…
94 …="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCSS+[ height: ]+HeightCSS+[">]+…
H A Dfckeditor.cfc35 * fckEditor.height="200";
67 <cfparam name="this.height" type="string" default="200" />
158 // append unit "px" for numeric width and/or height values
161 if( isNumeric( this.height ) )
162 this.height = this.height & "px";
167 …ame#"" rows=""4"" cols=""40"" style=""WIDTH: #this.width#; HEIGHT: #this.height#"">#HTMLEditFormat…
200 …his.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"" height=""#this.height#"" framebo…
H A Dfckeditor.cfm32 * height="..:"
42 <cfparam name="attributes.height" type="string" default="200">
183 …instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#attributes.height#" frameb…
194 // append unit "px" for numeric width and/or height values
197 if( isNumeric( attributes.height ) )
198 attributes.height = attributes.height & "px";
204 …rows="4" cols="40" style="WIDTH: #attributes.width#; HEIGHT: #attributes.height#">#HTMLEditFormat(…
H A Dfckeditor.lasso36 'height' = '200',
49 -optional='height', -type='string',
57 local_defined('height') ? self->height = #height;
70 …'&Toolbar=' + self->toolbarset + '" width="' + self->width + '" height="' + self->height + '" fram…
76 …name + '" rows="4" cols="40" style="width: ' + self->width + '; height: ' + self->height + '">' + …
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code77 …+THIS.cInstanceName +[___Frame" src="]+lcLink+[" width="]+THIS.cWIDTH+[" height="]+THIS.cHEIGHT+["…
91 …="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCSS+[ height: ]+HeightCSS+[" wr…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js48height='100%';C.appendChild(F);if (FCKBrowserInfo.IsIE) A=A.replace(/(<base[^>]*?)\s*\/?>(?!\s*<\/…
61height=FCKTools.ConvertHtmlSizeToStyle(B.getAttribute('height'));};FCK.GetRealElement=function(A){…
64height){for (D=F;D<F+E.width;D++){C=G+(D-F) % E.height;if (!B[C]||!B[C][D]){this._UnmarkCells(A,'_…
77height='0px';};this._EditorFrameStyles=FCKTools.SaveStyles(A);var H=FCKTools.GetViewPaneSize(C);B.…
85height=0;FCKDomTools.SetElementStyles(C,{position:'absolute',zIndex:FCKConfig.FloatingPanelsZIndex…
87 …));G.src=FCKConfig.SkinPath+'images/toolbar.buttonarrow.gif';G.width=5;G.height=3;};F=E.insertCell…
89 …oad(0,this.offsetHeight,this);if (D.offsetHeight>E) C.style.height=E+'px';else C.style.height='';B…
99 …nt('iframe');F.src='javascript:void(0)';F.frameBorder=0;F.width='100%';F.height='10';D.appendChild…
102 …nt('IMG'));E.src=FCK_IMAGES_PATH+'arrow_'+FCKLang.Dir+'.gif';E.width=4;E.height=7;this.SubMenu.Cre…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm77 <cfif imageInfo.height lte 0 or imageInfo.width lte 0>
H A DImageObject.cfc71 <cfset variables.imageInfo.height = 0>
85 init(width, height) Initialize with a blank image
142 …eight" access="public" output="true" returntype="void" hint="Scale an image to a specific height.">
150 …ss="public" output="true" returntype="void" hint="Resize an image to a specific width and height.">
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css28 min-height: 100%;
49 height: 80px;
60 height: 15px;
97 height: 5px;
104 height: 18px;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js338 oDivStyle.width = oDivStyle.height = 1 ;
H A Dfcktablehandler.js309 if ( geometry.width >= geometry.height )
313 rowIdx = baseRowIdx + ( colIdx - baseColIdx ) % geometry.height ;
320 if ( g.width != geometry.width || g.height != geometry.height )
329 for ( rowIdx = baseRowIdx ; rowIdx < baseRowIdx + geometry.height ; rowIdx++ )
338 if ( g.width != geometry.width || g.height != geometry.height )
370 for ( var i = 0 ; i < selectionGeometry.height ; i++ )
823 if ( refGeometry.height != nextGeometry.height || refGeometry.y != nextGeometry.y )
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js26 var FCKDialogCommand = function( name, title, url, width, height, getStateFunction, getStateParam ) argument
32 this.Height = height ;
H A Dfckfitwindow.js76 eBodyStyle.height = '0px' ;
90 eEditorFrameStyle.height = oViewPaneSize.Height + "px";
179 eEditorFrameStyle.height = oViewPaneSize.Height + 'px' ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js68 oIFrame.width = oIFrame.height = '100%' ;
147 height : '100%',
H A Dfckpanel.js50 oIFrame.width = oIFrame.height = 0 ;
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
138 height : height ? height + 'px' : ''
174 height : height ? height + 'px' : ''
180 if ( !height ) this._IFrame.height = 1 ;
239 this._IFrame.height = iHeight ;
265 this._IFrame.width = this._IFrame.height = 0 ;
H A Dfckspecialcombo.js348 oPanelBox.style.height = iMaxHeight + 'px' ;
354 oPanelBox.style.height = '' ;
H A Dfcktoolbarbuttonui.js111 eImg.height = 3 ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js124 function OpenFileBrowser( url, width, height ) argument
129 var iTop = ( oEditor.FCKConfig.ScreenHeight - height ) / 2 ;
133 sOptions += ",height=" + height ;
H A Dfck_dialog_common.css30 height: 170px;
40 height: 170px;
50 height: 16px;
62 height: 16px;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js150 if ( oImage.style.height )
152 var aMatchH = oImage.style.height.match( regexSize ) ;
156 oImage.style.height = '' ;
368 … value = value == 0 ? 0 : Math.round( oImageOriginal.height * ( value / oImageOriginal.width ) ) ;
370 … value = value == 0 ? 0 : Math.round( oImageOriginal.width * ( value / oImageOriginal.height ) ) ;
385 GetE('txtHeight').value = oImageOriginal.height ;
408 function OpenServerBrowser( type, url, width, height ) argument
411 OpenFileBrowser( url, width, height ) ;
416 function SetUrl( url, width, height, alt ) argument
427 GetE('txtHeight').value = height ? height : '' ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js467 height : barHeight + 'px'
485 height : barHeight + 'px',
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css78 height: 21px;
90 height: 27px;
130 height: 27px;
141 height: 21px;
183 height: 21px;
190 height: 16px;
215 height: 1px;
242 height: 20px;
249 height: 20px;
260 height: 3px;
[all …]
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_editor.css71 height: 24px;
78 height: 16px;
89 height: 16px;
168 height: 22px;
175 height: 16px;
193 height: 1px;
200 height: 22px;
235 height: 20px;
242 height: 20px;
253 height: 3px;
[all …]
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css80 height: 16px;
92 height: 24px;
100 height: 24px;
177 height: 22px;
184 height: 16px;
204 height: 1px;
243 height: 20px;
250 height: 20px;
261 height: 3px;
397 height: 23px;
[all …]

1...<<131132133134