Browse Source

* Publish properties for TDivWidget and TLabelWidget

Michaël Van Canneyt 2 năm trước cách đây
mục cha
commit
ad8c36e807
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      packages/webwidget/htmlwidgets.pp

+ 8 - 0
packages/webwidget/htmlwidgets.pp

@@ -919,6 +919,10 @@ Type
   TDivWidget = Class(TCustomTagWidget)
   Public
     Constructor Create(aOwner : TComponent); override;
+  Published
+    Property elementTag;
+    Property TextContent;
+    Property TextMode;
   end;
 
   { TParagraphWidget }
@@ -926,6 +930,10 @@ Type
   TParagraphWidget = Class(TCustomTagWidget)
   Public
     Constructor Create(aOwner : TComponent); override;
+  Published
+    Property elementTag;
+    Property TextContent;
+    Property TextMode;
   end;
 
   { TMediaWidget }