This Extension Suite consists of 15 server bahaviors that lets you insert form controls with advanced features. Server bahaviors list:
Add the jQuery Autocomplete behavior to your TextBox and/or ComboBox.
This behavior is compatible with jQuery Theme and with Bootstrap
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
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.
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.
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 reTransitional 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.
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.
With this Form Control you can limit 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.
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.
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.
Whit this control you can create a blink element in the form.
You can setup the blink font color and the blink speed
Whit this control you can create a blink link in the form.
You can setup the font and background color
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.
This is a DHTML Tip Message that enhances websites with small popup information boxes to help visitors around your website.
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 the date format from DD/MM/YYYY to YYYY/MM/DD
usefull for insert/update date field in MySql database
Only for Php My-Sql 5.0 or more