on 2008 Nov 18 8:31 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
[http://help.sap.com/saphelp_xmii120/helpdata/en/44/3e758c08035dace10000000a11466f/content.htm|http://help.sap.com/saphelp_xmii120/helpdata/en/44/3e758c08035dace10000000a11466f/content.htm]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.