From b360bfa62f23daffacee9f2e0154481baacd821f Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 9 Jun 2023 15:03:50 +0800 Subject: [PATCH] fix docs on labelseperator --- roojs-debug.js | 3 +++ roojs-ui-debug.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/roojs-debug.js b/roojs-debug.js index be44d20920..a46319653b 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -40549,6 +40549,9 @@ Roo.form.Field = function(config){ Roo.extend(Roo.form.Field, Roo.BoxComponent, { /** * @cfg {String} fieldLabel Label to use when rendering a form. + */ + /** + * @cfg {String} labelSeparator the ':' after a field label (default :) = set it to empty string to hide the field label. */ /** * @cfg {String} qtip Mouse over tip diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 637e16aa9d..07318691d8 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -16047,6 +16047,9 @@ Roo.form.Field = function(config){ Roo.extend(Roo.form.Field, Roo.BoxComponent, { /** * @cfg {String} fieldLabel Label to use when rendering a form. + */ + /** + * @cfg {String} labelSeparator the ':' after a field label (default :) = set it to empty string to hide the field label. */ /** * @cfg {String} qtip Mouse over tip -- 2.39.2