Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Nesting custom tags

Explorer ,
Jul 01, 2012 Jul 01, 2012
TOPICS
Documentation
309
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 01, 2012 Jul 01, 2012
LATEST

Under High-level data exchange, cftreecftreeitem needs to be cftree/cftreeitem.

I'm running in the context of a custom tag named #inCustomTag#.<p> should be

<p>I'm running in the context of a custom tag named #inCustomTag#.</p>.

I'm located inside the

<cfif tagdata.thisTag.executionmode neq 'inactive'>

  custom tag code either because it is in its start or end execution mode.

<cfelse>

  body of the tag

</cfif>

<p>

should be

<p>I'm located inside the

<cfif tagdata.thisTag.executionmode neq 'inactive'>

  custom tag code either because it is in its start or end execution mode.

<cfelse>

  body of the tag

</cfif>

</p>

I'm not nested inside any custom tags. :^( <p> should be <p>I'm not nested inside any custom tags. :^( </p>.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources