What's New in the Tag Gallery
- CF_ComboBox
- Creates a combination dropdown and text input box in a form similar to the SELECT but allows you to input text. Check out our online example.
- XML Toolkit
- The Torchbox CF XML Toolkit is a suite of open source custom tags, including reference, examples and Studio extensions, and is intended to simplify the task of building high performance XML applications in ColdFusion.
- cfGRID Wizard
- Create templates that use Allaire's CFGRID tag in seconds. Lets you choose transaction handling via CFGRIDUPDATE or regular CFQUERY tags.Compatible with MS Access and SQL Server. Not tested on Oracle.
- BarCode39v2
- Create the Barcode39 of your input value. Supports labels, vertical output, and more. Freeware version has nagscreen or "**unregistered**". Unencrypted version available.
- CFX_StripBytes
- Removes bytes from the end of a file. This was created to deal with a bug in Macintosh IE browsers, which add two bytes to the end of uploaded files. This can wreak havoc with certain binary file types. Note that CFX_StripBytes is a Java custom tag, so you'll need the Java Runtime Environment installed and CF configured properly.
- QueryNextPreviousResults
- QueryNextPreviousResults allows you to execute a large query and return a table displaying a given number of records with links to the next and previous number of records. This tag can be applied to any page within any application and is a great tool for reporting!
- CF_QueryDump v1.0
- This tag acts just like the CFQUERY tag. However, it will automatically return a table containing the resultset generated by the query. Optionally, the tag can be called passing the query object to it. This will return a table containing the resultset generated by the passed query.
- CF_GetItAll
- This tag retrieves a large map, regular map, driving directions and or a driving directions map from mapquest! This version is encrypted and the developers version can also be purchased from www.wolfscape.com.
- BTPortal
- BTPortal is a collection of eight BTControls designed to collect and disseminate information from various sources over the internet. All BTPortal controls return data to ColdFusion variables and/or queries that can be displayed in any number of ways. The BTPortal package includes a complete portal interface designed to provide your customers with the ability to have their very own "customized" homepage, complete with "on-the-fly" editing tools which allow for custom views of each of the portal controls. The system includes an Access 97 database used to store BTPortal user information as well as a create table script for any other databases you may need to support.
- StructToTree
- StructToTree takes a hierarchical CFML structure and transforms that structure into an expandable and collapsible tree element. (Currently this tag is only available for Internet Explorer 5.5.)