Home
last modified time | relevance | path

Searched refs:width (Results 3651 – 3675 of 3734) sorted by last modified time

1...<<141142143144145146147148149150

/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 )
311 for ( colIdx = baseColIdx ; colIdx < baseColIdx + geometry.width ; colIdx++ )
320 if ( g.width != geometry.width || g.height != geometry.height )
331 colIdx = baseColIdx + ( rowIdx - baseRowIdx ) % geometry.width ;
338 if ( g.width != geometry.width || g.height != geometry.height )
373 for ( var j = 0 ; j < selectionGeometry.width ; j++ )
854 if ( refGeometry.width != nextGeometry.width || refGeometry.x != nextGeometry.x )
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js26 var FCKDialogCommand = function( name, title, url, width, height, getStateFunction, getStateParam ) argument
31 this.Width = width ;
H A Dfcktextcolorcommand.js127 oTable.width = 150 ;
145 oDiv.style.width = '96%' ;
182 oDiv.style.width = '96%' ;
H A Dfckfitwindow.js75 eBodyStyle.width = '0px' ;
89 eEditorFrameStyle.width = oViewPaneSize.Width + "px";
178 eEditorFrameStyle.width = oViewPaneSize.Width + 'px' ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js68 oIFrame.width = oIFrame.height = '100%' ;
146 width : '100%',
H A Dfckpanel.js50 oIFrame.width = oIFrame.height = 0 ;
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
137 width : width ? width + 'px' : '',
173 width : width ? width + 'px' : '',
179 if ( !width ) this._IFrame.width = 1 ;
238 this._IFrame.width = iWidth ;
265 this._IFrame.width = this._IFrame.height = 0 ;
H A Dfcktoolbarpanelbutton.js77 oButton.LineImg.style.width = ( e.offsetWidth - 2 ) + 'px' ;
H A Dfckspecialcombo.js43 this._PanelBox.style.width = this.PanelWidth + 'px' ;
105 oDiv.style.width = '100%' ;
237 oField.style.width = this.FieldWidth + 'px' ;
H A Dfcktoolbarbuttonui.js110 eImg.width = 5 ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js124 function OpenFileBrowser( url, width, height ) argument
128 var iLeft = ( oEditor.FCKConfig.ScreenWidth - width ) / 2 ;
132 sOptions += ",width=" + width ;
H A Dfck_dialog_common.css29 width: 100%;
39 width: 100%;
49 width: 16px;
61 width: 16px;
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css221 border-width: 1px 2px 2px 1px;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js139 if ( oImage.style.width )
141 var aMatchW = oImage.style.width.match( regexSize ) ;
145 oImage.style.width = '' ;
368 … value = value == 0 ? 0 : Math.round( oImageOriginal.height * ( value / oImageOriginal.width ) ) ;
370 … value = value == 0 ? 0 : Math.round( oImageOriginal.width * ( value / oImageOriginal.height ) ) ;
384 GetE('txtWidth').value = oImageOriginal.width ;
408 function OpenServerBrowser( type, url, width, height ) argument
411 OpenFileBrowser( url, width, height ) ;
416 function SetUrl( url, width, height, alt ) argument
426 GetE('txtWidth').value = width ? width : '' ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js147 var width = FCKDragTableHandler._GetCellWidth( table, cell ) ;
150 colArray.push( { width : width / colSpan, colSpan : colSpan } ) ;
156 guessItem.width = width / colSpan ;
170 colArray[colIndex].width += deltaX ;
171 colArray[colIndex + 1].width -= deltaX ;
180 cell.width = "" ;
181 cell.style.width = "" ;
198 cell.width = colArray[j].width ;
200 cell.width = parseInt( cell.width, 10 ) + parseInt( colArray[j].width, 10 ) ;
466 width : paddingBar.offsetWidth + 'px',
[all …]
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css77 width: 1px;
88 width: 3px;
125 width: 5px;
182 width: 3px;
189 width: 16px;
241 width: 3px;
405 width: 100%;
417 width: 14px;
450 width: 10px;
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_editor.css77 width: 1px;
87 width: 3px;
122 width: 5px;
167 width: 3px;
174 width: 16px;
234 width: 3px;
396 width: 100%;
408 width: 14px;
441 width: 10px;
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css79 width: 1px;
91 width: 7px;
101 width: 4px;
129 width: 5px;
176 width: 3px;
183 width: 16px;
242 width: 3px;
408 width: 100%;
420 width: 14px;
453 width: 10px;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso37 <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
45 <td width="100%" style="white-space:pre">[#this->second]</td>
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc34 * fckEditor.width="100%";
66 <cfparam name="this.width" type="string" default="100%" />
158 // append unit "px" for numeric width and/or height values
159 if( isNumeric( this.width ) )
160 this.width = this.width & "px";
167 … name=""#this.instanceName#"" rows=""4"" cols=""40"" style=""WIDTH: #this.width#; HEIGHT: #this.he…
200 …result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
H A Dfckeditor.cfm31 * width="..."
41 <cfparam name="attributes.width" type="string" default="100%">
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
194 // append unit "px" for numeric width and/or height values
195 if( isNumeric( attributes.width ) )
196 attributes.width = attributes.width & "px";
204 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
H A Dfckeditor.lasso35 'width' = '100%',
48 -optional='width', -type='string',
56 local_defined('width') ? self->width = #width;
70 …ame=' + self->instancename + '&Toolbar=' + self->toolbarset + '" width="' + self->width + '" heigh…
76 …<textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; …
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp37 <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
48 <td width="100%" style="white-space:pre"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc70 <cfset variables.imageInfo.width = 0>
85 init(width, height) Initialize with a blank image
133 …eWidth" access="public" output="true" returntype="void" hint="Scale an image to a specific width.">
150 …ss="public" output="true" returntype="void" hint="Resize an image to a specific width and height.">
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm51 width="100%"

1...<<141142143144145146147148149150