GnumericToExcel.php
[Pman.Core] / Pman.Dialog.CoreEmail.js
index 0cd9182..9e9979e 100644 (file)
@@ -781,6 +781,7 @@ Pman.Dialog.CoreEmail = {
                items  : [
                 {
                  xtype : 'HtmlEditor',
+                 allowComments : true,
                  autosave : function() {
                      
                      var body = _this.form.findField('bodytext');
@@ -800,8 +801,18 @@ Pman.Dialog.CoreEmail = {
                      'background',
                      'background-color',
                      'border',
+                     'border-radius',
                      'border-bottom',
+                     'border-left',
+                     'border-right',
+                     'border-top',
                      'border-collapse',
+                      'border-color',
+                      'border-style',
+                     'border-width',
+                 
+                     
+                     'box-shadow',
                      'clear',
                      'color',
                      'cursor',
@@ -809,7 +820,9 @@ Pman.Dialog.CoreEmail = {
                      'float' ,
                      'font-family',
                      'font-size',
+                     'font-style',        
                      'font-weight',
+                 
                      'height',
                      'left',
                      'line-height',
@@ -842,6 +855,7 @@ Pman.Dialog.CoreEmail = {
                      'width',
                      'z-index'
                   ],
+                 enableBlocks : false,
                  height : 250,
                  name : 'bodytext',
                  resizable : 's',