Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| May 5 2008, 7:57 PM EDT | DevinCanterberry | 115 words added, 152 words deleted |
| Apr 18 2008, 8:28 PM EDT | ryan_wetpaint | 1 word added, 1 word deleted |
| boolean followingWPCAPI.onpagerename() | ||||
| This method is calledoverloadable whenand ashould usernot renamesbe acalled page.directly. Method Reference public static boolean onpagerename() This methodevent is calledfired 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. It should be overridden if additional behavior is required in order to rename this page (e.g: rename a page Parameters | ||||
| String | cellID | The withinidentifier anfor externalthe CMS,cell checkbeing therenamed. | Required | |
| String | title | The new title against a blacklist, etc). If asynchronous operationsof arethe performedcell. | Required | |
| String | message | The duringedit thisnote method,entered thenby returnthe nulluser. | Defaults to defer"" | |
| Returns processingtrue untilif the asynchronous operationsrenaming haveis completed.allowed, Callfalse otherwise. | ||||
onpagerename_CallbackUsage: with a boolean parameter corresponding to this method's return value when processing Asynchronous
| ||||