Lines Matching refs:width

39 									value = Math.round( oImageOriginal.$.width * ( value / oImageOriginal.$.height ) );
45 value = Math.round( oImageOriginal.$.height * ( value / oImageOriginal.$.width ) );
167 var width = dialog.getValueOf( 'info', 'txtWidth' ),
169 originalRatio = oImageOriginal.$.width * 1000 / oImageOriginal.$.height,
170 thisRatio = width * 1000 / height;
173 if ( !width && !height )
209 widthField && widthField.setValue( oImageOriginal.$.width );
233 dimension = this.id == 'txtWidth' ? 'width' : 'height',
646 width: '40px',
648 label: editor.lang.common.width,
665 element.setStyle( 'width', CKEDITOR.tools.cssLength( value ) );
667 element.removeStyle( 'width' );
669 !internalCommit && element.removeAttribute( 'width' );
675 element.setStyle( 'width', oImageOriginal.$.width + 'px' );
677 element.setStyle( 'width', CKEDITOR.tools.cssLength( value ) );
679 element.removeAttribute( 'width' );
680 element.removeStyle( 'width' );
687 width: '40px',
729 style: 'margin-top:30px;width:40px;height:40px;',
751 width = this.getValueOf( 'info', 'txtWidth' );
753 if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' && width ) {
754 var height = oImageOriginal.$.height / oImageOriginal.$.width * width;
802 width: '60px',
817 borderStyle = element.getStyle( 'border-width' );
828 element.setStyle( 'border-width', CKEDITOR.tools.cssLength( value ) );
837 element.removeStyle( 'border-width' );
846 width: '60px',
898 width: '60px',
949 style: 'width:90px',
1011 style: 'width:95%;',
1039 style: 'width: 100%',
1157 style: 'width : 100px;',
1273 width = element.$.style.width,
1275 aMatchW = ( width ? width : '' ).match( regexGetSize );
1279 width: !!aMatchW