Versions Compared

Key

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

The ajax-specific attributes of ww:submit are:submit tag is used together with the form tag to provide asynchronous form submissions.

Attribute

Type

Required

Default

Description

resultDivId

string

TRUE

 

The id of the HTML element to place the result (this can the the form's id or any id on the page

notifyTopics

string

FALSE

 

Topic names to post an event to after the form has been submitted

onLoadJS

string

FALSE

 

Javascript code that will be executed after the form has been submitted. The format is onLoadJS='yourMethodName(data,type)'. NOTE: the words data and type must be left like that if you want the event type and the returned data.

...