Sha256: 3ce20a7c776b29717cf1fbb4729efddd8ea0b12f33ebd5e996c83531849ab751

Contents?: true

Size: 822 Bytes

Versions: 51

Compression:

Stored size: 822 Bytes

Contents

<public:component lightweight="true">

<public:attach event="oncontentready" onevent="ShowBorders()" />
<public:attach event="onpropertychange" onevent="OnPropertyChange()" />

<script language="javascript">

var oClassRegex = /\s*FCK__ShowTableBorders/ ;

function ShowBorders()
{
	if ( this.border == 0 )
	{
		if ( !oClassRegex.test( this.className ) )
			this.className += ' FCK__ShowTableBorders' ;
	}
	else
	{
		if ( oClassRegex.test( this.className ) )
		{
			this.className = this.className.replace( oClassRegex, '' ) ;
			if ( this.className.length == 0 )
				this.removeAttribute( 'className', 0 ) ;
		}
	}
}

function OnPropertyChange()
{
	if ( event.propertyName == 'border' || event.propertyName == 'className' )
		ShowBorders.call(this) ;
}

</script>

</public:component>

Version data entries

51 entries across 51 versions & 15 rubygems

Version Path
iaddict-bcms_fckeditor-1.1.3 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
iaddict-bcms_fckeditor-1.1.2 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
bcms_fckeditor-1.0.4 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
bcms_fckeditor-1.0.3 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
bcms_fckeditor-1.0.2 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
bcms_fckeditor-1.0.1 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
bcms_fckeditor-1.0.0 public/bcms/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms-3.0.6 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms-3.0.5 public/fckeditor/editor/css/behaviors/showtableborders.htc
we5-browsercms-3.0.5.1 public/fckeditor/editor/css/behaviors/showtableborders.htc
we5-browsercms-3.0.5 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms_s3-3.0.5 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms-3.0.4 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms-3.0.3 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms_s3-3.0.4 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms_s3-3.0.3 public/fckeditor/editor/css/behaviors/showtableborders.htc
we5-browsercms-3.0.2 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms-3.0.2 public/fckeditor/editor/css/behaviors/showtableborders.htc
browsercms-3.0.1 public/fckeditor/editor/css/behaviors/showtableborders.htc
Wiki2GoEditor-1.0.0 fckeditor/editor/css/behaviors/showtableborders.htc