Kaynağa Gözat

del name richtxt

vali 6 yıl önce
ebeveyn
işleme
149b38da2f

+ 3 - 1
application/admin/view/robot/addword.html

@@ -108,12 +108,14 @@
 <script type="text/javascript">
     var edit1, edit2;
     KindEditor.ready(function (K) {
+        /*
         edit1 = K.create('#robot_name', {
             themeType: 'qq',
             items: [
                 'bold', 'italic', 'underline', 'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'plug-align', 'plug-order', 'plug-indent', 'link'
             ]
         });
+        */
 
         edit2 = K.create('#robot_content', {
             themeType: 'qq',
@@ -171,7 +173,7 @@
         };
 
         $('#commentForm').submit(function(){
-            $("#robot_name").val(edit1.html());
+           // $("#robot_name").val(edit1.html());
             $("#robot_content").val(edit2.html());
 
             $(this).ajaxSubmit(options);

+ 3 - 1
application/admin/view/robot/editword.html

@@ -116,12 +116,14 @@
 <script type="text/javascript">
     var edit1, edit2;
     KindEditor.ready(function (K) {
+        /*
         edit1 = K.create('#robot_name', {
             themeType: 'qq',
             items: [
                 'bold', 'italic', 'underline', 'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'plug-align', 'plug-order', 'plug-indent', 'link'
             ]
         });
+        */
 
         edit2 = K.create('#robot_content', {
             themeType: 'qq',
@@ -168,7 +170,7 @@
         };
 
         $('#commentForm').submit(function () {
-            $("#robot_name").val(edit1.html());
+           // $("#robot_name").val(edit1.html());
             $("#robot_content").val(edit2.html());
 
             $(this).ajaxSubmit(options);