The C1AccordionPane's content area is initially empty. You can add rich text through custom HTML content, URL links through the ContentUrl property, and arbitrary controls such as buttons and labels. Elements in the content area of the control can be added and moved there through a simple drag-and-drop operation.
When you add content to the content area and switch to Source view, you will notice that the content appears inside <Content>
tabs inside the <cc1:C1AccordionPane>
tags:
Copy Code
|
|
---|---|
<cc1:C1AccordionPane ID="C1Accordion1Pane2" runat="server"> <Header> Step 2 </Header> <Content> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum ante ipsum primis in faucibus. </Content> </cc1:C1AccordionPane> |