BiStyle

This class works much like the script element in HTML. You can set the uri and it will fetch an external file that will be executed or you can use the text property to execute some text.

This class extends BiAbstractLoader and therefore all methods and fields available for BiAbstractLoader are also available for BiStyle .

Constructor

new BiStyle ( )

Parameters

No parameters.

Properties

Name Type get set Descripton
src BiUri checked checked Alias to uri for backwards compatibility
text String checked checked The script text to evaluate
uri BiUri checked checked The location of the script file

Methods

Name Description
abort Stops the current loading

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

Method Details

abort

Stops the current loading

Syntax

object.abort
 (
 
 )
 

Parameters

No arguments.

Return Type

void