Jump to content

Get User Input Value from Text Area and Pass into Javascript


Foong Kok Leong

Recommended Posts

Hi all,

Hopefully anyone can help here. Below is what I wish to achieve:

I have a Spotfire control that allow users to input text ''3/29/2020'' in the Text Area. I would like to get this user input as arguments into my javascript "start" and "end:

function getDateArray(start, end) {

......

return DateStr;

}

Thereafter, this Javascript will return "DateStr", and I would like the return value to be passed to a data table properties / document properties

How can we do that

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...