mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Imported CKEDITOR 3.0
Monotone-Parent: 5f9c08dd6b5b34d815ddb2108abbf4055e846934 Monotone-Revision: b2cf7eda0ef8f15fb6e78f8c38a7406a47bcdd2f Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-26T14:03:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -356,6 +356,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
{
|
||||
type : 'text',
|
||||
id : 'width',
|
||||
style : 'width:95px',
|
||||
label : editor.lang.flash.width,
|
||||
validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateWidth ),
|
||||
setup : function( objectNode, embedNode, paramMap, fakeImage )
|
||||
@@ -378,6 +379,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
{
|
||||
type : 'text',
|
||||
id : 'height',
|
||||
style : 'width:95px',
|
||||
label : editor.lang.flash.height,
|
||||
validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHeight ),
|
||||
setup : function( objectNode, embedNode, paramMap, fakeImage )
|
||||
@@ -400,6 +402,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
{
|
||||
type : 'text',
|
||||
id : 'hSpace',
|
||||
style : 'width:95px',
|
||||
label : editor.lang.flash.hSpace,
|
||||
validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHSpace ),
|
||||
setup : loadValue,
|
||||
@@ -408,6 +411,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
{
|
||||
type : 'text',
|
||||
id : 'vSpace',
|
||||
style : 'width:95px',
|
||||
label : editor.lang.flash.vSpace,
|
||||
validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateVSpace ),
|
||||
setup : loadValue,
|
||||
|
||||
@@ -19,7 +19,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
{
|
||||
var attributes = element.attributes;
|
||||
|
||||
return ( attributes.type != 'application/x-shockwave-flash' || !flashFilenameRegex.test( attributes.src || '' ) );
|
||||
return ( attributes.type == 'application/x-shockwave-flash' || flashFilenameRegex.test( attributes.src || '' ) );
|
||||
}
|
||||
|
||||
function createFakeElement( editor, realElement )
|
||||
|
||||
Reference in New Issue
Block a user