This content has been marked as final.
Show 2 replies
-
Re: Programmatically changing space layout
mtuljapurkar Oct 11, 2012 12:58 PM (in response to bperkinsatmarsdd)1 person found this helpfulModifying widget layout at the back end seems to be tricky to me, as we might need to understand the exact data model.
The tables seem to be in the following hierarchy:
jivewlayout - List of available layouts
jivewlayoutframe - The jivewlayout being applied to a particular community(or any container)
jivewidget - List of available widgets
jivewidgetframe - Position of a widget in the jivewlayoutframe
jivewidgetfrmprop - Properties pertaining to the widget(eg. HTML body of a HTML text widget)
One thing to remember. When you make changes at the back end, do remember to refresh cache to view the updates.
-
Re: Programmatically changing space layout
bperkinsatmarsdd Oct 16, 2012 10:43 AM (in response to mtuljapurkar)Thanks, Mandar... this gives me a great head start. I'll post my results back here.
-