@ -1,161 +1,180 @@ |
||||
.colorpicker { |
||||
width: 356px; |
||||
height: 176px; |
||||
overflow: hidden; |
||||
position: absolute; |
||||
background: url(../images/colorpicker_background.png); |
||||
font-family: Arial, Helvetica, sans-serif; |
||||
display: none; |
||||
width: 356px; |
||||
height: 176px; |
||||
overflow: hidden; |
||||
position: absolute; |
||||
background: url(../images/colorpicker_background.png); |
||||
font-family: Arial, Helvetica, sans-serif; |
||||
display: none; |
||||
} |
||||
.colorpicker_color { |
||||
width: 150px; |
||||
height: 150px; |
||||
left: 14px; |
||||
top: 13px; |
||||
position: absolute; |
||||
background: #f00; |
||||
overflow: hidden; |
||||
cursor: crosshair; |
||||
width: 150px; |
||||
height: 150px; |
||||
left: 14px; |
||||
top: 13px; |
||||
position: absolute; |
||||
background: #f00; |
||||
overflow: hidden; |
||||
cursor: crosshair; |
||||
} |
||||
.colorpicker_color div { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 150px; |
||||
height: 150px; |
||||
background: url(../images/colorpicker_overlay.png); |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 150px; |
||||
height: 150px; |
||||
background: url(../images/colorpicker_overlay.png); |
||||
} |
||||
.colorpicker_color div div { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 11px; |
||||
height: 11px; |
||||
overflow: hidden; |
||||
background: url(../images/colorpicker_select.gif); |
||||
margin: -5px 0 0 -5px; |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 11px; |
||||
height: 11px; |
||||
overflow: hidden; |
||||
background: url(../images/colorpicker_select.png); |
||||
margin: -5px 0 0 -5px; |
||||
} |
||||
.colorpicker_hue { |
||||
position: absolute; |
||||
top: 13px; |
||||
left: 171px; |
||||
width: 35px; |
||||
height: 150px; |
||||
cursor: n-resize; |
||||
position: absolute; |
||||
top: 13px; |
||||
left: 171px; |
||||
width: 35px; |
||||
height: 150px; |
||||
cursor: n-resize; |
||||
} |
||||
.colorpicker_hue div { |
||||
position: absolute; |
||||
width: 35px; |
||||
height: 9px; |
||||
overflow: hidden; |
||||
background: url(../images/colorpicker_indic.gif) left top; |
||||
margin: -4px 0 0 0; |
||||
left: 0px; |
||||
position: absolute; |
||||
width: 35px; |
||||
height: 9px; |
||||
overflow: hidden; |
||||
background: url(../images/colorpicker_indic.png) left top; |
||||
margin: -4px 0 0 0; |
||||
left: 0px; |
||||
} |
||||
.colorpicker_new_color { |
||||
position: absolute; |
||||
width: 60px; |
||||
height: 30px; |
||||
left: 213px; |
||||
top: 13px; |
||||
background: #f00; |
||||
position: absolute; |
||||
width: 60px; |
||||
height: 30px; |
||||
left: 213px; |
||||
top: 13px; |
||||
background: #f00; |
||||
} |
||||
.colorpicker_current_color { |
||||
position: absolute; |
||||
width: 60px; |
||||
height: 30px; |
||||
left: 283px; |
||||
top: 13px; |
||||
background: #f00; |
||||
position: absolute; |
||||
width: 60px; |
||||
height: 30px; |
||||
left: 283px; |
||||
top: 13px; |
||||
background: #f00; |
||||
} |
||||
.colorpicker input { |
||||
background-color: transparent; |
||||
border: 1px solid transparent; |
||||
position: absolute; |
||||
font-size: 10px; |
||||
font-family: Arial, Helvetica, sans-serif; |
||||
color: #898989; |
||||
top: 4px; |
||||
right: 11px; |
||||
text-align: right; |
||||
margin: 0; |
||||
padding: 0; |
||||
height: 11px; |
||||
background-color: transparent; |
||||
border: 1px solid transparent; |
||||
position: absolute; |
||||
font-size: 10px; |
||||
font-family: Arial, Helvetica, sans-serif; |
||||
color: #898989; |
||||
top: 4px; |
||||
right: 11px; |
||||
text-align: right; |
||||
margin: 0; |
||||
padding: 0; |
||||
height: 11px; |
||||
} |
||||
.colorpicker_hex { |
||||
position: absolute; |
||||
width: 72px; |
||||
height: 22px; |
||||
background: url(../images/colorpicker_hex.png) top; |
||||
left: 212px; |
||||
top: 142px; |
||||
position: absolute; |
||||
width: 72px; |
||||
height: 22px; |
||||
background: url(../images/colorpicker_hex.png) top; |
||||
left: 212px; |
||||
top: 142px; |
||||
} |
||||
.colorpicker_hex input { |
||||
right: 6px; |
||||
right: 6px; |
||||
} |
||||
.colorpicker_field { |
||||
height: 22px; |
||||
width: 62px; |
||||
background-position: top; |
||||
position: absolute; |
||||
height: 22px; |
||||
width: 62px; |
||||
background-position: top; |
||||
position: absolute; |
||||
} |
||||
.colorpicker_field span { |
||||
position: absolute; |
||||
width: 12px; |
||||
height: 22px; |
||||
overflow: hidden; |
||||
top: 0; |
||||
right: 0; |
||||
cursor: n-resize; |
||||
position: absolute; |
||||
width: 12px; |
||||
height: 22px; |
||||
overflow: hidden; |
||||
top: 0; |
||||
right: 0; |
||||
cursor: n-resize; |
||||
} |
||||
.colorpicker_rgb_r { |
||||
background-image: url(../images/colorpicker_rgb_r.png); |
||||
top: 52px; |
||||
left: 212px; |
||||
background-image: url(../images/colorpicker_rgb_r.png); |
||||
top: 52px; |
||||
left: 212px; |
||||
} |
||||
.colorpicker_rgb_g { |
||||
background-image: url(../images/colorpicker_rgb_g.png); |
||||
top: 82px; |
||||
left: 212px; |
||||
background-image: url(../images/colorpicker_rgb_g.png); |
||||
top: 82px; |
||||
left: 212px; |
||||
} |
||||
.colorpicker_rgb_b { |
||||
background-image: url(../images/colorpicker_rgb_b.png); |
||||
top: 112px; |
||||
left: 212px; |
||||
background-image: url(../images/colorpicker_rgb_b.png); |
||||
top: 112px; |
||||
left: 212px; |
||||
} |
||||
.colorpicker_hsb_h { |
||||
background-image: url(../images/colorpicker_hsb_h.png); |
||||
top: 52px; |
||||
left: 282px; |
||||
background-image: url(../images/colorpicker_hsb_h.png); |
||||
top: 52px; |
||||
left: 282px; |
||||
} |
||||
.colorpicker_hsb_s { |
||||
background-image: url(../images/colorpicker_hsb_s.png); |
||||
top: 82px; |
||||
left: 282px; |
||||
background-image: url(../images/colorpicker_hsb_s.png); |
||||
top: 82px; |
||||
left: 282px; |
||||
} |
||||
.colorpicker_hsb_b { |
||||
background-image: url(../images/colorpicker_hsb_b.png); |
||||
top: 112px; |
||||
left: 282px; |
||||
background-image: url(../images/colorpicker_hsb_b.png); |
||||
top: 112px; |
||||
left: 282px; |
||||
} |
||||
.colorpicker_submit { |
||||
position: absolute; |
||||
width: 22px; |
||||
height: 22px; |
||||
background: url(../images/colorpicker_submit.png) top; |
||||
left: 322px; |
||||
top: 142px; |
||||
overflow: hidden; |
||||
} |
||||
position: absolute; |
||||
width: 22px; |
||||
height: 22px; |
||||
background: url(../images/colorpicker_submit.png) top; |
||||
left: 322px; |
||||
top: 142px; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.tools_change { |
||||
position: absolute; |
||||
width: 22px; |
||||
height: 22px; |
||||
background: url(../images/tools.jpg) top; |
||||
left: 290px; |
||||
top: 142px; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.tools_change.tools_compass{ |
||||
background-position: bottom; |
||||
} |
||||
|
||||
.tools_change.tools_border{ |
||||
border: 1px solid #999090; |
||||
} |
||||
|
||||
.colorpicker_focus { |
||||
background-position: center; |
||||
background-position: center; |
||||
} |
||||
.colorpicker_hex.colorpicker_focus { |
||||
background-position: bottom; |
||||
background-position: bottom; |
||||
} |
||||
.colorpicker_submit.colorpicker_focus { |
||||
background-position: bottom; |
||||
background-position: bottom; |
||||
} |
||||
.colorpicker_slider { |
||||
background-position: bottom; |
||||
background-position: bottom; |
||||
} |
||||
|
Before Width: | Height: | Size: 49 B |
After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 941 B |
Before Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 935 B |
Before Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 941 B |
After Width: | Height: | Size: 1.0 KiB |
@ -1,16 +1,16 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<link rel="stylesheet" href="css/colorpicker.css" type="text/css" /> |
||||
<link rel="stylesheet" media="screen" type="text/css" href="css/layout.css" /> |
||||
<title>ColorPicker - jQuery plugin</title> |
||||
<script type="text/javascript" src="js/jquery.js"></script> |
||||
<script type="text/javascript" src="js/colorpicker.js"></script> |
||||
<script type="text/javascript" src="js/eye.js"></script> |
||||
<script type="text/javascript" src="js/utils.js"></script> |
||||
<script type="text/javascript" src="js/layout.js?ver=1.0.2"></script> |
||||
</head> |
||||
<body> |
||||
<p id="colorpickerHolder"> |
||||
</body> |
||||
<head> |
||||
<link rel="stylesheet" href="css/colorpicker.css" type="text/css" /> |
||||
<link rel="stylesheet" media="screen" type="text/css" href="css/layout.css" /> |
||||
<title>ColorPicker - jQuery plugin</title> |
||||
<script type="text/javascript" src="js/jquery.js"></script> |
||||
<script type="text/javascript" src="js/colorpicker.js"></script> |
||||
<script type="text/javascript" src="js/eye.js"></script> |
||||
<script type="text/javascript" src="js/utils.js"></script> |
||||
<script type="text/javascript" src="js/layout.js?ver=1.0.2"></script> |
||||
</head> |
||||
<body> |
||||
<p id="colorpickerHolder"></p> |
||||
</body> |
||||
</html> |
||||
|
@ -1,65 +1,85 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<title>Full featured example</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<!-- TinyMCE --> |
||||
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script> |
||||
<script type="text/javascript"> |
||||
tinyMCE.init({ |
||||
// General options |
||||
mode : "textareas", |
||||
theme : "advanced", |
||||
plugins : "autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave", |
||||
<head> |
||||
<title>Full featured example</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<!-- TinyMCE --> |
||||
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script> |
||||
<script type="text/javascript"> |
||||
var flag = false; |
||||
tinyMCE.init({ |
||||
// General options |
||||
mode : "textareas", |
||||
theme : "advanced", |
||||
plugins : "autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave", |
||||
|
||||
// Theme options |
||||
theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", |
||||
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,code,insertdate,inserttime,preview,|,forecolor,backcolor", |
||||
theme_advanced_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,advhr,|,ltr,rtl,|,fullscreen,|,visualchars,nonbreaking", |
||||
theme_advanced_toolbar_location : "top", |
||||
theme_advanced_toolbar_align : "left", |
||||
theme_advanced_statusbar_location : "bottom", |
||||
theme_advanced_resizing : true, |
||||
// Theme options |
||||
theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect", |
||||
theme_advanced_buttons2 : "undo,redo,|,cut,copy,paste,pasteword,|,bullist,numlist,|,outdent,indent,|,code,insertdate,inserttime,preview,|,forecolor,backcolor", |
||||
theme_advanced_buttons3 : "hr,removeformat,|,sub,sup,|,charmap,emotions,iespell,|,ltr,rtl", |
||||
theme_advanced_toolbar_location : "top", |
||||
theme_advanced_toolbar_align : "left", |
||||
theme_advanced_statusbar_location : "bottom", |
||||
theme_advanced_resizing : true, |
||||
|
||||
// Example content CSS (should be your site CSS) |
||||
content_css : "css/content.css", |
||||
// Example content CSS (should be your site CSS) |
||||
content_css : "css/content.css", |
||||
|
||||
// Drop lists for link/image/media/template dialogs |
||||
template_external_list_url : "lists/template_list.js", |
||||
external_link_list_url : "lists/link_list.js", |
||||
external_image_list_url : "lists/image_list.js", |
||||
media_external_list_url : "lists/media_list.js", |
||||
// Drop lists for link/image/media/template dialogs |
||||
template_external_list_url : "lists/template_list.js", |
||||
external_link_list_url : "lists/link_list.js", |
||||
external_image_list_url : "lists/image_list.js", |
||||
media_external_list_url : "lists/media_list.js", |
||||
|
||||
// Style formats |
||||
style_formats : [ |
||||
{title : 'Bold text', inline : 'b'}, |
||||
{title : 'Red text', inline : 'span', styles : {color : '#ff0000'}}, |
||||
{title : 'Red header', block : 'h1', styles : {color : '#ff0000'}}, |
||||
{title : 'Example 1', inline : 'span', classes : 'example1'}, |
||||
{title : 'Example 2', inline : 'span', classes : 'example2'}, |
||||
{title : 'Table styles'}, |
||||
{title : 'Table row 1', selector : 'tr', classes : 'tablerow1'} |
||||
], |
||||
// Style formats |
||||
style_formats : [ |
||||
{title : 'Bold text', inline : 'b'}, |
||||
{title : 'Red text', inline : 'span', styles : {color : '#ff0000'}}, |
||||
{title : 'Red header', block : 'h1', styles : {color : '#ff0000'}}, |
||||
{title : 'Example 1', inline : 'span', classes : 'example1'}, |
||||
{title : 'Example 2', inline : 'span', classes : 'example2'}, |
||||
{title : 'Table styles'}, |
||||
{title : 'Table row 1', selector : 'tr', classes : 'tablerow1'} |
||||
], |
||||
|
||||
// Replace values for the template plugin |
||||
template_replace_values : { |
||||
username : "Some User", |
||||
staffid : "991234" |
||||
} |
||||
}); |
||||
</script> |
||||
<!-- /TinyMCE --> |
||||
// Replace values for the template plugin |
||||
template_replace_values : { |
||||
username : "Some User", |
||||
staffid : "991234" |
||||
} |
||||
}); |
||||
|
||||
</head> |
||||
<body> |
||||
function setSankoreData() { |
||||
if(window.sankore) { |
||||
if(flag) |
||||
window.sankore.setPreference("textForEditing", window.frames[0].document.getElementById("tinymce").innerHTML); |
||||
} |
||||
} |
||||
|
||||
<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%"> |
||||
<p> |
||||
This is some example text that you can edit inside the <strong>TinyMCE editor</strong>. |
||||
</p> |
||||
<p> |
||||
Nam nisi elit, cursus in rhoncus sit amet, pulvinar laoreet leo. Nam sed lectus quam, ut sagittis tellus. Quisque dignissim mauris a augue rutrum tempor. Donec vitae purus nec massa vestibulum ornare sit amet id tellus. Nunc quam mauris, fermentum nec lacinia eget, sollicitudin nec ante. Aliquam molestie volutpat dapibus. Nunc interdum viverra sodales. Morbi laoreet pulvinar gravida. Quisque ut turpis sagittis nunc accumsan vehicula. Duis elementum congue ultrices. Cras faucibus feugiat arcu quis lacinia. In hac habitasse platea dictumst. Pellentesque fermentum magna sit amet tellus varius ullamcorper. Vestibulum at urna augue, eget varius neque. Fusce facilisis venenatis dapibus. Integer non sem at arcu euismod tempor nec sed nisl. Morbi ultricies, mauris ut ultricies adipiscing, felis odio condimentum massa, et luctus est nunc nec eros. |
||||
</p> |
||||
</textarea> |
||||
</body> |
||||
function setTextEditorData() { |
||||
if(window.sankore) { |
||||
if(!window.frames[0]) |
||||
setTimeout(function(){setTextEditorData()}, 300); |
||||
else { |
||||
flag = true; |
||||
window.frames[0].document.getElementById("tinymce").innerHTML = window.sankore.preference("textForEditing","<p>Enter your text here ...</p>"); |
||||
} |
||||
} |
||||
} |
||||
|
||||
/*function setSpanHandler(){ |
||||
alert(document.body.innerHTML); |
||||
alert(document.getElementById("elm1_toolbargroup").innerHTML); |
||||
document.getElementById("elm1_toolbargroup").onmouseout = function(){ |
||||
setSankoreData(); |
||||
}; |
||||
}*/ |
||||
</script> |
||||
<!-- /TinyMCE --> |
||||
|
||||
</head> |
||||
<body onmouseout="setSankoreData()" onload="setTextEditorData()"> |
||||
<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%"> |
||||
</textarea> |
||||
</body> |
||||
</html> |
||||
|