ColdFusionCustom Tags
There are currently 36 Custom Tags in our Library. View our Custom Functions
cf_directorysize
Added on 27-Aug-08
Displays the size in bytes of a specified directory and all its sub directories
cf_securityimage
Added on 15-Nov-07
Prevents those horrible spam bots from auto submitting rubbish through your web forms.
This tag will display a security image and a text box in your form. The person submitting the form has to type the text that is displayed on the image in the text box before they can submit the form.
cf_cleanrtf
Added on 04-Jul-07
When you try pasting rich text from, say, Microsoft Word into HTML or plain text, certain characters are not recognised and come out as strange symbols. This tag strips out any non-ascii characaters from a passed form variable and converts them into their HTML equivilant.
cf_rssnewsfeed
Added on 23-Nov-06
Generates an RSS news feed from a database. Converts all strings to XML format.
cf_googlemap
Added on 01-Jun-06
Embeds a Google map into your web page.
cf_multiselect
Added on 22-Sep-05
Outputs a dependable duo of dropdown boxes drawn from a query. By selecting a value from the first list, the second list will change to only display related records. This is done without having to refresh the page!
cf_zipfile
Added on 12-Aug-04
A tag version of the fm_zipfile function. Adds contents of specified directory to a zip file.
cf_copydirectory
Added on 15-Jul-04
Copies a directory and all its files and sub directories to a specified location.
cf_compact
Added on 02-Apr-04
Compacts a Microsoft Access Database.
cf_thread
Added on 08-Mar-04
Generates a threaded list driven from a database.
cf_resizeimage
Added on 01-Feb-04
A perfect partner for the cf_fileupload tag. Reduces an uploaded images dimension and file size to a specified value.
cf_taginclude
Added on 28-Jan-04
Excludes all tags not included within a specified string. Enter a comma delimited list of tags you wish to keep. All other HTML tags will be removed.
cf_tagexclude
Added on 28-Jan-04
Excludes all tags included in a string. Enter a comma delimited list of tags you want to exclude from a string.
cf_backup
Added on 10-Nov-03
Outputs a list of files and folders from a specified directory and allows the user to backup and download files.
cf_upload
Added on 15-Oct-03
A perfect partner to the cf_fileupload tag. This tag actually performs the uplooad operation (like cffile) but validates the size of the image before upload and pops a javascript alert box if the file is larger than the specified limit.
cf_fileupload
Added on 19-Sep-03
A modified version of the cf_filetype tag. This tag carries out the same function but has extra features like making sure that the correct file type is not uploaded even when it is not a required field. Also includes size and class attributes for general formatting.
cf_login
Added on 22-May-03
Adds a login module to a website. Filters a specified database table by the form fields specified and creates a logged in state. Recently modified to create unique session structures to accomodate for multiple tags running different tables on the same application.
cf_alphamenu
Added on 24-Apr-03
Adds an alphabetical list to a web page to allow users to filter a list by a selected letter.
cf_release
Added on 26-Feb-03
Releases locks on databases to allow for modification.
cf_search
Added on 16-Jan-03
Adds a search box to a web page for the user to insert a word or phrase to search for in the current document.
cf_highlight
Added on 02-Jan-03
Highlights specified words or phrases contained between the
cf_dropdown
Added on 30-Dec-02
Adds a dynamic dropdown list for either years, months or days. Fully customisable and easy to use.
cf_trail
Added on 10-Dec-02
Outputs a breadcrumb type trail to your current page location, with the option to make each directory a link.
cf_rightclick
Added on 03-Dec-02
Prevents users from right clicking a page to view the source code. Displays a warning message when the mouse is right clicked.
cf_clock
Added on 28-Nov-02
Adds a dynamic clock to the bottom of your web page. You can choose whether you want a digital or analogue display.
cf_killsession
Added on 20-Nov-02
Deletes entire coldfusion session tokens or specific sessions in structure.
cf_bustframes
Added on 14-Nov-02
Does exactly what it says. Busts a page out of all frames it is sitting in.
cf_cart
Added on 29-Oct-02
Adds a fully customisable shopping cart to your website.
cf_calendar
Added on 19-Sep-02
Adds a dynamic calendar to your website. Includes nav to view past and future months.
cf_filetype
Added on 09-Sep-02
Validation for the file input field. Only allows extensions specified to be submitted
cf_age
Added on 12-Aug-02
A simple tag that compares the current date to a date entered and returns an age value in years, months and days since that date.
cf_session
Added on 09-Aug-02
Presents the user with a warning when their session is about to expire. The user will have an option of either extending or ending their logged in session.
cf_countdown
Added on 08-Aug-02
Displays a dynamic countdown on the page to a specified event or occasion.
cf_adminlogin
Added on 24-Jul-02
Used on many Frontmedia designed sites. A tag that presents a user with a login page to restricted areas, requiring a username and password to access the page.
cf_distance
Added on 13-Jul-02
Converts specified distance formats. As with the cf_weight tag, this only caters for a small range of attributes but is always being updated.
cf_weight
Added on 12-Jul-02
Converts weight formats. This tag only caters for a few weight formats at the moment but is constantly being developed.