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

Not sure what it is you are asking about.

for modification of help text,,, the current setup of help text is under the field name's,,, i just want to change it to tooltip like in the link above...

Help text is tied to a ? icon.

So it only opens if the person mouses over it.

In my personal opinion: I highly doubt that they (the devs) would move it to a tool tip on mouse over on every field as that would be completely obnoxious for some work flows. (Such as all the people that mouse over to click on 5+ fields to say open a ticket.) Also it would really only be helpful to people who do not understand what they are doing. Once they learn what they are doing it would be a waste of resources and traffic.

Write a Reply...