html tags inside container

  1. #1

    html tags inside container

    what layout control can i use which may contain html tags and not just coolite controls? because i want to be able to add another user control (non coolite) inside a panel's body with a layout (for the autoRender=false to work)

    i tried using container layout but it only allows coolite controls inside it
  2. #2

    RE: html tags inside container

    Hi [WP]joju,

    You can add text, html, or regular ASP.NET Controls inside the <Body> (v0.8.x) or within the <Content> (v1.0) templates.


    Geoffrey McGill
    Founder
  3. #3

    RE: html tags inside container

    yes that is true (by the way i am using 0.82)/// but i want to add a layout inside the <Body> since autoRender = false does not affect items directly within the <Body> right? that is why i need a "Layout" inside the body and the regular asp.net controls will be put inside that layout... is there any layout that supports that?


  4. #4

    RE: html tags inside container

    is there any layout that supports that?
    No. Controls can only be added within the <Body> ( <Content> is using v1.0) region of a Toolkit Component.


    Geoffrey McGill
    Founder
  5. #5

    RE: html tags inside container

    aw too bad and so i cannot make the body items defer render then, ok thanks

Similar Threads

  1. Add html content inside ext:panel tags
    By kirkhas in forum 1.x Help
    Replies: 15
    Last Post: Aug 03, 2011, 10:19 PM
  2. Replies: 0
    Last Post: Jul 19, 2011, 3:15 PM
  3. [CLOSED] [1.0] Store inside container's content
    By Timur.Akhmerov in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 21, 2010, 8:52 AM
  4. [CLOSED] tags shown on html propeties
    By pank in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 22, 2009, 12:35 AM
  5. html tags in textfields
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Apr 16, 2009, 9:46 AM

Posting Permissions