Add a method to HTML for getting just the HTML (As opposed to passing it right to...
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Sat, 8 Oct 2011 19:13:35 +0000 (19:13 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Sat, 8 Oct 2011 19:13:35 +0000 (19:13 +0000)
commit2a6150cda4a89b3acd075cfaf711f3c5cbf5ac00
tree03281086ff4b4a03bd7e226484e6cabd279712c1
parent75c1a9f14b7213ec88b930e9bf2a257541bb9f98
Add a method to HTML for getting just the HTML (As opposed to passing it right to Output
Also, if a field is marked as required, it should still be checked to see if it's empty before going to the callback. Don't like that behavior? Don't mark it as required.
includes/HTMLForm.php