assign_append.phpTest script that uses the following xajaxResponse commands |
Response command indicating that the specified value should be assigned to the given element’s attribute.
function assign( $sTarget, $sAttribute, $sData )
Response command that indicates the specified data should be appended to the given element’s property.
function append( $sTarget, $sAttribute, $sData )