Tuesday 09-02-2010
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
 
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
CF_LimitedTextControl

CF_LimitedTextControl - Graphical limited text control for TextAreas and Text Inputs
Developer Name: Daniel Mackey
Company Name: Digital Crew Ltd.
Email Developer Email Developer:
Latest Version: 1.0
Price: $16
License: One copy for multiple servers in multiple locations.
Encrypted: No
Average Rating:
Times Rated: 3
Rate This Tag:


Tag Comments

Awesome Tag!! Perfect for what i needed
This is an excellent tag, saved me lots of time of making a tag to restrict input based on user profiles. now i just store a text limit in the database, and then call this component querying the table :) voila... perfect..... perhaps an idea for a next version ... limit by words instead of characters and allow for a custom break char. eg space or - etc.

Posted on: Tuesday 21 Jul 2009
By James Tanner

 Related ColdFusion Applications
Developers who purchased CF_LimitedTextControl also purchased:
  1. CF_CalendarControl
  2. CF_TreeControl
  3. SimpleRSS2 (Unencrypted)
  4. CFX_HTTP5
  5. UDI - Universal Database Interface Version 3.9
  6. DHTML Outlook Sidebar Navigation V2
  7. CF_ProFlashUpload V1.7
  8. cf_siteInsight
  9. DBTree
  10. SlideBarMenu - Outlook like navigation and much more


What Is CF_LimitedTextControl?
CF_LimitedTextControl allows you to quickly place input controls on a form or page and at the same time limit the amount of text allowed in each one. The amount of characters allowed is shown graphically.

CF_LimitedTextControl V1.0
Version 1.0
Try the demo

What is this tag?

CF_LimitedTextControl allows you to quickly place input controls on a form or page and at the same time limit the amount of text allowed in each one. The amount of characters allowed is shown graphically..

Features/Benefits?

  • Specify quickly between TEXTAREA and TEXT Input controls 
  • Change the progress bar colors 
  • Limits content when typed and pasted!
  • Specify how many chars to limit 
  • Change all aspects of each control easily 
  • Embed multiple controls on the same form or page
  • All standard attributes of each control available through parameters
  • Cross Browser
  • Easy to implement
  • Much more...

Try the demo

We would love for you to try an online demo of CF_LimitedTextControl

TRY THE ONLINE DEMO

 

How to use the Tag:

Example 1 - [Simple Text Input]

<CF_DCCOM component="limitedTextControl" type="text" name="lt1" size="40" charLimit="10">

Example 2 - [Simple Textarea]

<CF_DCCOM component="limitedTextControl" type="textarea" name="lt2" cols="60" rows="5" charLimit="100">
This is some content for the box
</CF_DCCOM>

Full list of Tag Attributes:

TYPE Type of text input TEXT|TEXTAREA
NAME Name of the input control STRING
CHARLIMIT Number of chars to limit by INTEGER
PROGRESSBARCOLOR Progress bar color HEX COLOR
BGCOLOR Progress bar background color HEX COLOR
SHOWPROGRESSBAR Show progress bar TRUE|FALSE
SHOWCHARSLEFT Show chars left TRUE|FALSE
DISPLAYTEXT Text to display for chars left STRING
STYLE CSS Style on input CSS STRING

Tag Attributes (Textarea only):

ROWS JS Function to call when date is clicked INTEGER
COLS Display the Calendar holding DIV on the left or right INTEGER

Tag Attributes (text only):

SIZE JS Function to call when date is clicked INTEGER




 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us