Sign in to wikis by wetpaint
This version of Internet Explorer is no longer supported. Please try a current version of
IE
or
Firefox
.
Home
Discussions
Photos
Videos
News
Updates
Members
Sign in
or
generateCellID()
Page Versions
Key:
additions
deletions
Please select two page versions to compare - check the checkbox to the right of each version.
Showing 4 pages
Date/Time
Made By
Edit Note
Type
Scope
Compare
Aug 29 2008, 12:47 PM EDT
devin_wetpaint
This page has been obsoleted by WPCAPI.generateCellID
delete
No content added or deleted.
Change:
Deleted by
devin_wetpaint
Aug 29 2008, 12:47 PM EDT for: This page has been obsoleted by WPCAPI.generateCellID
Apr 10 2008, 7:31 PM EDT
DevinCanterberry
Missing semicolon in code snippet. Doh!
edit
1 word added
1 word deleted
Change:
+
encodeURIComponent(tags)
encodeURIComponent(tags);
var request = new XMLHttpRequest();request.open( "/path/to/addPage/action" + params, "GET" );request.onreadystatechange = function() { if( request.readyState == 4 ) {var response = request.responseXML; // Format: <cell id="..."/>var id = response ? response.getAttribute("id") : null;WPCAPI.generateCellID_Callback(id);}};request.send(null);return null;};}
View changes from previous version.
(Word count: 270)
Apr 10 2008, 7:19 PM EDT
DevinCanterberry
edit
284 words added
Change:
is immediately called following the method's execution, using the return value as the new ID. This is appropriate if you are generating your own identifier
View changes from previous version.
(Word count: 270)
Apr 10 2008, 6:02 PM EDT
DevinCanterberry
create
No content added or deleted.
Change:
Created by
DevinCanterberry
Apr 10 2008, 6:02 PM EDT for: no reason given
JavaScript must be enabled in order for you to contribute to this site.
To start contributing, enable JavaScript by changing your browser options, then
try again
.
Home
Injected Technical Overview
Developer's Guide
API Reference
Release Schedule
Bugs & Issues
FAQ
Contact Us
Events & Camps
new page
(Uncategorized)