Comment on page
Rendering External Views
So what if I want to render a view outside of my application without using the setting explained above? Well, you use the
externalView()
method.<cfoutput>#externalView(view='/myViewsMapping/tags/footer')#</cfoutput>
If you are using ColdBox 6.4 or older, you will want to use the
renderExternalView()
method name. In ColdBox 6.5.2+, renderExternalView()
was deprecated in favor of the new externalView()
method.Last modified 1yr ago