fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7998] added function for choosing buttons on WISYWIG


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [7998] added function for choosing buttons on WISYWIG-editor
Date: Thu, 03 Nov 2011 07:51:49 +0000

Revision: 7998
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7998
Author:   erikhl
Date:     2011-11-03 07:51:48 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
added function for choosing buttons on WISYWIG-editor

Modified Paths:
--------------
    trunk/controller/inc/class.uicommon.inc.php

Modified: trunk/controller/inc/class.uicommon.inc.php
===================================================================
--- trunk/controller/inc/class.uicommon.inc.php 2011-11-03 07:47:07 UTC (rev 
7997)
+++ trunk/controller/inc/class.uicommon.inc.php 2011-11-03 07:51:48 UTC (rev 
7998)
@@ -518,6 +518,13 @@
                                                                        { type: 
'push', label: 'HTML Lenke CTRL + SHIFT + L', value: 'createlink', disabled: 
true },
                                                                        { type: 
'push', label: 'Sett inn bilde', value: 'insertimage' }
                                                                ]
+                                                       },
+                                                   { type: 'separator' },
+                                                   { group: 'undoredo', label: 
'Angre/Gjenopprett',
+                                                               buttons: [
+                                                                       { type: 
'push', label: 'Angre', value: 'undo' },
+                                                                       { type: 
'push', label: 'Gjenopprett', value: 'redo' }
+                                                               ]
                                                        }
                                                ]
                                        },




reply via email to

[Prev in Thread] Current Thread [Next in Thread]