From f812ea2eb377c475f73e63f6e00201f662d76a70 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Nov 2020 16:39:45 +0800 Subject: [PATCH] Roo/bootstrap/CardHeader.js --- Roo/bootstrap/CardHeader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/CardHeader.js b/Roo/bootstrap/CardHeader.js index 3484975903..7b611ee6ac 100644 --- a/Roo/bootstrap/CardHeader.js +++ b/Roo/bootstrap/CardHeader.js @@ -10,7 +10,7 @@ * @extends Roo.bootstrap.Element * Bootstrap Element class * @constructor - * Create a new Element + * Create a new Card Header - that you can embed children into * @param {Object} config The config object */ @@ -20,7 +20,7 @@ Roo.bootstrap.CardHeader = function(config){ Roo.extend(Roo.bootstrap.CardHeader, Roo.bootstrap.Element, { - tag: 'div', + container_method : 'getCardHeader', getAutoCreate : function() { -- 2.39.2