diff --git a/lib/WebGUI/Form/Control.pm b/lib/WebGUI/Form/Control.pm index a052face9..5ca96873d 100644 --- a/lib/WebGUI/Form/Control.pm +++ b/lib/WebGUI/Form/Control.pm @@ -452,6 +452,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.