What's New in the Tag Gallery
- CF_QueryBrowse
- Allows a developer to easily display the contents of the query in a table, with a "click for next n" browsing feature. Also has Page 1, Page 2, Page N features. Supports alternate row colors, and several other formatting features. This tag is somewhat like CFDUMP, except it allows things to look better than a dump with formatting options. The tag is meant to be used to build quick interfaces, where dump tags are mainly used for debugging.
- AdCentric Extranet
- Advertising agency extranet allows clients and agency team members to collaborate virtually on all types of projects.
- BTHeadlines
- BTHeadlines is a Custom Tag that dynamically generates Yahoo's Top Headlines and returns then to a ColdFusion query object. You can specify the number of stories to be returned, the font face, and font size of the text to be returned. BTHeadlines will also resolve the URLs extracted within the text so a new window is opened whenever you click on any HREF links.
- CF_SQLGRID
- CF_SQLGRID V1.0 -- Input: datasource= datasource name; syntax: simple SQL syntax; width= grid width; height= grid height; error= message to be displayed in case of error.
- nerveSelect
- A custom tag used to create a dynamic SQL Query to get data and build a select tag. Built specifically for the times when you can't or don't want to use CFFORM and CFSELECT.
- CF_GetAMap (Final Beta)
- If hosting on a CF4.5 or higher server this tag grabs a large map remotely from Mapquest.
- CF_IMAGEWORKS
- CF_IMAGEWORKS brings the power of image manipulation tools to ColdFusion. It's a wrapper tag which accesses John Christy's ImageMagick program (http://www.imagemagick.org/), which lets you scale, crop, grayscale, and reformat images on the fly. You can either modify an existing image or create a new image from an original.
- ColdCalendar 1.0
- ColdCalendar is a simple freeware events calendar application. The calendar is generated dynamically. It is open source and should be easy to modify if required. The formatting has been kept to a minimum (stylesheet) for easy integration into existing sites.
- Disect Query
- Disect query tag is a unique tag for dissecting a SQL SELECT query. It is similar to CFQUERY, but it has an additional parameter (start_row).
- CF_closeMeNow
- This tag was written to avoid that annoying dialog box that pops up and asks the user if he wants to let the webpage close his window.
- CF_OptionSelected
- Simplifies SELECT and HTML FORM OPTION tag generation. The tag allows you to specify which option value should be selected by default. Multiple selections can be used. This is very handy for cases where you have a list of states, and a state you wish to select by default. Typically used when editing a form.
- CF_windowMajik
- This tag simplifies the process of trapping a user into your web application GUI. Once there, the user can move about within your app, but if the user tries to refresh, click the forward or back button or close the window, the browser redirects him back where he was and gives a customizable alert. Also, this tag can force the browser to full screen size. This tag has only been tested with I.E. 5.0
- cfx_httpheaders
- Retrieves status codes on URLs by doing a get request.
- FormURL2Struct
- This custom tag will help a developer that already has a form and would like to build a multi-page form/preview form without having to create the Struct for a huge form. Only intended to work with form method = "post".
- cf_MailPlus
- cf_MailPlus allows you to send fully MIME-compliant email in multipart/alternative format (including both a plain text (text/plain) version and an HTML (text/html) version.
- CF_newsteaser
- This tag takes the contents of a string,query or variable and shortens the string to the number of characters specified. If the string ends in a middle of a word the tag will delete the extraneous characters. Then it will append "..." and the link specified in the tag. Useful for databases containing news items.
- BTMovies
- BTMovies is a custom Tag that dynamically retrieves Yahoo's Movie listings based on a specific ZipCode and returns then to a ColdFusion Query object. You can specify the font face and font size of the text to be returned and whether or not you want an Extended Search or not. The results will be in a query object which you specify.
- BTHoriscope
- BTHoriscope is a custom Tag that dynamically retrieves Horoscopes based on your Zodiac Sign. You can specify the font face and font size of the text to be returned and the results will be returned to a ColdFusion variable.
- CF_JavaRS2Query v1.0
- This ColdFusion custom tag accepts an object of type java.sql.ResultSet and will return a ColdFusion Query object to its caller. Just pass two (2) attributes when calling the tag: (1) RS: the java.sql.ResultSet object; (2) QUERY: the name of the query that you want the tag to return.
- cf_datedropdown
- cf_datedropdown creates dropdown boxes for the month, the year and (optionally) the day. JavaScript code runs when a value changes, assuring that you cannot select a date like February 30th. Allows multiple instances on the same page. After calling the tag, just place the returned variables (wrapped in CFOUTPUT, of course) wherever you would like them on the page.
- Activedit 2.5 JSP Version
- With a few lines of code anyone can add a Microsoft Word(R)-type WYSIWYG editor into their client's corporate websites. The online editor functions with Internet Explorer and allows easy editing of the site through its backend. Now in JavaServer Pages and ColdFusion Versions.
- Hotquery 2.0
- HotQueryT is complete browser based enterprise database query and reporting program written in ColdFusion. Using HotQueryT you can view, query and report on Oracle, SQL Server and Sybase tables and views from any standard web browser.