HTML Document Object News
Brought to you by:
pcxuser
HTMLObject 2.21 changes the default focus to be "body" rather than "head" which will prevent the accidental output of your body content in the head section when you forget to do a $doc->setFocus("body");
The HTMLObject::Forms module had a deleteErrorsEntry() method added to allow the developer to remove entries from the errors hash structure without having to know the layout. This is used by the Portal::Forms::User code if you want to see it in action.