Hi,
Is it possible to have a database field on the breadcrumbs?
Example: Home > Sites > London (see attached picture).
Thank You!
BR
RA
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Nubuilder bread crumbs
-
- Posts: 177
- Joined: Tue Nov 15, 2011 2:24 pm
Nubuilder bread crumbs
You do not have the required permissions to view the files attached to this post.
BR
Rui
Rui
Re: Nubuilder bread crumbs
rui,
You could do it with Javascript
eg.
Steven
You could do it with Javascript
Code: Select all
function nuLoadThis(){
$('#nuCrumb').html($('#cus_name').val());
}
Steven
You do not have the required permissions to view the files attached to this post.
-
- Posts: 177
- Joined: Tue Nov 15, 2011 2:24 pm