Might this fit with what the Dynamic View plugin sample shows?
Hi Bo,
Thank you for your answer. What I need to achieve is to add custom layout to LayoutGroup as AddLayout example. But it installs on the server. Dynamic view is not an option, because it will be many custom layouts and it will be difficult to manage them.
Is from AddLayout example possible to add custom layout as Smart Client plugin not install on the Server?
Yes.
If you start a new plugin project using the MIPPlugin template you will have a ViewLayout class. The template project will result in a layout usable in the Smart Client where the plugin is loaded.
Thank you, Bo!