on 2007 Feb 09 7:25 AM
I have implemented scenario for executing planning functions for selected lines in planning layout. This works great.
But how I can reset selection of rows with press of button like "Reset selection"?
If I reset value of corresponding variable on button click, line is still selected in layout, because manual planning layout holds selection apart of variable.
Vlad,
Do you mean 'reseting' so that the radio button is NOT selected in the relevant layout line after execution......?
If thats what you are after, you can use javascript to loop through the rows of your layout and identify the row in which the radio object is selected. Once you know the cell id, then you can change the property to 'unchecked'.....
Regards,
Rael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>Do you mean 'reseting' so that the radio button is NOT selected in the relevant layout line >after execution...
Yes, exactly
>you can use javascript to loop through the rows of your layout and identify the row in >which the radio object is selected. Once you know the cell id, then you can change the >property to 'unchecked'.....
I tried it, but layout holds selection in internal private structures of class, so other functions, that use selection of layout work wrong after resetting only in HTML.
I need some kind of "official" method to reset selection.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.