5093 Posts in 1516 Topics by 1113 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 632 Views |
-
ForceReload() - How does it WOrk

21 January 2011 at 1:59pm
I have an action on a Custom LeftAndMain that updates the data using a plain SQL query. How do I force the Panel to reload after the action is complete
LeftAndMain::ForceReload;
return;just gives me a Javascript error.
-
Re: ForceReload() - How does it WOrk

23 January 2011 at 12:25am
did you try
LeftAndMain::ForceReload();
as method not as property ?
-
Re: ForceReload() - How does it WOrk

23 January 2011 at 6:40pm
Yes, I've tried calling it as a method before the return on the action and as the return of the action.
I'd really like to find more documentation on it
| 632 Views | ||
|
Page:
1
|
Go to Top |


