Hi Everyone,

With uPortal 4.1 I noticed we are now including more information in the
layout.json file. I think the inclusion of regions is great, although it
will have an interesting effect on some mobile apps when generating native
lists. There is not really a way to in uMobile currently to figure out what
is a tab or a region (besides hard coding regions in uMobile, yuck), so all
portlets jn the template and tabs are being included in the list view in
uMobile and it really hurts the experience. I was wondering what everyone
though if we could do something like this instead, adding new content types
like regions in its own section outside of folders:

{

   - user: "guest",
   - locale: "en-US",
   - layout:
   {
   -    header: {


   -        portlets: [ ]

       },

   -    folders: {



   -        portlets: [ ]

       },

   -    footer: {


   -        portlets: [ ]

       },

   -    regions: {


   -        portlets: [ ]

       }
    }
}

Thanks,
Aaron

-- 
Aaron Grant
Senior Applications Architect
Oakland University - UTS <http://oakland.edu/uts>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to