|
May 8 2008, 12:19 PM EDT
|
|
|
edit |
1 word added
1 word deleted
|
|
Change: The following methods override the default behavior of the dialog that notifies users they must log in. For an explanation on how these can be implemented, view step 5 of the integration guide.MethodsWPCAPI.setLoginDialogProperties processLogin()WPCAPI.processLogin
View changes from previous version.
(Word count: 38)
|
|
May 8 2008, 12:13 PM EDT
|
|
|
edit |
1 word added
1 word deleted
|
|
Change: The following methods override the default behavior of the dialog that notifies users they must log in. For an explanation on how these can be implemented, view step 5 of the integration guide.Methods setLoginDialogProperties()WPCAPI.setLoginDialogPropertiesprocessLogin()
View changes from previous version.
(Word count: 37)
|
|
May 6 2008, 12:52 PM EDT
|
|
|
rename |
No content added or deleted. |
|
Change: Renamed from User Login Notice by May 6 2008, 12:52 PM EDT for: This name is more concise.
|
|
May 5 2008, 5:57 PM EDT
|
|
|
move |
No content added or deleted. |
|
Change: Moved by May 5 2008, 5:57 PM EDT
|
|
May 5 2008, 5:15 PM EDT
|
|
|
edit |
3 words added
210 words deleted
|
|
Change: containing the message to be displayed within the dialog. May contain HTML. (Default: You must be logged in to use this feature.)submit: String containing the label for the Submit button. (Default: Login)cancel: String containing the label for the Cancel button. (Default: Cancel)ReturnsvoidExample 1
View changes from previous version.
(Word count: 36)
|
|
Apr 21 2008, 1:02 PM EDT
|
|
|
edit |
17 words deleted
|
|
Change: "Join us... logging in is the best thing for you to do right now.", submit: "Sure, I'll do it.", cancel: "Nope!" });public static void processLogin()This method handles login requests. It must be overridden, even
View changes from previous version.
(Word count: 229)
|
|
Apr 21 2008, 1:01 PM EDT
|
|
|
edit |
|
|
Change: There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 244)
|
|
Apr 21 2008, 12:59 PM EDT
|
|
|
edit |
97 words added
9 words deleted
|
|
Change: "If you want to enjoy some fresh turtle soup, you need to be logged in first!" });Example 2WPCAPI.setLoginDialogProperties({ title: "Friends don't let friends stay anonymous", message: "Join us... logging in is the best thing for you to do right now.", submit: "Sure,
View changes from previous version.
(Word count: 244)
|
|
Apr 21 2008, 12:40 PM EDT
|
|
|
edit |
1 word added
1 word deleted
|
|
Change: setLoginMessage()setLoginDialogProperties()This method sets the properties for the dialog displayed whenever a user attempts to perform an action that requires login credentials.Parametersinfo Object containing any combination of the following properties:title: String containing the title of the dialog. (Default: Please Login)message: String
View changes from previous version.
(Word count: 172)
|
|
Apr 18 2008, 8:21 PM EDT
|
|
|
edit |
36 words added
|
|
Change: The following methods override the default behavior of the dialog that notifies users they must log in. For an explanation on how these can be implemented, view step 5 of the integration guide.Method ReferencesetLoginMessage()This method sets the properties for the
View changes from previous version.
(Word count: 172)
|
|
Apr 18 2008, 2:09 PM EDT
|
|
|
rename |
No content added or deleted. |
|
Change: Renamed from User Login by Apr 18 2008, 2:09 PM EDT for: Rename
|
|
Apr 17 2008, 9:21 PM EDT
|
|
|
edit |
16 words added
|
|
Change: button. (Default: Cancel)ReturnsvoidprocessLogin()This method handles login requests. It must be overridden, even if it simply redirects the user to a separate login page.ParametersNoneReturnsvoid Examples WPCAPI.processLogin = function() { revealLoginWindow();document.getElementById("username").focus(); }WPCAPI.processLogin = function() { location.href = "http://www.mysite.com/login.html"; }
View changes from previous version.
(Word count: 137)
|
|
Apr 6 2008, 6:36 PM EDT
|
|
|
edit |
|
|
Change: There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 117)
|
|
Apr 6 2008, 5:31 PM EDT
|
|
|
edit |
6 words deleted
|
|
Change: public static void setLoginMessage()This method sets the properties for the dialog displayed whenevera user attempts to perform an action that requires login credentials.Parametersinfo Object containing any combination of the following properties:title: String containing the title of the dialog. (Default: Please Login)message:
View changes from previous version.
(Word count: 117)
|
|
Apr 6 2008, 5:30 PM EDT
|
|
|
edit |
|
|
Change: There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 123)
|
|
Apr 6 2008, 5:20 PM EDT
|
|
|
edit |
7 words added
|
|
Change: Parametersinfo Object containing any combination of the following properties:title: String containing the title of the dialog. (Default: Please Login)message: String containing the message to be displayed within the dialog. May contain HTML. (Default: You must be logged in to use this feature.)submit:
View changes from previous version.
(Word count: 123)
|
|
Apr 6 2008, 5:09 PM EDT
|
|
|
edit |
|
|
Change: There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 116)
|
|
Apr 6 2008, 5:09 PM EDT
|
|
|
edit |
12 words added
76 words deleted
|
|
Change: WPC.properties.LOGIN_CANCEL = info.cancel; }, /**Cancel) * public static void processLogin() * * This method handles login requests. It must be overridden, even if it simply * redirects the user to a separate login page. */ processLogin: function() { alert("NOTE TO DEVELOPER: Please override the WPCAPI.processLogin() method."); }
View changes from previous version.
(Word count: 116)
|
|
Apr 6 2008, 5:06 PM EDT
|
|
|
edit |
184 words added
|
|
Change: if( info.cancel ) WPC.properties.LOGIN_CANCEL = info.cancel; }, /** * public static void processLogin() * * This method handles login requests. It must be overridden, even if it simply * redirects the user to a separate login page. */ processLogin: function() { alert("NOTE TO DEVELOPER: Please override the WPCAPI.processLogin() method."); }
View changes from previous version.
(Word count: 185)
|
|
Apr 6 2008, 4:47 PM EDT
|
|
|
create |
No content added or deleted. |
|
Change: Created by Apr 6 2008, 4:47 PM EDT for: no reason given
|