Your IP : 3.140.240.187


Current Path : /home/bitrix/ext_www/coffe.land/bitrix/admin/
Upload File :
Current File : /home/bitrix/ext_www/coffe.land/bitrix/admin/offersgroup_ext.php

<?php
CJSCore::RegisterExt('offers_group', array(
    'js' => '/bitrix/js/webprofy.offersgroup/offersgroup.js',
    'css' => '/bitrix/css/webprofy.offersgroup/style.css',
    'rel' => array('jquery'),
));
CJSCore::RegisterExt('offers_group_select2', array(
    'js' => '/bitrix/js/webprofy.offersgroup/select2.js',
    'css' => '/bitrix/css/webprofy.offersgroup/select2.css',
    'rel'=>(array('jquery'))
));
CJSCore::RegisterExt('offers_group_ui', array(
    'js' => '/bitrix/js/webprofy.offersgroup/jquery-ui.js',
    'css' => '/bitrix/css/webprofy.offersgroup/jquery-ui.css',
//    'rel'=>(array('jquery'))
));
CJSCore::Init(array("offers_group"));
CJSCore::Init(array("offers_group_select2"));
CJSCore::Init(array("offers_group_ui"));