Versions Compared

Key

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

The a tag is primarily an AJAX tag, providing a remote call from the current page to another URL.

Note

Be sure to setup the page containing this tag to be Configured for AJAX

Attribute

Type

Required

Default

Description

id

string

TRUE

 

The id to assign the component

href

string

TRUE

 

The URL to call to obtain the content

preInvokeJS

string

FALSE

 

A javascript snippet that will be invoked prior to the execution of the target href. If provided must return true or false. True indicates to continue executing target... false says do not execute link target. Possible uses are for confirm dialogs.

afterLoading

string

FALSE

 

Javascript code that will be executed after the remote call has been made

notifyTopics

string

FALSE

 

Topic names to post an event to after the remote call has been made

errorText

string

FALSE

 

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

showErrorTransportText

string

FALSE

 

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

name

string

TRUE

 

 

value

string

FALSE

 

 

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

 

 

...