Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bootstrap 4 - adding items to IWBS4Select
#6
Hi Bostjan,

Most important question: Does it make a difference for your IWBS4Select problem? It shouldn't. In both cases you should have a working select control.

TIWBS4LayoutMgr is a component that renders your TIW... components into a .html page.
It adds the Bootstrap4 .js and .css files to the generated output and it controls the order in which the TIW... controls are rendered.

TIWTemplateProcessorHTML is another Layout manager. It has no knowledge about bootstrap or any other frontend framework. It uses a .html template file (in my example .\templates\DlgMain.html) combined with the class (TDlgMain) to render the final .html file that is send to the browser. It gives me more flexibility and a better separation between form and function. Eg a web designer can work on the design using the template file and I can work on the rest.
See http://docs.atozed.com/docs.dll/developm...lates.html

Btw: In my example the modal dialog TFrameModalTest, uses TIWBS4LayoutMgr. When TIWBS4Moab.LayoutMgr is unassigned, a default TIWBS4LayoutMgr object as layout manager is created.
Reply


Messages In This Thread
RE: bootstrap 4 - adding items to IWBS4Select - by jeroen.rottink - 10-19-2021, 12:18 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)