Plumtree UI Infrastructure API  
 

HTMLElement.SetPauseAfterDisplay Method 

Call this method to specify whether or not this element pauses after display. If you pass true, after this html element fully renders, display will stop. The resulting HTML will not be complete. One of the display methods must be called again, and rendering will resume with the html immediately after this element. Call GetDisplayPaused() to determine whether or not the previous call to one of the display methods resulted in a pause.

public virtual void SetPauseAfterDisplay(
   bool b
);

Parameters

b
boolean indicating whether or not this node pauses.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace