Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Type

Required

Default

Description

id

string

FALSE TRUE

 

The id to assign the DIV

name

string

TRUE

 

 

value

string

FALSE

 

 

href

string

FALSE TRUE

 

The URL to call to obtain the content

delay

boolean

FALSE

 

How long to wait before fetching the content (in milliseconds)

updateFreq

boolean

FALSE

 

How often to re-fetch the content (in milliseconds)

loadingText

boolean

FALSE

 

The text to display to the user while the new content is being fetched (especially good if the content will take awhile

errorText

boolean

FALSE

 

The text to display to the user if the is an error fetching the content

showErrorTransportText

boolean

FALSE

 

true/false - when to show the error message as content when the URL had problems

listenTopics

boolean

FALSE

 

Topic name to listen to (comma delimited), that will cause the DIV's content to be re-fetched

afterLoading

boolean

FALSE

 

Javascript code that will be executed after the content has been fetched

...