Hi Soren
Shouldn't there be a IWCGJQMFrame class for this?
Yes it should but it's a feature that can be easily done manually.
Create a Frame, drop any Region descendent (Dialog,Tabs,Region,etc) to the Frame, set Region.Name = 'IWFrameRegion' (Intraweb limiation)
and you've an IWFrame.
We've a descendant from TFrame - TIWCGFrame, that also implements the following properties WebApplication (GGWebApplicationThreadVar this can be used instead)
and OnCreate and OnDestroy (I don't know how its possibile, TFrame do have these)
But if it's TIWCGFrame cannot be dropped to a iwform at design-time, because of Delphi limitations, must be exactly TFrame, not a descendant.
If you want to be TIWCGFrame, replace class(TFrame) with class(TIWCGFrame) and add the unit, and you're done again.