Вход Регистрация
Файл: wysiwyg/redactor/js/fontfamily.js
Строк: 49
<?php
if (!RedactorPlugins) var RedactorPlugins = {};

RedactorPlugins.fontfamily = function()
{
    return {
        
init: function ()
        {
            var 
fonts = [ 'Arial''Helvetica''Georgia''Times New Roman''Monospace' ];
            var 
that this;
            var 
dropdown = {};

            $.
each(fonts, function(is)
            {
                
dropdown['s' i] = { titlesfunc: function() { that.fontfamily.set(s); }};
            });

            
dropdown.remove = { titlethis.lang.get('none'), functhat.fontfamily.reset };

            var 
button this.button.add('fontfamily'this.lang.get('fontfamily'));
            
this.button.addDropdown(buttondropdown);

        },
        
set: function (value)
        {
            
this.inline.format('span''style''font-family:' value ';');
        },
        
reset: function()
        {
            
this.inline.removeStyleRule('font-family');
        }
    };
};
?>
Онлайн: 0
Реклама