diff --git a/lib/WebGUI/Form/Control.pm b/lib/WebGUI/Form/Control.pm index b0b02d1a7..11e7ab0fd 100644 --- a/lib/WebGUI/Form/Control.pm +++ b/lib/WebGUI/Form/Control.pm @@ -464,6 +464,18 @@ sub getValueFromPost { #------------------------------------------------------------------- +=head2 headTags ( ) + +Set any head tags that this form plugin needs for CSS or Javascript. + +=cut + +sub headTags { + return ''; +} + +#------------------------------------------------------------------- + =head2 isDynamicCompatible ( ) A class method that returns a boolean indicating whether this control is compatible with the DynamicField control. Returns 0.