iPro: separate HTML block node and table layouts to their own units and classes.

git-svn-id: trunk@45918 -
This commit is contained in:
juha 2014-07-18 22:17:06 +00:00
parent b9e2f598f6
commit 99ed2e37e0
3 changed files with 420 additions and 2592 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"/>

View File

@ -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