Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| May 21 2008, 5:20 PM EDT | DevinCanterberry | 3 words added, 2 words deleted |
| May 8 2008, 12:40 PM EDT | ryan_wetpaint |
| String generateCellID() | |||||||||
| This method is overloadable 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 overload 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
| |||||||||