What do you want to do with it?

If you want to render it somewhere in the component then use a block
parameter.
<t:comp>
  <t:parameter name="content">
    <p>Some Content</p>
  </t:parameter>
</t:comp>

there are fuller examples in the list.

If you actually want to put into a String, then I don't know. Maybe tell us
your use case and we can figure something out.

Josh


On 9/11/07, Todd Orr <[EMAIL PROTECTED]> wrote:
>
> I've been pulling my hair out over this problem. How do simply get the
> content of a component?
>
> usage given:
>
> <t:comp>
>    <p>Some content</p>
> </t:comp>
>
> I have found that it's quite impossible to get the content into a
> variable from within the component events.
>
> Any ideas?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

Reply via email to