Welcome to the nuBuilder Forums!

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

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
yvesf
Posts: 315
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 87 times
Been thanked: 11 times

Retrieve content of a cell in a browse form

Unread post by yvesf »

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
kev1n
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

Unread post by kev1n »

Code: Select all

function nuSelectBrowse(event, element) {
    alert(element.innerHTML)
}
Post Reply