Container Render Types
I've implemented a basic content type system into the 48 build.
It's pretty simple and is simply a custom editor and a custom
render path.
<cfset
conObj.addcontainer2page(
page_position=1,description=
"left Content",
container2edit=container2edit,
editor_cfc_path="/demoshado/types/text_editor",
custom_render_path="/demoshado/types/text_renderer.cfm"
)>
page_position=1,description= "left Content",
container2edit=container2edit,
editor_cfc_path="/demoshado/types/text_editor",
custom_render_path="/demoshado/types/text_renderer.cfm"
)>
Comments
There are no comments for this page as yet.
print page
