cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get a layout like this in the master page?

Former Member
0 Kudos

1.jpg

I need the master portion of the split page to have a similar look and feel.

Accepted Solutions (0)

Answers (1)

Answers (1)

vaibhav_gb
Explorer
0 Kudos

Hi,

In the master page define a List, in items aggregation of the list define a CustomListItem, in the content aggregation of CustomListItem define a Panel, in the content aggregation of the Panel define a simpleForm.

like this example:

1. gist Link

2. example Code.

regards

GB