Rendering a page within an OutLineBox

12 views
Skip to first unread message

Ajin George

unread,
Feb 8, 2013, 12:30:57 AM2/8/13
to arib...@googlegroups.com
Hi all,

          Is it possible to render a page within an OutLineBox without using rules. I have tried the following code but its just rendering the OutLineBox, not the content.

<w:OutLineBox title="Summary" showExpandoCollapso="$false">
                   <a:IncludeComponent name="summary"/>
</w:OutLineBox>
 
         Do i need to add any extra attribute to render it?


Regards

 Ajin

Jerry Joy

unread,
Feb 8, 2013, 12:39:47 AM2/8/13
to AribaWeb (aribaweb.org)
Hi Ajin,

Please try this code.

<w:OutLineBox title="Summary" showExpandoCollapso="$false">
<a:Content name="body">
<a:IncludeComponent name="summary"/>
</a:Content>
</w:OutLineBox>

Regards,
Jerry
Reply all
Reply to author
Forward
0 new messages