Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user