|
Oct 29 2008, 4:25 PM EDT
|
|
|
edit |
1 word added
1 word deleted
|
|
Change: overloadableoverridable and should not be called directly.This method generates a URL to be associated with a cell. By default, this method returns the current page URL with the cellId querystring parameter set to the new cell ID.ParametersStringparentIDThe identifier for the parent cell.RequiredString
View changes from previous version.
(Word count: 174)
|
|
May 21 2008, 5:20 PM EDT
|
|
|
edit |
2 words added
2 words deleted
|
|
Change: "GET", "/path/to/generateURL/action" + params, "GET", true );request.onreadystatechange = function() {if( request.readyState == 4 ) {var response = request.responseXML; // Format: <cell url="..."/>var url = response ? response.getAttribute("url") : null;WPCAPI.generateCellURL_Callback(url);}};request.send(null);return null;};
View changes from previous version.
(Word count: 174)
|
|
May 8 2008, 12:43 PM EDT
|
|
|
rename |
No content added or deleted. |
|
Change: Renamed from generateCellURL by May 8 2008, 12:43 PM EDT for: Rename
|
|
May 6 2008, 1:01 PM EDT
|
|
|
move |
No content added or deleted. |
|
Change: Moved by May 6 2008, 1:01 PM EDT
|
|
May 5 2008, 3:43 PM EDT
|
|
|
move |
No content added or deleted. |
|
Change: Moved by May 5 2008, 3:43 PM EDT
|
|
May 5 2008, 2:04 PM EDT
|
|
|
edit |
|
|
Change: There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 174)
|
|
May 5 2008, 2:02 PM EDT
|
|
|
edit |
88 words added
3 words deleted
|
|
Change: ( parentID, title, tags, cellID ) {var params = '?'+ "parentID=" + encodeURIComponent(parentID)+ "&title=" + encodeURIComponent(title)+ "&tags=" + encodeURIComponent(tags)+ "&cellID=" + encodeURIComponent(cellID);var request = new XMLHttpRequest();request.open( "/path/to/generateURL/action" + params, "GET", true );request.onreadystatechange = function() {if( request.readyState == 4
View changes from previous version.
(Word count: 174)
|
|
May 5 2008, 1:59 PM EDT
|
|
|
edit |
24 words added
1 word deleted
|
|
Change: []StringcellIDThe identifier for the cell.RequiredReturns the URL to be associated with the cell.Usage Synchronousif( window.WPCAPI ) { //...WPCAPI.generateCellURL = function( parentID, title, tags, cellID ) {return "/path/to/template/engine?cellId=" + cellID;};} Asynchronousif( window.WPCAPI ) {//...}
View changes from previous version.
(Word count: 111)
|
|
May 5 2008, 1:43 PM EDT
|
|
|
edit |
87 words added
30 words deleted
|
|
Change: This method generates a URL to be associated with a cell. By default, this method descriptionreturns the current page URL with the cellId querystring parameter set to the new cell ID.Parameters typeStringparameter nameparentIDdescriptionThe identifier for the parent cell.default valueRequiredtypeString
View changes from previous version.
(Word count: 92)
|
|
May 5 2008, 1:37 PM EDT
|
|
|
edit |
2 words added
2 words deleted
|
|
Change: typeString WPCAPI.methodNameWPCAPI.generateCellURL()method descriptionParameterstypeparameter namedescriptiondefault valuetypeparameter namedescriptiondefault valuetypeparameter namedescriptiondefault valuetypeparameter namedescriptiondefault valuedescription of return valueUsageif( window.WPCAPI ) {//...}
View changes from previous version.
(Word count: 38)
|
|
May 2 2008, 7:55 PM EDT
|
|
|
create |
No content added or deleted. |
|
Change: Created by May 2 2008, 7:55 PM EDT for: no reason given
|