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
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
L
 load, tapestry
 loadContent, tapestry
 loadScriptContent, tapestry
 loadScriptFromUrl, tapestry
P
 postCreate
 presentException, tapestry
R
 refresh, tapestry.form
 registerForm, tapestry.form
 registerProfile, tapestry.form
S
 setFormValidating, tapestry.form
 submit, tapestry.form
 submitAsync, tapestry.form
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)
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.
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..
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)
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.
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.