Rendering Views
renderIt()
component extends="cbwire.models.Component" {
function renderIt(){
// Renders ./views/wires/myView.cfm
return this.renderView( "myView" );
}
}variables.view
component extends="cbwire.models.Component" {
variables.view = "myView";
}
Implicit Lookup
View Example
Last updated
Was this helpful?