Lines Matching refs:image

12 			// Load image preview.
164 // Check image ratio and original image ratio, but respecting user's preference.
255 // New image -> new domensions
275 // Set Error image.
276 var noimage = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'image' ).path + 'images/noimage.png' );
296 title: editor.lang.image[ dialogType == 'image' ? 'title' : 'titleButton' ],
329 // Copy of the image
352 if ( dialogType == 'image' )
370 …ment' ) || element && element.getName() == 'input' && element.getAttribute( 'type' ) == 'image' ) {
400 … if ( dialogType == 'image' && imgTagName == 'input' && confirm( editor.lang.image.button2Img ) ) {
408 …else if ( dialogType != 'image' && imgTagName == 'img' && confirm( editor.lang.image.img2Button ) …
413 type: 'image',
422 } else // Create a new image.
425 if ( dialogType == 'image' )
429 this.imageElement.setAttribute( 'type', 'image' );
466 } else //Link already exists, image not.
485 if ( dialogType != 'image' )
515 label: editor.lang.image.infoTab,
536 //Update original image
587 validate: CKEDITOR.dialog.validate.notEmpty( editor.lang.image.urlMissing )
608 label: editor.lang.image.alt,
771 '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.lockRatio +
772 …ox"><span class="cke_icon"></span><span class="cke_label">' + editor.lang.image.lockRatio + '</spa…
773 '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.resetSize +
774 …btnResetSizeId + '" role="button"><span class="cke_label">' + editor.lang.image.resetSize + '</spa…
805 label: editor.lang.image.border,
813 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateBorder ),
847 label: editor.lang.image.hSpace,
857 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateHSpace ),
900 label: editor.lang.image.vSpace,
908 validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateVSpace ),
1030 label: editor.lang.image.linkTab,
1110 label: editor.lang.image.upload,
1115 label: editor.lang.image.btnUpload,
1123 label: editor.lang.image.btnUpload,
1302 CKEDITOR.dialog.add( 'image', function( editor ) {
1303 return imageDialog( editor, 'image' );