cancel
Showing results for 
Search instead for 
Did you mean: 

custom page layout

former_member572327
Participant
0 Kudos

Dear All,

I need some input to develeop the custom page layout.

I have created the new 3 column layout.I want to declare the attribute wrappingMethod="none" for container lyt.

But it says error" attribute wrappingMethod is not found"I have imported the taglib as well.

<td width="220" id="p-column1 ><div><lyt:container id="column1" wrappingMethod="none" /></div></td>

Pls anyone suggest the solution for this

Regards,

Nithya

Accepted Solutions (1)

Accepted Solutions (1)

hofmann
Active Contributor
0 Kudos

Hi,

there are some examples available at SAP Help that can help you:

http://help.sap.com/saphelp_nw70ehp1core/helpdata/en/42/efdb279a563ee7e10000000a1553f7/frameset.htm[... to use the tag library|http://help.sap.com/saphelp_nw70ehp1core/helpdata/en/42/efdb279a563ee7e10000000a1553f7/frameset.htm]

[Sample Layout|http://help.sap.com/saphelp_nw70ehp1core/helpdata/en/42/efa44d27a21a7de10000000a422035/frameset.htm]

[and the tag reference|http://help.sap.com/saphelp_nw70ehp1core/helpdata/en/42/efdcca37c43ee6e10000000a1553f7/frameset.htm]

Looking at the tag reference for the container (7.01):

http://help.sap.com/saphelp_nw70ehp1core/helpdata/en/42/eaa4f3b1981bc8e10000000a11466f/content.htm

"Creates a container that displays the default HTMLB-based tray for all iViews in the container."

Attributes

id -> mandatory: yes -> The ID of the container

It does not list the wrappingMethod attribute. Are you sure that the container tag is supporting this attribute?

br,

Tobias

former_member572327
Participant
0 Kudos

Hi Tobias,

Thank you for your response.

I have refered to this link http://help.sap.com/saphelp_nwce72/helpdata/en/4a/13d1b4bc8b1b40e10000000a42189c/content.htm.And it is for ce72.

But my portal ep7.Could you let me know is there any way to control the height of the container?I want to create the container to place single iview <iview out put is "Language * Location *> .But whne i palce the container the default designclass is applied and it renders the content in the table and dispalys the ivew with big container.I have gived height as fixed and hight pixels as 5px.But it ignores these property when i placed the iview in the container.

Could you help me on this.

Regards

Nithya

Answers (2)

Answers (2)

former_member572327
Participant
0 Kudos

Issue has been fixed.

Former Member
0 Kudos

Hi Nithya,

Import an existing page layout and rename the PAR file and then understand how it was made ,then start customizing them according to your requirement.

This really works.

But still I haven't find wrappingMethod attribute so far.

Regards

Karthiheyan M

former_member572327
Participant
0 Kudos

Hi Karthikeyan,

thanks for your inputs.

Actually im doing the same, im able to creae the layout as my wish.Only issue im facing is,im not able to control the height of the container. I have palced the container inside the <td> tage.The height i mentioned for the td is not getting applied.

Regards

Nithya K