Currently the Nubuilder breadcrumb function has an explanatory balloon function like "Desktop", "You are here".
What is the route to make explanatory balloons on input fields? It might be the "Events" tab, using Javascript?
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.
Hover function for user explanation of input fields
-
- Posts: 8
- Joined: Tue Jun 28, 2016 12:09 pm
- Location: Rotterdam, The Netherlands
Re: Hover function for user explanation of input fields
Steve,
This is the html of a Breadcrumb..
it (or any input object) can be changed by...
Steven
This is the html of a Breadcrumb..
Code: Select all
<span id="nuBreadCrumb_0" class="nuBreadCrumbSectionEnd nuBreadCrumbSection" onclick="nuGoToForm(0)" title="Desktop">Home</span>
Code: Select all
$("#nuBreadCrumb_0").attr('title', 'Hello There!')