Let objectManager output table headers. A class returns an array of header cells and then

the objectManager adds an edit column if appropriate.
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-17 21:04:43 +00:00
committed by WineHQ
parent 80e30b65a8
commit ed7026be6e
7 changed files with 29 additions and 28 deletions

View File

@@ -143,7 +143,7 @@ function test_object_methods()
echo "PASSED:\t\t".$sClassName."\n";
}*/
$aTestMethods = array("objectOutputHeader", "objectOutputTableRow",
$aTestMethods = array("objectGetHeader", "objectOutputTableRow",
"objectGetEntries", "display",
"objectGetInstanceFromRow", "outputEditor", "canEdit",
"getOutputEditorValues", "objectMakeUrl", "objectMakeLink");