mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:49:22 +02:00
iPro: separate HTML block node and table layouts to their own units and classes.
git-svn-id: trunk@45918 -
This commit is contained in:
parent
b9e2f598f6
commit
99ed2e37e0
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@
|
|||||||
<License Value="MPL - Mozilla public license
|
<License Value="MPL - Mozilla public license
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1"/>
|
<Version Major="1"/>
|
||||||
<Files Count="13">
|
<Files Count="16">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="ipanim.pas"/>
|
<Filename Value="ipanim.pas"/>
|
||||||
<UnitName Value="IpAnim"/>
|
<UnitName Value="IpAnim"/>
|
||||||
@ -83,6 +83,18 @@
|
|||||||
<Filename Value="iphtmlprop.pas"/>
|
<Filename Value="iphtmlprop.pas"/>
|
||||||
<UnitName Value="iphtmlprop"/>
|
<UnitName Value="iphtmlprop"/>
|
||||||
</Item13>
|
</Item13>
|
||||||
|
<Item14>
|
||||||
|
<Filename Value="iphtmlblocklayout.pas"/>
|
||||||
|
<UnitName Value="iphtmlblocklayout"/>
|
||||||
|
</Item14>
|
||||||
|
<Item15>
|
||||||
|
<Filename Value="ipHtmlTokens.inc"/>
|
||||||
|
<Type Value="Include"/>
|
||||||
|
</Item15>
|
||||||
|
<Item16>
|
||||||
|
<Filename Value="iphtmltablelayout.pas"/>
|
||||||
|
<UnitName Value="iphtmltablelayout"/>
|
||||||
|
</Item16>
|
||||||
</Files>
|
</Files>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
|
@ -8,7 +8,8 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
IpAnim, IpConst, Ipfilebroker, IpHtml, IpHtmlPv, IpMsg, IpStrms, IpUtils,
|
IpAnim, IpConst, Ipfilebroker, IpHtml, IpHtmlPv, IpMsg, IpStrms, IpUtils,
|
||||||
IpHtmlTabList, iphtmlprop, LazarusPackageIntf;
|
IpHtmlTabList, iphtmlprop, ipHtmlBlockLayout, ipHtmlTableLayout,
|
||||||
|
LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user