summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html
diff options
context:
space:
mode:
authormark <mark>2010-03-16 07:49:38 +0000
committermark <mark>2010-03-16 07:49:38 +0000
commit7a7bcda9d75c951df9c911ce60d5b0551765daf2 (patch)
tree6d3688ce272ee837653c00eda64c5691a4932e1f /httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html
parentc86fe9ea75d23d3d0c3536b709ac1e086f15a5de (diff)
FCKeditor 2.6.6
Diffstat (limited to 'httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html')
-rw-r--r--httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html b/httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html
index 1778f51..0f2aaac 100644
--- a/httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html
+++ b/httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
@@ -34,6 +34,7 @@
#btnClear { width: 75px ; height: 22px ; margin-bottom: 6px ; }
.ColorCell { height: 15px ; width: 15px ; }
</style>
+ <script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
var oEditor = window.parent.InnerDialogLoaded() ;
@@ -135,8 +136,8 @@ function UpdateColor()
function Ok()
{
- if ( typeof(window.parent.dialogArguments.CustomValue) == 'function' )
- window.parent.dialogArguments.CustomValue( document.getElementById('selcolor').value ) ;
+ if ( typeof(window.parent.Args().CustomValue) == 'function' )
+ window.parent.Args().CustomValue( document.getElementById('selcolor').value ) ;
return true ;
}