Apply a layout to only some views in a module.

I have a module that I want some of the views to use a specific layout, and the others to use the application’s main layout. How might I accomplish this?

Billy

Hi,

You can pass layout name as param to setView

event.setView( view="myList", layout=name );