10-07-2018, 07:47 PM
First I must give a big warning and an apology -- for making changes to a core unit: TIWBSRegion.
I added a slew of new TagTypes and overrode the constructor to set the initial value, since bsttDiv was no longer alphabetically first.
I also messed with the InternalRenderCss method.
Unfortunately, the sample project won't work with the old version of TIWBSRegion.
If you want, you can temporarily replace this unit, then recompile the IWBootstrap packages. You can put it back afterwards and recompile.
I welcome any comments from anyone on how to better tackle the following problems:
1) Lack of a span wrapper component
2) Inability of TIWBSButton to act as a design-time container
3) Lack of an li wrapper component. TIWBSRegion can now be a List Item.
4) TIWLink is implemented as a span, so it doesn't fit in with IWBootstrap, and IWBootstrap does NOT provide an anchor components. So TIWBSRegion now can be an anchor too.
@Shane, I tried to put everything in there that you wanted to see. You have to look at the ExtraTagParams property of just about everything, plus the ExtraHeader property of the forms.
Shane20181007.zip (Size: 14.68 KB / Downloads: 28)
Any feedback will be appreciated
I added a slew of new TagTypes and overrode the constructor to set the initial value, since bsttDiv was no longer alphabetically first.
I also messed with the InternalRenderCss method.
Unfortunately, the sample project won't work with the old version of TIWBSRegion.
If you want, you can temporarily replace this unit, then recompile the IWBootstrap packages. You can put it back afterwards and recompile.
I welcome any comments from anyone on how to better tackle the following problems:
1) Lack of a span wrapper component
2) Inability of TIWBSButton to act as a design-time container
3) Lack of an li wrapper component. TIWBSRegion can now be a List Item.
4) TIWLink is implemented as a span, so it doesn't fit in with IWBootstrap, and IWBootstrap does NOT provide an anchor components. So TIWBSRegion now can be an anchor too.
@Shane, I tried to put everything in there that you wanted to see. You have to look at the ExtraTagParams property of just about everything, plus the ExtraHeader property of the forms.
Shane20181007.zip (Size: 14.68 KB / Downloads: 28)
Any feedback will be appreciated