Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| Oct 29 2008, 2:06 PM EDT (current) | superwomyn | 1 word added, 1 word deleted |
| Jun 2 2008, 7:34 PM EDT | DevinCanterberry | 2 words added |
| boolean WPCAPI.onpagerename() | ||||
| This method is overloadableoverridable and should not be called directly. This event is fired whenever a user attempts to rename a page, but before the page is allowed to be renamed. By default, this method simply allows the renaming to occur. Parameters | ||||
| String | cellID | The identifier for the cell being renamed. | Required | |
| String | title | The new title of the cell. | Required | |
| String | message | The edit note entered by the user. | Defaults to "" | |
| Returns true if the renaming is allowed, false otherwise. | ||||
Usage: Asynchronous
| ||||