Home
last modified time | relevance | path

Searched refs:FCKInsertSignature (Results 1 – 1 of 1) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js1 function FCKInsertSignature(p) { function
5 FCKCommands.RegisterCommand( 'InsertSignature' , new FCKInsertSignature('insertDokuwikiSignature') …
24 FCKInsertSignature.numbersToTwoDigits = function(n) {
28 FCKInsertSignature.prototype.Execute = function() { class
33 + FCKInsertSignature.numbersToTwoDigits(d.getMonth() +1) + '/'
34 + FCKInsertSignature.numbersToTwoDigits(d.getDate())
35 + ' ' + FCKInsertSignature.numbersToTwoDigits(d.getHours())
36 + ':' + FCKInsertSignature.numbersToTwoDigits(d.getMinutes());
43 FCKInsertSignature.prototype.GetState = function()