mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 23:27:50 +02:00
* Publish properties for TDivWidget and TLabelWidget
This commit is contained in:
parent
9372240955
commit
ad8c36e807
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user