Advanced Form Controls
Version 1.6.0  how it workview examples and demoHelp and TutorialsVersion revisionAdd to cart
 

This Extension Suite consists of 14 server bahaviors that lets you insert form controls with advanced features.

Server bahaviors list:

Advanced ToolTip
Accept terms checkbox
Change date format
Color selector
Comma-separated
CheckBoxes
Date Picker
Dependent Combo Box
Disable Enter Key
Event Calendar
Flashing Link
Flasing Form Element
Hightlight Form Element
Masked Text Field
Numeric Text Field
Restricted Text Area
Price: 25,00 €
Usd. 33,16
Currency conversion according with PayPal
Flash Tutorials
 
 
Date Picker
Supported browsers
» Internet Explorer 5.0+ for Windows
» Mozilla, Netscape 7.x, Mozilla FireFox (any platform)
» Other Gecko-based browsers (any platform)
» Konqueror 3.2+ for Linux and Apple Safari for Macintosh
» Opera 7+ (any platform)
Features
» The look is customizable through external CSS
» High quality color themes
» Keyboard navigation
» Show days from adjacent months
» Can show week numbers
» Translated into many languages
» Any day can be “the first day of week”
» The default “first day of week” can be configured
» One can easily jump back or forward with 24 years
» Provides help hints (also configurable)
» Includes an optional time selector with 1 minute resolution
» You can create your own date/time format with a graphical tool
     
Event Calendar
This Server Behavior allow you to create a DataBase based event calendar. The calendar is month based with navigation button to change for Prev and Next month. You can create a calendar where the day with events are linked to your page that will display the event details (not created with this behaviors). The calendar style is all in an external CSS so you can easy change the style for every part of the calendar. More instance of this behavior can be in the same page.
 
     
Dependent
Combo Box
With this Form Control you can create a DHTML dependent drop-downs and link your drop-downs based on related fields like selecting a product's category in the first drop-down and show in another drop-down only its related products, or selecting a car manufacturer and display only the car models. This server behaviors get the value from a recordset so the data you need display are DataBase based.
 
     
Masked Text Field
The Masked Text Field can be used to control the text format in a text field. The Users can select from a set of predefined formats or define custom ones to match their specific needs.
You can define if restrict the value to the mask or not. When the user type in the text field and you define "Restrited" only the masked format chars are accepted.
 
     
Numeric
Text Field
With this Form Control you can define if a text form field can accept only Numeric value and you can define the number format and a min/max value.
 
     
Restricted
Text Area
With this Form Control you can restrict the number of characters that can be typed into a textarea. You can set if show the length of the text in a separate field or in a Div tag. The length of the text is updated every time the user type on the keyboard.
 
     
Comma-separated
CheckBoxes
With this Form Control you can render a comma separated string of values like "1,6,8" in a table with a list of checkboxes. The checkboxes are rendered in a horizontal looper where you can define the columns number. You can also set a record field that contains the value list and all the checkbox that has the value in this list will be rendered checked like in an update page.
 
     
Disable enter key
This control insert the code to prevent the submit of the form if the user click the ENTER button. If the user click the ENTER button the form is not submit and the next form field get the focus.
 
     
Flashing
Form Element
Whit this control you can create a blink element in the form.
You can setup the blink font color and the blink speed
 
     
Flashing Link Whit this control you can create a blink link in the form.
You can setup the font and background color
 
     
Hightlight
Form Element
Change the color for font and background when a form element receive the focus and restore to the default color when the form lost the focus.
 
     
Advanced TooltTip
This is a DHTML Tip Message that enhances websites with small popup information boxes to help visitors around your website.
 
     
Accept Terms
Checkbox
With this control insert the code to create an Accept Terms and Condition checkbox in a form. An accept terms and condition checkbox is a checkbox that disable the submit button of the form if is not checked and enable the submit button when the use check it.
 
     
Invert date format Invert the date format from DD/MM/YYYY to YYYY/MM/DD
usefull for insert/update date field in MySql database
 

Only for Asp ( Vb )