-
I have a laptop and desktop on which I work in turn. Can I, after I worked on both poth of them do a sync and merge files? Files that are renamed should stay renamed, files that are deleted should stay deleted and sometimes I even have made changes to a file on both of the computers, deleted some content in one, added something in the other. Can Synkron build content on both of the computers...
2009-03-14 10:38:16 UTC in Synkron
-
Update:
I've added an option to choose between inserting just one snippet of pre-configured HTML or the ability to enter HTML into a dialog and have it inserted at the location of the cursor in the editor.
The size of the textarea into which HTML can be inserted can be configured and the dialog will automatically adapt to this size. For all the configuration options see the included 'help.txt'...
2009-01-30 15:12:14 UTC in FCKeditor
-
added skin version for 2.6+
File Added: famfamfamAluminum_for_FCKeditor_2.6+.zip.
2008-07-17 18:44:52 UTC in FCKeditor
-
Supported languages of the Universal Keyboard seem to be: Arabic, Belarusian (C), Bulgarian (C), Croatian (L), Czech (L), Danish (L), Diacritical (L), Finnish (L), French (L), Greek, Hebrew, Hungarian (L), Macedonian (C), Norwegian (L), Persian, Polish (L), Portuguese (L), Russian (C), Serbian (C), Serbian (L), Slovak (L), Spanish (L), Ukrainian (C), Vietnamese (L)
2008-06-21 14:18:16 UTC in FCKeditor
-
Hi Aaron,
'saveAdapter.class' is no Java, but PHP (and thus not compiled). This file is part of the example 'saveAdaptor', but you can create one yourself in the language you like...
2008-06-21 10:27:36 UTC in FCKeditor
-
Is this the same plugin as described on http://wiki.lamsfoundation.org/display/lams/flvPlayer with video http://wiki.lamsfoundation.org/display/lamsdocs/FCK+Media+Player+Demo ?.
2008-05-28 10:45:10 UTC in FCKeditor
-
Is there a way to play the videos, or even show them, within the Fckeditor itself?.
2008-05-28 10:31:04 UTC in FCKeditor
-
To reach the API from out of a dialog, see http://sourceforge.net/tracker/index.php?func=detail&aid=1690737&group_id=75348&atid=737639
To reach anything of the editor (from outside the editor), see http://www.fckeditor.net/forums/viewtopic.php?t=733.
2008-05-28 10:23:02 UTC in FCKeditor
-
crazylexx, You'll have to add 'insertHtml' to the toolbar, see the docs http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Toolbar
manne-1, try the Wordpress community for help.
2008-05-15 14:55:07 UTC in FCKeditor
-
Update:
As there only one single configurable HTML snippet that can be inserted, the tooltip should describe this snippet and thus should be configurable too. That is now possible and the full code to add and configure the plugin in fckconfig.js is now:
FCKConfig.Plugins.Add('insertHtml');
FCKConfig.insertHtml_snippet = 'title
2008-02-19 09:53:15 UTC in FCKeditor