|
|
|
|
MethodsFrom $1Table of contents
Wildfire.initPost()Initializes the Wildfire post module for the first time and draws its SWF in the specified container on the page. Wildfire.initPost(partnerID, containerID, width, height, pconf);
Parameters: Return Value: None
Wildfire.renderPostButton()Creates a Wildfire button. When clicked, Wildfire post module is displayed in a generated floating div near the button. Wildfire.renderPostButton (partnerID, width, height, pconf, btnURL);
Parameters: Return Value: None
Wildfire.<containerID>.applyConfig()Applies a new configuration object to a previously initialized Wildfire post module. This method is intended for use when the content that you want your user to post is either not available at the time when initPost was executed or has changed after the initialization. The <containerID> should be replaced withe containerID that was used in the initPost() call for this specific instance of Wildfire. For example if the <DIV> that contains Wildfire has the ID "divWildfirePost", the method should be called as follows: Wildfire.divWildfirePost.applyConfig(pconf);
Parameters: Return Value: None.
Tags:
|
||||
|