Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| May 5 2008, 2:04 PM EDT | DevinCanterberry | |
| May 5 2008, 2:02 PM EDT | DevinCanterberry | 88 words added, 3 words deleted |
| String generateCellURL() | |||||
| This method is overloadable 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
| |||||