Hi !
I just want to know if it's possible to add some description for a group. Just to explain few things to users without using textarea but just Joomla! editor below "Alias".
Thanks for your reply.
$xml.="\n\t".'<fieldset name="jsn_'.$fieldgroup->alias.'" label="'.JsnHelper::xmlentities(JText::_($fieldgroup->title)).'" >'.$fieldsXml."\n\t".($fieldgroup->core ? JsnCoreFieldHelper::getXml() : '' ).'</fieldset>'."\n";
$xml.="\n\t".'<fieldset name="jsn_'.$fieldgroup->alias.'" label="'.JsnHelper::xmlentities(JText::_($fieldgroup->title)).'" description="'.JsnHelper::xmlentities(JText::_($fieldgroup->description)).'">'.$fieldsXml."\n\t".($fieldgroup->core ? JsnCoreFieldHelper::getXml() : '' ).'</fieldset>'."\n";
<legend><?php echo JText::_($fieldset->label); ?></legend>
but there is nothing to show the description!! <?php echo JText::_($fieldset->description); ?>
<legend><?php echo JText::_($fieldset->label); ?></legend>