Sign in or 

| boolean WPCAPI.onpagecreate() | ||||
| This method is overridable and should not be called directly. This event is fired whenever a user attempts to create a page, but before the page is allowed to be created. By default, this method simply allows the creation to occur. Parameters | ||||
| String | parentID | The identifier for the parent cell. | Required | |
| String | title | The title of the new cell. | Required | |
| String [] | tags | The keyword tags for the new cell. | Defaults to [] | |
| String | cellID | The identifier of the new cell. | Required | |
| String | cellURL | The URL associated with the new cell. | Required | |
| Returns true if the creation is allowed, false otherwise. | ||||
Usage: Asynchronous
| ||||
|
superwomyn |
Latest page update: made by superwomyn
, Oct 29 2008, 4:26 PM EDT
(about this update
About This Update
1 word added 1 word deleted view changes - complete history) |
|
Keyword tags:
API
event
function
JavaScript
method
onpagecreate
More Info: links to this page
|