Source for file testHaa.class.php
Documentation is available at testHaa.class.php
* Require the action class
require_once 'HTML/AJAX/Action.php';
$response->assignAttr ('test','className','test');
$response->assignAttr ($id,'style','color: green');
$response->assignAttr ($id,'style','background-color: yellow');
// there really should be an action method to do this
$response->insertScript ("
var newNode = document.getElementById('$id').cloneNode(true);
document.getElementById('$dest').appendChild(newNode);" );
Documentation generated on Mon, 11 Mar 2019 15:19:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|