Sign in or 

| String generateCellID() | |||||||||
| This method is overridable and should not be called directly. This method generates an identifier for a new cell. By default, a new cell ID is requested from Wetpaint. You should override this method if you wish to generate and manage your own cell IDs. Parameters | |||||||||
| String | parentID | The identifier for the newly generated cell's parent cell. | Required | ||||||
| String | title | The title of the newly generated cell. | Required | ||||||
| String [] | tags | The keyword tags for the newly generated cell. | Defaults to [] | ||||||
| Returns a unique identifier for the newly generated cell. | |||||||||
Usage Synchronous
| |||||||||
|
superwomyn |
Latest page update: made by superwomyn
, Oct 29 2008, 2:05 PM EDT
(about this update
About This Update
2 words added 2 words deleted view changes - complete history) |
|
Keyword tags:
API
function
generateCellID
JavaScript
method
override
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| cpatni | url encoding of generated id | 1 | Jun 2 2008, 12:15 PM EDT by ryan_wetpaint | ||
|
Thread started: Jun 1 2008, 10:01 PM EDT
Watch
Is this method is required to return url safe ids ? For example if the id is "foo bar", should it return "foo bar" or "foo+bar"?
Do you find this valuable?
Keyword tags:
API
function
generateCellID
JavaScript
method
override
|
|||||