No Code Attached Yet
avatar regularlabs
regularlabs
26 Aug 2021

When using the subform field, sub-fields are shown without the description attached to those fields in the xml files.

avatar regularlabs regularlabs - open - 26 Aug 2021
avatar joomla-cms-bot joomla-cms-bot - change - 26 Aug 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Aug 2021
avatar Fedik
Fedik - comment - 27 Aug 2021

should be with, there nothing special for subform

<?php foreach ($form->getGroup('') as $field) : ?>
<?php echo $field->renderField(); ?>
<?php endforeach; ?>

and

if ($field->description)
{
$table_head .= '<span class="icon-info-circle" aria-hidden="true" tabindex="0"></span><div role="tooltip" id="tip-' . $field->id . '">' . Text::_($field->description) . '</div>';
}

avatar regularlabs regularlabs - change - 27 Aug 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-08-27 12:15:49
Closed_By regularlabs
avatar regularlabs regularlabs - close - 27 Aug 2021
avatar regularlabs
regularlabs - comment - 27 Aug 2021

Sorry, was caused by something else...

Add a Comment

Login with GitHub to post a comment