Removing repetable fields from site view, custom admin view, and admin view. Also updated the compiler, removed permissions on fields to speedup page load in admin and joomla component views
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 54 of this MVC
|
||||
@build 27th September, 2017
|
||||
@version @update number 58 of this MVC
|
||||
@build 9th October, 2017
|
||||
@created 29th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage edit.php
|
||||
@@ -313,6 +313,21 @@ jQuery('#adminForm').on('change', '#jform_add_custom_button',function (e)
|
||||
|
||||
});
|
||||
|
||||
// #jform_button_position listeners for button_position_vvvvvys function
|
||||
jQuery('#jform_button_position').on('keyup',function()
|
||||
{
|
||||
var button_position_vvvvvys = jQuery("#jform_button_position").val();
|
||||
vvvvvys(button_position_vvvvvys);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_button_position',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var button_position_vvvvvys = jQuery("#jform_button_position").val();
|
||||
vvvvvys(button_position_vvvvvys);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
<?php $fieldNrs = range(1,7,1); ?>
|
||||
|
Reference in New Issue
Block a user