cancel
Showing results for 
Search instead for 
Did you mean: 

Set property values using javascript

Former Member
0 Kudos

How can I recreate this while using javascript?

<PARAM NAME="AllowSelection" VALUE="false">

I tried this...

document.Grid.setPropertyValue(AllowSelection,false);

but it did not work. Where is the documentation that would describe this in its entirety. Thank you in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Chip,

here is the Javascript for you.

document.iGrid.getGridObject().setAllowSelection(NEWVALUE);

Documentation you can find under the help Link in MII. You can also use the SAP MII Script Assistant

to see all supported methods .

Regards

Pedro

Former Member
0 Kudos

[http://help.sap.com/saphelp_xmii120/helpdata/en/44/3e758c08035dace10000000a11466f/content.htm|http://help.sap.com/saphelp_xmii120/helpdata/en/44/3e758c08035dace10000000a11466f/content.htm]