Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Span in IW Bootstrap
#2
Hi LozenSzendre,

The TIWBSRegion only gives an option for div, h1..h6 and p while TIWBSCustomRegion has full options in the form of a string TagName... I don't see the reason for this enumeration either. You can of course create your own component.

Other simple workaround for this moment is using OnHTMLTag event

Code:
procedure TFrame2.IWFrameRegionHTMLTag(ASender: TObject; ATag: TIWHTMLTag);
begin
  ATag.Tag := 'span';
end;
Reply


Messages In This Thread
Span in IW Bootstrap - by LorenSzendre - 09-23-2018, 11:42 PM
RE: Span in IW Bootstrap - by jeroen.rottink - 09-26-2018, 07:46 AM
RE: Span in IW Bootstrap - by LorenSzendre - 09-26-2018, 11:34 AM
RE: Span in IW Bootstrap - by LorenSzendre - 09-26-2018, 06:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)