/*------------------------------------------------------------------------ - HTML Table Filter Generator - Watermark feature v1.0 - By Max Guglielmi (tablefilter.free.fr) - Licensed under the MIT License -------------------------------------------------------------------------*/ TF.prototype.SetWatermark = function(set) /*==================================================== - inserts or removes input watermark - Params: - set: if true inserts watermark (boolean) =====================================================*/ { if( !this.fltGrid ) return; if(this.inpWatermark!=''){ //Not necessary if empty var set = (set || set==undefined) ? true : false; for(var i=0; i