3 Replies Latest reply on Jun 17, 2010 10:44 AM by pjmlp

    How to create a tag with the CDK that has access to its body?

    pjmlp

      Hi everyone,

       

      does the CDK support the creation of tags that behave like this?

       

      {code:xml}

      <mytag attr1="some_value">

          my tag body content as free text

      </mytag>

      {code}

       

      I can create a tag that behaves like that by coding the component from scratch myself, but I really would like to take advantage of the CDK, specially because all our new tags are usually developed with the CDK.

       

      Is it possible?

       

      Thanks in advance