What's new in the Tag Gallery
- CF_PDInput
- A custom tag for Spectra Applications that builds form
inputs for custom handlers for Property Definitions of Checkbox, Radio, or
Select types. It also allows specific option(s) to be pre-selected, which are
ideal for custom Edit Handlers.
- WAP Stock
Quoter
- This WAP program allows entry of a stock symbol, and
returns the quote, change, high and low. The file utilizes the StockGrabber
tag (which I include, since I think I used an old version). The program was
tested using UP Simulator 4.0 from phone.com. If you can test it with a real
phone, let me know if it works.
- CF_Wait
- CF_WAIT will stop processing on the current template until
the proper amount of time has passed. You determine the time by supplying the
attribute SECONDS. If you do not supply the attribute SECONDS, the tag does
nothing.
- CF_COUNTER_IMG
- A counter based on image files that can be made by user.
It requires to copy the image files into the specified directory (a parameter
of tag).
- cfx_rsrt
- CFX_RSRT custom ColdFusion tag helps to deal with CF
memory leaks. It writes the current memory allocation values into Windows NT
Event Log and (if registered) runs stop/start commands for the ColdFusion
services if the memory leaks exceed a specified threshold.
- CFX_Domain
- Returns client's domain name, country code and country name
based on client's IP.
- CF_OANDA
- This tag makes currency conversions. It uses the data from
OANDA inc. server using their proprietary protocol fxp/1.2
- WAPCalendar
- This WAP deck displays a calendar through a WAP device.
User can scroll to the previous or next month. Test on UP browsers ver 3.2 and
4.0.
- Generic
calendar (Spectra rule)
- This calendar Rule will allow you to place a calendar on a
page. With each cell populated by objects from a single objectType using any
searchable date property to determine where an object should go, including the
system dates. It will then format each object in the proper date cell using any
method you choose..
- CF_MyForm
- Set of 5 nested tags to provide server side form validation
functionality.