You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

div

Attribute

Type

Required

Default

Description

id

string

TRUE

 

The id to assign the DIV

name

string

TRUE

 

 

value

string

FALSE

 

 

href

string

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

required

boolean

FALSE

 

 

disabled

boolean

FALSE

 

 

theme

string

FALSE

 

This tag will usually use the ajax theme

template

string

FALSE

 

 

cssClass

string

FALSE

 

 

cssStyle

string

FALSE

 

 

label

string

FALSE

 

 

labelposition

string

FALSE

 

 

tabindex

string

FALSE

 

 

onclick

string

FALSE

 

 

ondblclick

string

FALSE

 

 

onmousedown

string

FALSE

 

 

onmouseup

string

FALSE

 

 

onmouseover

string

FALSE

 

 

onmousemove

string

FALSE

 

 

onmouseout

string

FALSE

 

 

onfocus

string

FALSE

 

 

onblur

string

FALSE

 

 

onkeypress

string

FALSE

 

 

onkeydown

string

FALSE

 

 

onselect

string

FALSE

 

 

onchange

string

FALSE

 

 

  • No labels