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!
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.
Retrieve content of a cell in a browse form Topic is solved
-
- nuBuilder Team
- Posts: 4291
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Retrieve content of a cell in a browse form
Code: Select all
function nuSelectBrowse(event, element) {
alert(element.innerHTML)
}