Added the FTP server to components.

This commit is contained in:
2016-03-04 22:58:05 +02:00
parent 86624770b1
commit 0c30fa7f68
31 changed files with 2727 additions and 2494 deletions

View File

@ -114,18 +114,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_vvvvvxt function
// #jform_add_php_view listeners for add_php_view_vvvvvxv function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_vvvvvxt = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxt(add_php_view_vvvvvxt);
var add_php_view_vvvvvxv = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxv(add_php_view_vvvvvxv);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_vvvvvxt = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxt(add_php_view_vvvvvxt);
var add_php_view_vvvvvxv = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxv(add_php_view_vvvvvxv);
});