Hi,
How to retrieve the content of a cell in a embedded browse form ?
I know how to select a row not a cell .
Many thx,
Yves
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.
Retrieve content of a cell in a browse form Topic is solved
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Retrieve content of a cell in a browse form
Code: Select all
function nuSelectBrowse(event, element) {
alert(element.innerHTML)
}