Hi Mario, Another option is to implement a custom Wicket page, and mount during the bootstrapping of the wicket application (subclass of IsisWicketApplication). Hth, Dan
On Tue, 3 Apr 2018, 17:30 Andi Huber, <[email protected]> wrote: > Hi Mario, > you might consider using Isis' built-in Markup [1] type for rendering > arbitrary Html content 'as is'. > > If this is not sufficient, you might consider using any web-framework that > suits your needs, while using Isis just as a back-end. See the thread on > 'Customized UI behavior' [2]. > > Cheers, Andi! > > [1] > https://isis.apache.org/guides/rgcms/rgcms.html#_rgcms_classes_value-types_Markup > [2] > https://lists.apache.org/[email protected]:lte=1y:Customize%20UI%20behavior > > On 2018/04/03 12:58:51, Mario Giammarco <[email protected]> wrote: > > Hello, > > imagine this use case: I have an application generated by Isis. In this > > application I have a very complex page that I must design manually. I > mean > > I cannot use the widgets layout made by Isis but I must put each widget > > where I need, mimicking the look of an old printed form. > > Which is the best way to do it in Isis? > > Can I use a visual bootstrap editor, like Bootstrap Studio, to rearrange > > html generated by Isis? > > Are there better ways? > > > > Thanks, > > Mario > > >
