Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305

This commit is contained in:
2018-06-25 22:54:26 +02:00
parent fd93feac42
commit 1312e45d4a
22 changed files with 580 additions and 440 deletions

View File

@ -24,7 +24,7 @@ function vvvvvyz(add_php_view_vvvvvyz)
// set the function logic
if (add_php_view_vvvvvyz == 1)
{
jQuery('#jform_php_view').closest('.control-group').show();
jQuery('#jform_php_view-lbl').closest('.control-group').show();
if (jform_vvvvvyzvyt_required)
{
updateFieldRequired('php_view',0);
@ -37,7 +37,7 @@ function vvvvvyz(add_php_view_vvvvvyz)
}
else
{
jQuery('#jform_php_view').closest('.control-group').hide();
jQuery('#jform_php_view-lbl').closest('.control-group').hide();
if (!jform_vvvvvyzvyt_required)
{
updateFieldRequired('php_view',1);