Helper method to get the JavaScript call to sent an in place POST to the server, assuming you're on a page that uses AFormDP. This method wraps in-place refresh functionality, allowing you to replace the innerHTML of the specified ID. The repostAction will enable the server to decide what content to return in the response. This method calls the four argument version of the method supplying a document argument of null.
Helper method to get the JavaScript call to sent an in place POST to the server, assuming you're on a page that uses AFormDP. This method wraps in-place refresh functionality, allowing you to replace the innerHTML of the specified ID. The repostAction will enable the server to decide what content to return in the response. This method calls the four argument version of the method supplying a document argument of null.
public static string GetJSSendPOSTOnAFormDP(string,string,int);
Helper method to get the JavaScript call to sent an in place POST to the server, assuming you're on a page that uses AFormDP. This method wraps in-place refresh functionality, allowing you to replace the innerHTML of the specified ID. The repostAction will enable the server to decide what content to return in the response.
public static string GetJSSendPOSTOnAFormDP(string,string,int,string);
InPlaceRefreshHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace