ColdBox HMVC Documentation
ColdBox HMVC Documentation
Master Class
cfcasts
6.x
Introduction
Intro
Release History
About This Book
Author
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Views
Rendering Views
Rendering External Views
Rendering With Local Variables
Rendering Collections
View Caching
View Helpers
View Events
Layouts
Implicit Layout-View Declarations
Helpers UDF's
ColdBox Elixir
Models
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
REST handler
Interceptors
Flash RAM
HTML Helper
ColdBox Proxy
Request Context Decorator
Controller Decorator
Recipes
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered by GitBook

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 renderExternalView() method.

<cfoutput>#renderExternalView(view='/myViewsMapping/tags/footer')#</cfoutput>
Previous
Rendering Views
Next
Rendering With Local Variables
Last updated 3 years ago
Edit on GitHub