Jump to content

custom fields // show field option description as tooltip


n00bster

Recommended Posts

is there a way to show the field option description from custom fields?
Because in the following code i want to show also the description what i have set to very option as tool-tip on top of the field value:

<?php if($CustomFields->field('jr_mslclimbability',$listing) != ''):?>
<div class="MslclimbabilityStatus">
  <div class="MslclimbabilityValue <?php echo $CustomFields->fieldtext('jr_mslclimbability',$listing,false,false); ?>" data-toggle="tooltip" data-placement="top" title=">>>HAVE TO PLACE HERE THE OPTIONS DESCIPTION<<<">
    <?php echo $CustomFields->fieldtext('jr_mslclimbability',$listing,false,false); ?>
  </div>
</div>
<?php endif;?>

 

Edited by n00bster
Link to comment
×
×
  • Create New...