Jump to content

How set a value from Document.propertie field


Recommended Posts

could someone tell me how to set the value of a variable defined in Document.Properties of type boolean that comes from a checkbox defined in Javascript (in spotfire it can not be done). I have developed the code in Javascript:

 

 

 

 

 

function alertaChecked () {

alert (document.myFormulario.miCheck.checked)

 

}

 

 

 

 

 

 

On Going

 

 

 

 

But I can not set the value of a variable to ON / OFF depending on the value of the check so that when I change it, I execute an ironPython script.

 

Thank you.

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