Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 attachAjaxStatus, tapestry.fx
 attachPostEffect, tapestry.fx
 attachPreEffect, tapestry.fx
B
 bind, tapestry
 buildEventProperties, tapestry. event
 buildNodeProperties, tapestry. event
 buildTargetProperties, tapestry. event
C
 cancel, tapestry.form
 cleanConnect, tapestry
 clearProfiles, tapestry.form
E
 error, tapestry
F
 fillInTemplate
 focusField, tapestry.form
G
 getContentAsString, tapestry.html
 getElementAsString, tapestry.html
I
 isServingRequests, tapestry
L
 load, tapestry
 loadContent, tapestry
 loadJson, tapestry
 loadScriptContent, tapestry
 loadScriptFromUrl, tapestry
P
 postCreate
 presentException, tapestry
R
 refresh, tapestry.form
 registerForm, tapestry.form
 registerProfile, tapestry.form
 removeAll, tapestry.fx
S
 setFormValidating, tapestry.form
 submit, tapestry.form
 submitAsync, tapestry.form
attachAjaxStatus:function(a1)
Allows specifying a dom node that will be shown or hidden while ajax requests are in progress or have finished.
attachPostEffect:function(updateId,
animationFunc)
Schedules the execution of an effect when the specified content is returned through an XHR response.
attachPreEffect:function(triggerId,
animationFunc,
async)
Schedules the execution of an effect when the specified link is clicked (and thus an XHR request begins).
bind:function(url,
content,
json)
Core XHR bind function for tapestry internals.
buildEventProperties:function(event,
props)
Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.
buildNodeProperties:function(props,
node)
Builds needed target node properties, like the node’s id.
buildTargetProperties:function(props,
target)
Generic function to build a properties object populated with relevent target data.
cancel:function(form,
submitName,
parms)
Submits the form to the server in “cancel” mode, invoking any cancel listeners registered to the server side equivalent to the form passed in.
cleanConnect:function(target,
event,
funcName)
Utility used to disconnect a previously connected event/function.
clearProfiles:function(id)
Clears any previously registered validation profiles on the specified form.
error:function(type,
exception,
http,
kwArgs)
Global error handling function for dojo.io.bind requests.
fillInTemplate:function()
Called during widget creation.
focusField:function(field)
If possible, brings keyboard input focus to the specified field.
getContentAsString:function(node)
Takes a dom node and returns its contents rendered in a string.
getElementAsString:function(node)
Takes a dom node and returns itself and its contents rendered in a string.
isServingRequests:function()
Utility used to find out if there are any ajax requests in progress.
load:function(type,
data,
http,
kwArgs)
Global load handling function for dojo.io.bind requests.
loadContent:function(id,
node,
element)
Used by tapestry.load when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..
loadJson:function(type,
data,
http,
kwArgs)
loadScriptContent:function(element,
async)
Manages loading javascript content for a specific incoming xml element.
loadScriptFromUrl:function(url)
Takes a url string and loads the javascript it points to as a normal document head script include section.
postCreate: function(args,
frag,
parentComp)
Called after widget constructed.
presentException:function(node,
kwArgs)
When remote exceptions are caught on the server special xml blocks are returned to the client when the requests are initiated via async IO.
refresh:function(form,
submitName,
parms)
Submits the form to the server in “refresh” mode, invoking any refresh listeners registered to the server side equivalent to the form passed in.
registerForm:function(id,
async,
json)
Registers the form with the local forms property so that there is a central reference of all tapestry forms.
registerProfile:function(id,
profile)
Registers a form validation/translation profile.
removeAll:function()
Removes all registered effects (preEffects and postEffects).
setFormValidating:function(formId,
validate)
If a form registered with the specified formId exists a local property will be set that causes validation to be turned on/off depending on the argument.
submit:function(form,
submitName,
parms)
Submits the form specified, optionally setting the submitname hidden input field to the value of submitName to let the Form component on server know which button caused the submission.
submitAsync:function(form,
content,
submitName,
parms)
Does almost the same thing as tapestry.form.submit, but submits the request via XHR to the server asynchronously.