Overloaded method for easy access. Refer to base class for JavaDoc.
Overloaded method for easy access. Refer to base class for JavaDoc.
public static string GetOpenerJSURLOpenUUID(string,string,int);
Returns the JS that will create an URL that opens the specified object. If you choose to exclude the opener mode (using NULL), the default mode for that class will be used. Note that you need to provide both the QS name and value pairs in the OtpQSArgs argument (the extended GetOpenerJSXXX methods do this for you automatically). Note that this JS just generates the URL. You will need to wrap the URL with more JS (such as the GetJSOpenInXXX methods) if you want to do something useful with the URL. Note that you can generate URLS using the GetOpenerURL server methods, and then wrapping those URLS - these GetOpenerJSURL methods are useful primarly for dynamic JS work, or if you don't want to repeat values on the page. Note that the ApplicationBaseURL and CurrentUserID has already been placed on the page and thus do not need to be passed in.
public static string GetOpenerJSURLOpenUUID(string,string,string);
PTOpenerLinks Class | com.plumtree.portaluiinfrastructure.opener Namespace | PTOpenerLinks#GetOpenerJSURLOpenUUID