WYSIWYG EDITOR for dynaforms
WYSIWYG EDITOR for dynaforms
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
|
||||
body {background:#FFF;}
|
||||
body.mceForceColors {background:#FFF; color:#000;}
|
||||
h1 {font-size: 2em}
|
||||
h2 {font-size: 1.5em}
|
||||
h3 {font-size: 1.17em}
|
||||
h1 {font-size: 1em}
|
||||
h2 {font-size: 1em}
|
||||
h3 {font-size: 1em}
|
||||
h4 {font-size: 1em}
|
||||
h5 {font-size: .83em}
|
||||
h6 {font-size: .75em}
|
||||
h5 {font-size: 3em}
|
||||
h6 {font-size: 7em}
|
||||
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
|
||||
a.mceItemAnchor {display:inline-block; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat 0 0;}
|
||||
span.mceItemNbsp {background: #DDD}
|
||||
|
||||
896
gulliver/js/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/form.css
vendored
Normal file
896
gulliver/js/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/form.css
vendored
Normal file
@@ -0,0 +1,896 @@
|
||||
/** form controls styles form.css */
|
||||
|
||||
body
|
||||
{
|
||||
color:black;
|
||||
}
|
||||
.pm_separator{
|
||||
height: -1px;
|
||||
}
|
||||
form{
|
||||
margin: 0px;
|
||||
}
|
||||
INPUT {
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif ;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
/* Theme processmaker */
|
||||
.app_menuRight_container___processmaker
|
||||
{
|
||||
position:absolute;
|
||||
border:1px solid #868686;
|
||||
background-color:#FAFAFA;
|
||||
overflow:hidden;
|
||||
z-index:10000;
|
||||
}
|
||||
.app_menuRight_shadow___processmaker
|
||||
{
|
||||
position:absolute;
|
||||
border:1px solid black;
|
||||
background-color:black;
|
||||
overflow:hidden;
|
||||
z-index:9999;
|
||||
opacity:0.2;
|
||||
filter:alpha(opacity=20);
|
||||
}
|
||||
.app_menuRight_separator___processmaker
|
||||
{
|
||||
padding:0;
|
||||
margin-left:30px;
|
||||
margin-right:5px;
|
||||
position:relative;
|
||||
cursor:default;
|
||||
border-top:1px solid #C5C5C5;
|
||||
border-bottom:0px solid red;
|
||||
overflow:hidden;
|
||||
}
|
||||
.app_menuRight_option___processmaker, .app_menuRight_option_over___processmaker, .app_menuRight_optionNull___processmaker
|
||||
|
||||
{
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
position:relative;
|
||||
cursor:default;
|
||||
color:black;
|
||||
background-color:"";
|
||||
height:29px;
|
||||
overflow:hidden;
|
||||
border:0px solid #FBFFF2;
|
||||
}
|
||||
.app_menuRight_option_over___processmaker
|
||||
{
|
||||
//background-image:url(/images/onmouseSilver.jpg);
|
||||
background-color:#DCF1FC;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
.app_menuRight_option_image___processmaker, .app_menuRight_option_image_over___processmaker, .app_menuRight_option_imageNull___processmaker
|
||||
{
|
||||
width :26px;
|
||||
height :31px;
|
||||
padding :0px;
|
||||
position:absolute;
|
||||
overflow:hidden;
|
||||
cursor :default;
|
||||
left :0;
|
||||
top :0;
|
||||
background-color:#E9EEEE;
|
||||
border-right:1px solid #C5C5C5;
|
||||
}
|
||||
.app_menuRight_option_image_over___processmaker
|
||||
{
|
||||
background-color:#E9EEEE;
|
||||
border-right-width:1px;
|
||||
}
|
||||
.app_menuRight_option_image_element___processmaker
|
||||
{
|
||||
position:absolute;
|
||||
top:2;
|
||||
}
|
||||
.app_menuRight_option_text___processmaker
|
||||
{
|
||||
padding :0px;
|
||||
font :normal 8pt Tahoma,MiscFixed;
|
||||
color :#003366;
|
||||
position:absolute;
|
||||
cursor :default;
|
||||
left :30px;
|
||||
top :8px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.app_menuRight_optionNull___processmaker
|
||||
{
|
||||
|
||||
}
|
||||
.app_menuRight_option_imageNull___processmaker
|
||||
{
|
||||
width :26px;
|
||||
}
|
||||
|
||||
/* leimnud.app.menuRight CSS end */
|
||||
|
||||
/* processmap Theme.Panels begin */
|
||||
.panel_containerWindow___processmaker{
|
||||
border: 1px solid #C0C0C0;
|
||||
border: 1px solid #1983BD;
|
||||
border: 1px solid #66667E;
|
||||
border:1px solid #AAA;
|
||||
overflow: hidden;
|
||||
/*border: 1px solid #5394BF;
|
||||
border-left:1px solid #8BBDDF;
|
||||
border-top:1px solid #8BBDDF;*/
|
||||
}
|
||||
.panel_modal___processmaker{
|
||||
position:absolute;
|
||||
background-color:black;
|
||||
left:0px;
|
||||
top:0px;
|
||||
}
|
||||
.panel_iframe___processmaker{
|
||||
width:100%;
|
||||
height:100%;
|
||||
position:absolute;
|
||||
background-color:white;
|
||||
overflow:hidden;
|
||||
z-index:1;
|
||||
top:0px;
|
||||
left:0px;
|
||||
}
|
||||
.panel_backend___processmaker{
|
||||
/*width:100%;*/
|
||||
height:100%;
|
||||
position:absolute;
|
||||
background-color:white;
|
||||
overflow:hidden;
|
||||
z-index:1;
|
||||
top:0px;
|
||||
left:0px;
|
||||
}
|
||||
.panel_frontend___processmaker{
|
||||
/*width: 100%;*/
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background-color: #E8F2F7;
|
||||
background-color:#E0DFE3;
|
||||
/*background-color:#59A5D9;*/
|
||||
overflow: hidden;
|
||||
z-index: 2;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
.panel_titleBar___processmaker{
|
||||
position:relative;
|
||||
height:23px;
|
||||
overflow:hidden;
|
||||
background-color:white;
|
||||
background-image:url("/images/ext/gray/window/top-bottom.png");
|
||||
background-repeat:repeat-x;
|
||||
background-position:0px -1px;
|
||||
border-bottom:0px solid #DBE0E5;
|
||||
width:100%;
|
||||
}
|
||||
.panel_title___processmaker{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 23px;
|
||||
color: #000;
|
||||
/*color:#FFF;*/
|
||||
font: bold 8pt tahoma, MiscFixed;
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
z-index: 1;
|
||||
text-shadow:#fff 0px 1px 1px;
|
||||
color:#444;
|
||||
}
|
||||
.panel_close___processmaker{
|
||||
position:absolute;
|
||||
top:4px;
|
||||
font:normal 0pt tahoma;
|
||||
padding:0px;
|
||||
border:0px solid red;
|
||||
z-index:2;
|
||||
cursor:pointer;
|
||||
background:url("/images/ext/gray/panel/tool-sprites.gif") 0 0 no-repeat;
|
||||
}
|
||||
.panel_roll___processmaker{
|
||||
position:absolute;
|
||||
top:4;
|
||||
font:normal 0pt tahoma;
|
||||
padding:0px;
|
||||
border:0px solid red;
|
||||
z-index:2;
|
||||
cursor:pointer;
|
||||
background:url(/images/classic/roll.static.gif);
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
.panel_resize___processmaker{
|
||||
position:absolute;
|
||||
right:1px;
|
||||
width:11px;
|
||||
height:11px;
|
||||
overflow:hidden;
|
||||
z-index:333333;
|
||||
bottom:1px;
|
||||
background:url(/images/classic/panel.resize.11x11.png?rand=234);
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
.panel_headerBar___processmaker{
|
||||
position:relative;
|
||||
height:25px;
|
||||
overflow:hidden;
|
||||
background-color:transparent;
|
||||
}
|
||||
.panel_shadow___processmaker{
|
||||
position:absolute;
|
||||
background-color:#000;
|
||||
}
|
||||
.panel_tab___processmaker{
|
||||
position:absolute;
|
||||
z-index:3;
|
||||
padding-bottom: 14px;
|
||||
overflow-x: scroll;
|
||||
/*overflow-y: visible;*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.panel_tabH___processmaker{
|
||||
position:absolute;
|
||||
}
|
||||
.panel_tabOptionH___processmaker{
|
||||
text-align:center;
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
position:absolute;
|
||||
cursor:pointer;
|
||||
border:1px solid #919B9C;
|
||||
background-color:#F9F9F9;
|
||||
color:black;
|
||||
height:20px;
|
||||
max-height:9px;
|
||||
overflow:hidden;
|
||||
-moz-border-radius-topleft:5px;
|
||||
-moz-border-radius-topright:5px;
|
||||
}
|
||||
.panel_tabOptionOverH___processmaker{
|
||||
cursor:pointer;
|
||||
}
|
||||
.panel_tabOptionSelectedH___processmaker, .panel_tabOptionOverH___processmaker, .panel_tabOptionSelectedOverH___processmaker{
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
border: 1px solid #FF9900;
|
||||
border: 1px solid #919B9C;
|
||||
border-bottom:1px solid #F9F9F9;
|
||||
border-top-color:#E68B2C;
|
||||
background-color: #FBFFF2;
|
||||
background-color: #F9F9F9;
|
||||
color:#000000;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
background-image: url('/images/classic/panel.tabSelected.1x3.gif');
|
||||
background-repeat:repeat-x;
|
||||
background-position:0px -1px;
|
||||
height:22px;
|
||||
max-height:10px;
|
||||
overflow:hidden;
|
||||
/* -moz-border-radius-topleft:4px;
|
||||
-moz-border-radius-topright:4px;*/
|
||||
|
||||
}
|
||||
.panel_tabOptionSelectedOverH___processmaker{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.panel_tabOption___processmaker{
|
||||
text-align:left;
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
border:1px solid #A3A2BC;
|
||||
border: 1px solid #FF9900;
|
||||
position:absolute;
|
||||
background-color:#FFE6BF;
|
||||
cursor:pointer;
|
||||
color:black;
|
||||
}
|
||||
.panel_tabOptionOver___processmaker{
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
cursor:pointer;
|
||||
text-align:left;
|
||||
border:1px solid #FF9900;
|
||||
color:#666666;
|
||||
background-color:white;
|
||||
}
|
||||
.panel_tabOptionSelected___processmaker, .panel_tabOptionSelectedOver___processmaker{
|
||||
font:bold 8pt Tahoma,MiscFixed;
|
||||
border: 1px solid #FF9900;
|
||||
border-right:1px solid #FFF;
|
||||
background-color: #FBFFF2;
|
||||
color:#000000;
|
||||
text-align: left;
|
||||
position: absolute;
|
||||
}
|
||||
.panel_tabOptionSelectedOver___processmaker{
|
||||
color:#EA560F;
|
||||
|
||||
|
||||
}
|
||||
.panel_content___processmaker{
|
||||
position: relative;
|
||||
color: black;
|
||||
font: normal 8pt Tahoma,MiscFixed;
|
||||
text-align: justify;
|
||||
border: 1px solid #A3A2BC;
|
||||
border: 1px solid #FF9900;
|
||||
border: 1px solid #919B9C;
|
||||
/*border-left:1px solid #1983BD;
|
||||
border-top:1px solid #1983BD;
|
||||
border-right:1px solid #59A5D9;
|
||||
border-bottom:1px solid #59A5D9;*/
|
||||
background-color: #E8F2F7;
|
||||
background-color: #FFFFFF;
|
||||
background-color: #F9F9F9;
|
||||
background-color: #FFF;
|
||||
overflow: auto;
|
||||
padding-top:15px;
|
||||
}
|
||||
.panel_statusBar___processmaker{
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
/*background-color:white;*/
|
||||
background-color:transparent;
|
||||
min-height:25px;
|
||||
}
|
||||
.panel_status___processmaker
|
||||
{
|
||||
text-align:center;
|
||||
padding:2;
|
||||
padding-left:5px;
|
||||
color:#666666;
|
||||
}
|
||||
/* processmap Theme.Panels end */
|
||||
|
||||
|
||||
|
||||
/* Theme leimnud.module.grid BEGIN */
|
||||
/* gray BEGIN */
|
||||
.app_grid_headerBar___gray
|
||||
{
|
||||
font:normal 8pt Tahoma,sans-serif,MiscFixed;
|
||||
padding:3px;
|
||||
text-align:center;
|
||||
border:1px solid #AAA;
|
||||
/*border:1px solid #FF9D3F;*/
|
||||
border-bottom:0px solid red;
|
||||
background-color:#E8E8E8;
|
||||
background :url(/images/classic/grid.title.gray.gif);
|
||||
background-position:0px -10px;
|
||||
}
|
||||
.app_grid_table___gray
|
||||
{
|
||||
font :normal 8pt Tahoma,sans-serif;
|
||||
width :100%;
|
||||
border-collapse:collapse;
|
||||
margin :0px;
|
||||
}
|
||||
.app_grid_title___gray
|
||||
{
|
||||
font:normal 8pt tahoma,helvetica,sans-serif;
|
||||
border :1px solid #cbcbcb;
|
||||
border :1px solid #aaa;
|
||||
background-color:#D0DEF0;
|
||||
background :url(/images/classic/grid.title.gray.gif);
|
||||
text-align :center;
|
||||
padding :4px;
|
||||
height :25px;
|
||||
color :#000;
|
||||
cursor :default;
|
||||
background-position:0px 0px;
|
||||
}
|
||||
.app_grid_data___gray
|
||||
{
|
||||
padding : 5px;
|
||||
border : 1px solid #dfdfdf;
|
||||
color : #333;
|
||||
overflow: auto;
|
||||
background-color:#FFF;
|
||||
}
|
||||
.app_grid_data___gray select
|
||||
{
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
width:100%;
|
||||
}
|
||||
.app_grid_bg1___gray
|
||||
{
|
||||
background-color:#e0e0e0;
|
||||
border-color :#cbcbcb;
|
||||
border-color :#aaa;
|
||||
text-align:center;
|
||||
font-size:7pt;
|
||||
color :#000;
|
||||
cursor :default;
|
||||
}
|
||||
.app_grid_bg2___gray
|
||||
{
|
||||
background-color:#e0e0e0;
|
||||
border:1px solid #e0e0e0;
|
||||
text-align:center;
|
||||
color :#000;
|
||||
}
|
||||
|
||||
.app_grid_pDf___gray, .app_grid_pDp___gray, .app_grid_pDn___gray, .app_grid_pDl___gray, .app_grid_pDfDisabled___gray, .app_grid_pDpDisabled___gray, .app_grid_pDnDisabled___gray, .app_grid_pDlDisabled___gray
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
text-decoration:none;
|
||||
padding-left:7px;
|
||||
padding-right:7px;
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
overflow:none;
|
||||
background-repeat: no-repeat;
|
||||
font:normal 11px sans-serif;
|
||||
}
|
||||
.app_grid_pDf___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-first.gif);
|
||||
}
|
||||
.app_grid_pDf___gray:hover
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-first-disabled.gif);
|
||||
}
|
||||
.app_grid_pDfDisabled___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-first-disabled.gif);
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.app_grid_pDp___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-prev.gif);
|
||||
}
|
||||
.app_grid_pDp___gray:hover
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-prev-disabled.gif);
|
||||
}
|
||||
.app_grid_pDpDisabled___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-prev-disabled.gif);
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.app_grid_pDn___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-next.gif);
|
||||
}
|
||||
.app_grid_pDn___gray:hover
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-next-disabled.gif);
|
||||
}
|
||||
.app_grid_pDnDisabled___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-next-disabled.gif);
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.app_grid_pDl___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-last.gif);
|
||||
}
|
||||
.app_grid_pDl___gray:hover
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-last-disabled.gif);
|
||||
}
|
||||
.app_grid_pDlDisabled___gray
|
||||
{
|
||||
background:url(/images/classic/module.grid/page-last-disabled.gif);
|
||||
cursor:default;
|
||||
}
|
||||
.app_grid_pDC___gray
|
||||
{
|
||||
width :35px;
|
||||
height :18px;
|
||||
margin-left :5px;
|
||||
margin-right :5px;
|
||||
border :1px solid #919B9C;
|
||||
text-align :center;
|
||||
}
|
||||
/* gray END */
|
||||
|
||||
|
||||
/* Theme leimnud.module.grid.paginator BEGIN */
|
||||
.app_grid_paginatorHeader___gray
|
||||
{
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
color:black;
|
||||
padding:10px;
|
||||
text-align:center;
|
||||
}
|
||||
.app_grid_paginatorLink___gray
|
||||
{
|
||||
background-color:#E0E0E0;
|
||||
padding-left:3px;
|
||||
padding-right:3px;
|
||||
margin:2px;
|
||||
border:1px solid #CBCBCB;
|
||||
color:black;
|
||||
cursor:hand;
|
||||
text-decoration:none;
|
||||
background :url(/images/classic/grid.title.gray.gif);
|
||||
background-position:0px -10px;
|
||||
}
|
||||
.app_grid_paginatorLink___gray:hover
|
||||
{
|
||||
background-color:#FFF;
|
||||
border:1px solid #66667E;
|
||||
color:#66667E;
|
||||
}
|
||||
.app_grid_paginatorLinkSelected___gray
|
||||
{
|
||||
background-color:#fff;
|
||||
padding-left:3px;
|
||||
padding-right:3px;
|
||||
margin:2px;
|
||||
border:1px solid #CBCBCB;
|
||||
color:black;
|
||||
cursor:hand;
|
||||
text-decoration:none;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
/* Theme leimnud.module.app.button BEGIN */
|
||||
.module_app_button___gray, .module_app_buttonjs___gray
|
||||
{
|
||||
border:1px solid #afafaf;
|
||||
margin-left:2px;
|
||||
cursor:pointer;
|
||||
background :url(/images/classic/grid.title.gray.gif);
|
||||
background-position:0px 0px;
|
||||
}
|
||||
.module_app_button___gray:hover, .module_app_buttonHover___gray
|
||||
{
|
||||
border:1px solid #AAA;
|
||||
background-position:0px -8px;
|
||||
}
|
||||
.module_app_buttonDisabled___gray
|
||||
{
|
||||
font:normal 8pt Tahoma,sans-serif;
|
||||
border:1px solid #9f9f9f;
|
||||
background-position:0px -10px;
|
||||
color:#9f9f9f;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
/* Theme leimnud.module.app.button END */
|
||||
/* Theme leimnud.module.app.input BEGIN */
|
||||
.module_app_input___gray
|
||||
{
|
||||
padding:1px;
|
||||
border:1px solid #AAA;
|
||||
padding-left:3px;
|
||||
background: #FFFFFF url(/images/classic/input_back.gif) repeat-x;
|
||||
background-position:0px 0px;
|
||||
color :#333333;
|
||||
font :normal 8pt sans-serif;
|
||||
}
|
||||
.module_app_input___gray_readOnly
|
||||
{
|
||||
padding:1px;
|
||||
border:1px solid #AAA;
|
||||
padding-left:3px;
|
||||
background: #EBEBE4;/*#FFFFFF url(/images/classic/input_back.gif) repeat-x;*/
|
||||
background-position:0px 0px;
|
||||
color :#333333;
|
||||
font :normal 8pt sans-serif;
|
||||
}
|
||||
.module_ListBoxView
|
||||
{
|
||||
|
||||
color: white;
|
||||
background:#CCDDFF;
|
||||
padding:1px;
|
||||
border:1px solid #AAA;
|
||||
padding-left:3px;
|
||||
background-position:0px 0px;
|
||||
font :normal 8pt sans-serif;
|
||||
}
|
||||
.module_app_inputHover___gray
|
||||
{
|
||||
border:1px solid #AAA;
|
||||
}
|
||||
.module_app_inputPassed___gray
|
||||
{
|
||||
padding:1px;
|
||||
border:1px solid green;
|
||||
padding-left:2px;
|
||||
padding-right:20px;
|
||||
background: #FFFFFF url(/images/classic/ok.png) no-repeat;
|
||||
background-position:99% 50%;
|
||||
color :#000000;
|
||||
font :normal 8pt sans-serif;
|
||||
}
|
||||
.module_app_inputFailed___gray
|
||||
{
|
||||
border:1px solid red;
|
||||
padding:1px;
|
||||
padding-left:2px;
|
||||
padding-right:20px;
|
||||
background: #FFFFFF url(/images/classic/failed.png) no-repeat;
|
||||
background-position:99% 50%;
|
||||
color :#000000;
|
||||
font :normal 8pt sans-serif;
|
||||
}
|
||||
.module_app_inputFailed_ie___gray
|
||||
{
|
||||
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=red) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=red);
|
||||
}
|
||||
.module_app_inputPassed_ie___gray
|
||||
{
|
||||
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=green) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=green);
|
||||
}
|
||||
.module_app_inputDisabled___gray
|
||||
{
|
||||
background-color:#f0f0f0;
|
||||
color:#9f9f9f;
|
||||
}
|
||||
|
||||
/* Theme leimnud.module.app.input END */
|
||||
.module_app_select___gray
|
||||
{
|
||||
font:normal 8pt Tahoma,Sans-serif,MiscFi
|
||||
border-top-style: double;
|
||||
xed;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
/* Theme leimnud.module.rss BEGIN */
|
||||
|
||||
|
||||
.module_rss_container___gray, .module_rss_title___gray, .module_rss_header___gray, .module_rss_separator___gray, .module_rss_item___gray
|
||||
{
|
||||
border:1px solid #AAA;
|
||||
text-align:justify;
|
||||
}
|
||||
|
||||
.module_rss_title___gray, .module_rss_header___gray, .module_rss_itemHeader___gray
|
||||
{
|
||||
background :url(/images/classic/grid.title.gray.gif);
|
||||
}
|
||||
.module_rss_itemContainer___gray
|
||||
{
|
||||
border-top:1px solid #cbcbcb;
|
||||
overflow:hidden;
|
||||
padding:2px;
|
||||
background-color:#EEE;
|
||||
height:1px;
|
||||
}
|
||||
.module_rss_container___gray, .module_rss_separator_gray
|
||||
{
|
||||
background-color:#DFDFDF;
|
||||
}
|
||||
.module_rss_container___gray
|
||||
{
|
||||
padding:3px;
|
||||
font:normal 8pt Tahoma,sans-serif,MiscFixed;
|
||||
width:200px;
|
||||
}
|
||||
.module_rss_title___gray
|
||||
{
|
||||
border-bottom-width:0px;
|
||||
text-align :center;
|
||||
padding :4px;
|
||||
color :#000;
|
||||
cursor :default;
|
||||
background-position:0px 0px;
|
||||
}
|
||||
.module_rss_header___gray
|
||||
{
|
||||
padding:1px;
|
||||
text-align:right;
|
||||
border-bottom-width:0px;
|
||||
background-position:0px -10px;
|
||||
}
|
||||
.module_rss_separator___gray
|
||||
{
|
||||
border-bottom-width:0px;
|
||||
padding:1px;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.module_rss_item___gray
|
||||
{
|
||||
border-bottom-width:0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.module_rss_itemLast___gray
|
||||
{
|
||||
border-bottom-width:1px;
|
||||
}
|
||||
.module_rss_itemHeader___gray
|
||||
{
|
||||
padding:5px;
|
||||
background-position:0px -10px;
|
||||
position:relative;
|
||||
cursor:pointer;
|
||||
}
|
||||
.module_rss_itemPubDate___gray
|
||||
{
|
||||
color : #808080;
|
||||
font : normal 7pt Tahoma,sans-serif,MiscFixed;
|
||||
padding : 5px;
|
||||
}
|
||||
.module_rss_itemHr___gray
|
||||
{
|
||||
border-color : #808080;
|
||||
}
|
||||
.module_rss_itemTitle___gray
|
||||
{
|
||||
color:#000;
|
||||
}
|
||||
.module_rss_itemReaded___gray
|
||||
{
|
||||
color:#7f7f7f;
|
||||
}
|
||||
.module_rss_itemOver
|
||||
{
|
||||
background-position:0px -50px;
|
||||
}
|
||||
.module_rss_itemButtons___gray
|
||||
{
|
||||
position:absolute;
|
||||
top:1px;
|
||||
right:1px;
|
||||
}
|
||||
.module_rss_itemDescription___gray
|
||||
{
|
||||
|
||||
}
|
||||
.module_rss_itemLink___gray
|
||||
{
|
||||
text-align:right;
|
||||
padding-top:10px;
|
||||
}
|
||||
/* Theme leimnud.module.rss END */
|
||||
|
||||
/* toolbar estilo facebook */
|
||||
|
||||
div#toolbar
|
||||
{
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
width:100%;
|
||||
height:20px;
|
||||
z-index:9999999;
|
||||
}
|
||||
.toolbar_container
|
||||
{
|
||||
width:100%;
|
||||
text-align:center;
|
||||
height:25px;
|
||||
}
|
||||
.toolbar_wrapper{
|
||||
background-image:url(/images/bar_bg_bw.gif);
|
||||
background-position:0 -1px;
|
||||
border:1px solid #B5B5B5;
|
||||
height:30px;
|
||||
margin-left:5%;
|
||||
margin-right:5%;
|
||||
text-align:left;
|
||||
padding-top:2px;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
.toolbar_item{
|
||||
border-right:1px solid #B5B5B5;
|
||||
padding-top:3px;
|
||||
padding-bottom:6px;
|
||||
padding-right:15px;
|
||||
padding-left:25px;
|
||||
position:relative;
|
||||
display:inline;
|
||||
text-align:center;
|
||||
}
|
||||
.toolbar_item_section{
|
||||
position:absolute;
|
||||
border:1px solid #B5B5B5;
|
||||
width:150px;
|
||||
height:300px;
|
||||
background-color:white;
|
||||
bottom:21px;
|
||||
left:-1px;
|
||||
color:black;
|
||||
display:none;
|
||||
}
|
||||
@media screen
|
||||
{
|
||||
div#toolbar
|
||||
{
|
||||
position: fixed;
|
||||
}
|
||||
/* Don't do this at home */
|
||||
* html
|
||||
{
|
||||
overflow-y: hidden;
|
||||
}
|
||||
* html body
|
||||
{
|
||||
overflow-y: auto;
|
||||
}
|
||||
* html div#toolbar
|
||||
{
|
||||
position: absolute;
|
||||
}
|
||||
/* All done. */
|
||||
}
|
||||
|
||||
#toolbar a:link,#toolbar a:visited
|
||||
{
|
||||
color:#666;
|
||||
text-decoration:none;
|
||||
}
|
||||
#toolbar a:hover{
|
||||
color: #000;
|
||||
}
|
||||
#toolbar img
|
||||
{
|
||||
position:absolute;
|
||||
left:5px;
|
||||
top:3px;
|
||||
}
|
||||
|
||||
/*Botones*/
|
||||
.pagedTableDefault .pagedTable .RowLink a,.module_app_button___gray,.button_pm,.module_app_buttonjs___gray,.module_app_buttonDisabled___gray{
|
||||
-moz-border-radius:4px;border-radius:4px;
|
||||
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
|
||||
background-color:#EEE;
|
||||
background-image: none;
|
||||
font-size:10px;
|
||||
font-weight:400;
|
||||
text-transform: capitalize;
|
||||
margin:2px 0;
|
||||
padding:2px 7px;
|
||||
text-decoration:none;
|
||||
line-height: 14px;
|
||||
font-family: Arial,serif;
|
||||
border:1px solid #aaa;
|
||||
background:url("/images/ext/gray/button/btn.gif") repeat-x scroll 0 -1096px transparent;
|
||||
}
|
||||
.pagedTableDefault .pagedTable .RowLink a{
|
||||
color:#333;
|
||||
/*cursor:pointer;*/
|
||||
}
|
||||
/*HOVER*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:hover,.module_app_button___gray:hover,.button_pm:hover,.module_app_buttonHover___gray,
|
||||
.module_app_buttonjs___gray.module_app_buttonHover___gray
|
||||
{
|
||||
background-color:#AAA;
|
||||
border:1px solid #666;
|
||||
background:url("/images/ext/gray/button/btn.gif") repeat-x scroll 0 -2168px transparent;
|
||||
}
|
||||
/*FOCUS*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:focus,.module_app_button___gray:focus,.button_pm:focus{
|
||||
border:1px solid #45626F;
|
||||
background:url("/images/ext/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
|
||||
}
|
||||
/*NO BUTTON*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:empty{
|
||||
display:none;
|
||||
margin:0;
|
||||
}
|
||||
/*DISABLED*/
|
||||
.pagedTableDefault .pagedTable .RowLink a.module_app_buttonDisabled___gray,
|
||||
.module_app_buttonDisabled___gray
|
||||
{
|
||||
border:1px solid #bbb;
|
||||
background-position:0 -3240px;
|
||||
color:#9f9f9f;
|
||||
cursor:default;
|
||||
}
|
||||
.pagedTableDefault .pagedTable .RowLink a.module_app_buttonDisabled___gray:hover,
|
||||
.module_app_buttonDisabled___gray:hover
|
||||
{
|
||||
background:url("/images/ext/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -81,28 +81,44 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field
|
||||
switch ($this->editorType){
|
||||
case 'EMAIL_TEMPLATE':
|
||||
$editorDefinition = '
|
||||
//delete Array.prototype.toStr;
|
||||
//delete Object.prototype.toStr;
|
||||
//delete Object.prototype.concat;
|
||||
//delete Object.prototype.get_by_key;
|
||||
//delete Object.prototype.expand;
|
||||
//delete Object.prototype.setParent;
|
||||
//delete Object.prototype.isset_key;
|
||||
tinyMCE.baseURL = "/js/tinymce/jscripts/tiny_mce"
|
||||
tinyMCE.init({
|
||||
theme : "advanced",
|
||||
plugins : "fullpage",
|
||||
mode : "specific_textareas",
|
||||
editor_selector : "tmceEditor",
|
||||
width : "'.$this->width.'",
|
||||
height : "'.$this->height.'",
|
||||
theme_advanced_buttons3_add : "fullpage"
|
||||
});
|
||||
//delete Array.prototype.toStr;
|
||||
//delete Object.prototype.toStr;
|
||||
//delete Object.prototype.concat;
|
||||
//delete Object.prototype.get_by_key;
|
||||
//delete Object.prototype.expand;
|
||||
//delete Object.prototype.setParent;
|
||||
//delete Object.prototype.isset_key;
|
||||
|
||||
|
||||
tinyMCE.baseURL = "/js/tinymce/jscripts/tiny_mce"
|
||||
tinyMCE.init({
|
||||
theme : "advanced",
|
||||
plugins : "fullpage",
|
||||
mode : "specific_textareas",
|
||||
editor_selector : "tmceEditor",
|
||||
//width : "'.$this->width.'",
|
||||
//height : "'.$this->height.'",
|
||||
width : 760,
|
||||
height : "'.$this->height.'",
|
||||
theme_advanced_buttons3_add : "fullpage",
|
||||
/*
|
||||
onchange_callback: function(inst) {
|
||||
if(inst.isDirty()) {
|
||||
inst.save();
|
||||
}
|
||||
return true;
|
||||
},*/
|
||||
handle_event_callback : function(e) {
|
||||
if(this.isDirty()) {
|
||||
this.save();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
});
|
||||
';
|
||||
break;
|
||||
case 'OUTPUT_DOCUMENT':
|
||||
$editorDefinition = '
|
||||
//alert("outputdoc");
|
||||
//delete Array.prototype.toStr;
|
||||
//delete Object.prototype.toStr;
|
||||
//delete Object.prototype.concat;
|
||||
@@ -114,12 +130,20 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field
|
||||
tinyMCE.baseURL = "/js/tinymce/jscripts/tiny_mce"
|
||||
tinyMCE.init({
|
||||
theme : "advanced",
|
||||
plugins : "advhr,advimage,advlink,advlist,autolink,autoresize,autosave,bbcode,contextmenu,directionality,emotions,example,example_dependency,fullpage,fullscreen,iespell,inlinepopups,insertdatetime,layer,legacyoutput,lists,media,nonbreaking,noneditable,pagebreak,paste,preview,print,save,searchreplace,spellchecker,style,tabfocus,table,template,visualblocks,visualchars,wordcount,xhtmlxtras",
|
||||
plugins : "fullpage",
|
||||
mode : "specific_textareas",
|
||||
editor_selector : "tmceEditor",
|
||||
width : "640",
|
||||
height : "300",
|
||||
theme_advanced_buttons1 : "fontselect,bold,italic,underline,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,numlist,bullist,|,insertfile"
|
||||
width : "770",
|
||||
height : "305",
|
||||
theme_advanced_buttons1 : "fontselect,bold,italic,underline,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,numlist,bullist,|,insertfile",
|
||||
|
||||
handle_event_callback : function(e) {
|
||||
if(this.isDirty()) {
|
||||
this.save();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
});
|
||||
';
|
||||
|
||||
@@ -140,13 +164,35 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field
|
||||
theme : "advanced",
|
||||
plugins : "advhr,advimage,advlink,advlist,autolink,autoresize,autosave,bbcode,contextmenu,directionality,emotions,example,example_dependency,fullpage,fullscreen,iespell,inlinepopups,insertdatetime,layer,legacyoutput,lists,media,nonbreaking,noneditable,pagebreak,paste,preview,print,save,searchreplace,spellchecker,style,tabfocus,table,template,visualblocks,visualchars,wordcount,xhtmlxtras",
|
||||
mode : "specific_textareas",
|
||||
//apply_source_formatting : true,
|
||||
//remove_linebreaks: false,
|
||||
editor_selector : "tmceEditor",
|
||||
width : "640",
|
||||
width : "700",
|
||||
height : "300",
|
||||
theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect,|,cut,copy,paste,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo",
|
||||
theme_advanced_buttons2 : "link,unlink,image,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,sub,sup,|,ltr,rtl",//,|,insertimage",
|
||||
theme_advanced_buttons2 : "link,unlink,image,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,sub,sup,|,ltr,rtl,|,code",//,|,insertimage",
|
||||
|
||||
skin : "o2k7",
|
||||
skin_variant : "silver"//,
|
||||
skin_variant : "silver",
|
||||
|
||||
content_css : "content.css",
|
||||
|
||||
template_external_list_url : "js/template_list.js",
|
||||
external_link_list_url : "js/link_list.js",
|
||||
external_image_list_url : "js/image_list.js",
|
||||
media_external_list_url : "js/media_list.js",
|
||||
|
||||
template_replace_values : {
|
||||
username : "Some User",
|
||||
staffid : "991234"
|
||||
},
|
||||
|
||||
handle_event_callback : function(e) {
|
||||
if(this.isDirty()) {
|
||||
this.save();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
});
|
||||
';
|
||||
@@ -172,6 +218,13 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field
|
||||
height : "'. $this->height. '",
|
||||
theme_advanced_buttons3_add : "fullpage"
|
||||
});
|
||||
|
||||
handle_event_callback : function(e) {
|
||||
if(this.isDirty()) {
|
||||
this.save();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
';
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
<td class='FormLabel' width="{$form_labelWidth}">{$HTML}</td>
|
||||
<td class='FormFieldContent' >{$form.HTML}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- tr>
|
||||
<td class='FormLabel' width="{$form_labelWidth}">{$HTML2}</td>
|
||||
<td class='FormFieldContent' >{$form.HTML2}</td>
|
||||
</tr>
|
||||
</tr -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -25,16 +25,16 @@
|
||||
<en>HTML View</en>
|
||||
</HTML>
|
||||
|
||||
<HTML2 type="textarea" cols="120" rows="16" style="width:100%;" className="htmleditor">
|
||||
<!-- HTML2 type="textarea" cols="120" rows="16" style="width:100%;" className="htmleditor">
|
||||
<en>HTML Code</en>
|
||||
</HTML2>
|
||||
</HTML2 -->
|
||||
|
||||
<PME_SYNCH_JS type="javascript"><![CDATA[
|
||||
|
||||
/*getField("HTML").onchange=function()
|
||||
{
|
||||
html_html2();
|
||||
}*/
|
||||
}
|
||||
function html_html2()
|
||||
{
|
||||
if (window._editorHTML.doc.forms.length>0)
|
||||
@@ -58,7 +58,7 @@
|
||||
window._editorHTML.setHTML(getField("HTML2").value);
|
||||
getField("HTML").value=getField("HTML2").value;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
var restore_html = function() {
|
||||
alert('restore_html');
|
||||
};
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
}
|
||||
|
||||
function dynaformSave ( form, bOpen ) {
|
||||
alert('guardando');
|
||||
var nameDynaForm = getField('DYN_TITLE').value;
|
||||
var proUid = getField('PRO_UID').value;
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@ var outputdocsEditor;
|
||||
var targetWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
|
||||
}
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
var outputdocsEditor;
|
||||
function outputdocsEdit( uid, typ ) {
|
||||
|
||||
if (( _BROWSER.name == 'msie' ) && ( _BROWSER.version < '9' )) {
|
||||
@@ -90,8 +92,10 @@ var outputdocsEditor;
|
||||
}
|
||||
|
||||
function outputdocsSave( form ) {
|
||||
alert(form.action);
|
||||
ajax_post( form.action, form, 'POST' );
|
||||
currentPopupWindow.remove();
|
||||
outputdocsEditor.remove();
|
||||
|
||||
@#PAGED_TABLE_ID.refresh();
|
||||
|
||||
}
|
||||
|
||||
@@ -73,19 +73,20 @@ var uploadFilesScreen = function(PRO_UID, MAIN_DIRECTORY, CURRENT_DIRECTORY) {
|
||||
|
||||
var oPanel;
|
||||
function editFile(pro_uid, fileName){
|
||||
var typofile = fileName.split(".");
|
||||
if( typofile[typofile.length-1].toLowerCase() != 'txt' && typofile[typofile.length-1].toLowerCase() != 'html' ){
|
||||
msgBox(G_STRINGS.HTML_FILES,"alert");return;
|
||||
}
|
||||
///////////////////////////////////////////////////////////
|
||||
var typofile = fileName.split(".");
|
||||
if( typofile[typofile.length-1].toLowerCase() != 'txt' && typofile[typofile.length-1].toLowerCase() != 'html' ){
|
||||
msgBox(G_STRINGS.HTML_FILES,"alert");return;
|
||||
}
|
||||
|
||||
oPanel = new leimnud.module.panel();
|
||||
oPanel.options={
|
||||
limit : true,
|
||||
size : {w:800,h:600},
|
||||
position : {x:50,y:50,center:true},
|
||||
position : {x:50,y:50,center:true},
|
||||
title : '',
|
||||
control : {close:true,resize:false},fx:{modal:true},
|
||||
fx : {shadow:true,modal:true}
|
||||
control : {close:true,resize:false},
|
||||
fx : {modal:true},
|
||||
fx : {shadow:true,modal:true}
|
||||
};
|
||||
oPanel.make();
|
||||
|
||||
@@ -104,19 +105,24 @@ if( typofile[typofile.length-1].toLowerCase() != 'txt' && typofile[typofile.leng
|
||||
oRPC.make();
|
||||
}
|
||||
|
||||
/*refresh content tiny*/
|
||||
|
||||
function saveFile(pro_uid, fileName){
|
||||
var fc64 = base64_encode(getField('fcontent').value);
|
||||
fc64 = fc64.replace(/&/g, "@amp@");
|
||||
fc64 = fc64.replace(/\+/g, '%2B');
|
||||
|
||||
var fc64 = base64_encode(getField('fcontent').value);
|
||||
fc64 = fc64.replace(/&/g, "@amp@");
|
||||
fc64 = fc64.replace(/\+/g, '%2B');
|
||||
|
||||
var oRPC = new leimnud.module.rpc.xmlhttp({
|
||||
url : 'processes_Ajax',
|
||||
args: 'action=saveFile&filename='+fileName+'&pro_uid='+pro_uid+'&MAIN_DIRECTORY='+CURRENT_MAIN_DIRECTORY+'&fcontent='+fc64
|
||||
});
|
||||
oPanel.loader.show();
|
||||
oRPC.callback = function(rpc) {
|
||||
oPanel.remove();
|
||||
}.extend(this);
|
||||
oRPC.make();
|
||||
|
||||
oPanel.loader.show();
|
||||
oRPC.callback = function(rpc) {
|
||||
oPanel.remove();
|
||||
}.extend(this);
|
||||
oRPC.make();
|
||||
}
|
||||
|
||||
var showCreateEmptyOptionsPanel;
|
||||
|
||||
Reference in New Issue
Block a user