Вход Регистрация
Файл: templates/default/js/modal.js
Строк: 98
<?php
var icms icms || {};

icms.modal = (function ($) {

    
this.onDocumentReady = function() {
        
icms.modal.bind('a.ajax-modal');
        
icms.modal.bind('.ajax-modal > a');
    };

    
//====================================================================//

    
this.bind = function(selector) {
        $(
selector).nyroModal({anim: {def'show'}});
    };

    
//====================================================================//

    
this.open = function(selector) {
        $.
nmManual(selector, {autoSizabletrueanim: {def'show'}});
    };

    
//====================================================================//

    
this.openHtml = function(htmltitle) {
        
title title || '';
        $.
nmData(html, {autoSizabletrueanim: {def'show'}, callbacks: {initFilters : function (nm) {
                if(
title){ nm.opener.attr('title'title); nm.filters.push('title'); }
            }}});
    };

    
//====================================================================//

    
this.openAjax = function(urldataopen_callbacktitle){

        
open_callback open_callback || function(){};
        
title title || '';

        if (
typeof(data)=='undefined'){
            $.
nmManual(url, {autoSizabletrueanim: {def'show'}, callbacks: {afterShowContopen_callbackinitFilters : function (nm) {
                if(
title){ nm.opener.attr('title'title); nm.filters.push('title'); }
            }}});
            return 
false;
        }

        $.
nmManual(url+(data.is_iframe '?'+$.param(data) : ''), {autoSizabletrueanim: {def'show'}, callbacks: {afterShowContopen_callbackinitFilters : function (nm) {
                if(
title){ nm.opener.attr('title'title); nm.filters.push('title'); }
                if(
data.is_iframe){ nm.filters.push('link'); nm.filters.push('iframe'); }
        }}, 
ajax:{datadatatype"POST"}});
        return 
false;

    };

    
//====================================================================//

    
this.bindGallery = function(selector){
        $(
selector).attr('rel''gal');
        $(
selector).nyroModal({anim: {def'show'}});
    };

    
//====================================================================//

    
this.close = function(){
        $.
nmTop().close();
    };

    
//====================================================================//

    
this.setCallback = function(eventcallback){
        switch(
event){
            case 
'open':
                $.
nmTop().callbacks.afterShowCont callback; break;
            case 
'close':
                $.
nmTop().callbacks.beforeClose callback; break;
        }
    };

    
//====================================================================//

    
this.resize = function(){
        $.
nmTop().resize(true);
    };

    
this.setHeight = function(height){
        $(
'.nyroModalCont').css('height'height+'px');
    };

    
this.alert = function(texttype) {
        
type type || '';
        
this.openHtml('<div id="alert_wrap"><div class="ui_message '+type+'">'+text+'</div></div>');
    };

    return 
this;

}).
call(icms.modal || {},jQuery);
?>
Онлайн: 1
Реклама