Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Is it possible to add alt text?
-
- Posts: 15
- Joined: Wed Sep 05, 2012 5:15 am
Is it possible to add alt text?
Is it possible to add alt text (aka hover text or tooltip) to objects? The idea being that if you hover over an object and/or its label you would get a little bit more explanation of the purpose of that object.
Re: Is it possible to add alt text?
parkerjnc,
Add this to the JavaScript section of a form..
Steven
Add this to the JavaScript section of a form..
Code: Select all
function nuLoadThis(){
document.getElementById('cus_name').title = 'Enter Customer Name';
}
-
- Posts: 15
- Joined: Wed Sep 05, 2012 5:15 am
Re: Is it possible to add alt text?
Thanks for the tip.
This works well. I'm still trying to get used to nuBuilder and all the cool ways you can interject JavaScript and html code. Extremely extensible.
