Farcry: Know your tag libraries - introduction
Tag libraries are usually included at the top of the page like this:
<cfimport taglib="/farcry/core/tags/container" prefix="con">
<cfimport taglib="/farcry/core/tags/widgets" prefix="widge">
<cfimport taglib="/farcry/core/tags/webskin" prefix="skin" />
(The paths above are for Farcry 4. In Farcry 3 you would write "farcry_core" instead of "core")
Typically you only include the tag libraries that you need.
I will now and then post examples on how to work with the available tag libraries.
Stay tuned.


There are no comments for this entry.
[Add Comment]