Flush
Component Signature
<bx:Flush />Attributes
Examples
Simple Script Example
writeOutput( "<div>foo</div>" );
bx:flush;
sleep( 1000 );
writeOutput( "<div>bar</div>" );
Simple Tag Example
Last updated
Was this helpful?
