Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
P
Pas2JS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
FPC
FPC
Pas2JS
Commits
ad8c36e8
Commit
ad8c36e8
authored
2 years ago
by
Michael Van Canneyt
Browse files
Options
Downloads
Patches
Plain Diff
* Publish properties for TDivWidget and TLabelWidget
parent
93722409
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/webwidget/htmlwidgets.pp
+8
-0
8 additions, 0 deletions
packages/webwidget/htmlwidgets.pp
with
8 additions
and
0 deletions
packages/webwidget/htmlwidgets.pp
+
8
−
0
View file @
ad8c36e8
...
...
@@ -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 }
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment