- Edited
i wanna ask to modify or transfer this function
<?php
if ($field->get('hint')) { ?>
<span class="glyphicon glyphicon-share" data-toggle="tooltip" data-original-title="<?php
echo Format::viewableImages($field->getLocal('hint')); ?>"></span>
<?php
} ?>
to include\client\class forms
i just want to transform like this in the link: https://jqueryui.com/tooltip/
to lessen the text and UI and became more stable..
thank you