Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| Oct 29 2008, 4:25 PM EDT (current) | superwomyn | 1 word added, 1 word deleted |
| May 21 2008, 5:20 PM EDT | DevinCanterberry | 2 words added, 2 words deleted |
| String generateCellURL() | |||||
| This method is 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. Parameters | |||||
| String | parentID | The identifier for the parent cell. | Required | ||
| String | title | The title of the cell. | Required | ||
| String [] | tags | The keyword tags for the cell. | Defaults to [] | ||
| String | cellID | The identifier for the cell. | Required | ||
| Returns the URL to be associated with the cell. | |||||
Usage Synchronous
Asynchronous
| |||||