Info pop up text Visible Rule

473 views
Skip to first unread message

sa...@niceshirt.org

unread,
Aug 22, 2013, 4:54:30 PM8/22/13
to suppor...@runmyprocess.com
I created an info box to help describe the field while the customer is typing in it:

<div class="info">
Describe your order.
</div>

I created the visibility script to be:

"[[ordername]]" != "undefined"

However I actually want it to appear when the customer is in the field, and then disappear when they move on to a different field. Right now it just stays even after I move on the another field.

What script is possible to make this do this?

Gareth Thiveux

unread,
Aug 23, 2013, 5:39:17 AM8/23/13
to suppor...@runmyprocess.com
Hi,

You can use JQuery in order to implement this behaviour.
First, include JQuery to your web interface, through the Javascript tab :
Images intégrées 2

Then remove the Visibility script of your info box html widget, and untick "Visible".
Finally, create an hidden JS script at the bottom of your page and put the following code inside it :
$("#id_of_field_you_want_to_react_to").hover(function(){
 $("#id_of_the_html_info_box").show();
  },function(){
 $("#id_of_the_html_info_box").hide();
});


Regards,

Pre-Sales Consultant / Consultant Avant-Vente
 Fujitsu RunMyProcess
22 rue Chauchat, 75009 Paris - France (GMT+1)

     


Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace

Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.



--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/b65d1059-4219-4b29-a9bb-bcd150b55143%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.

2013-08-23_11h33_33.png

NiceShirtOrg Sales

unread,
Aug 23, 2013, 9:22:04 AM8/23/13
to suppor...@runmyprocess.com
Thank you it works perfectly!  


You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/A4UpQfwDZGA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.



--
In the Spirit of Nice, 

Alecia Hitchman 

Sales and Fundraising Specialist 

Know of anyone who would benefit from our services?  Refer them to us!
2013-08-23_11h33_33.png
Reply all
Reply to author
Forward
0 new messages