- 1,233 categories
- 40,621 scripts
Updated: 12/22/2006
- ToolBar component.
Item can be:
Button - simple button for the ToolBar;
ComboBox - TextBox with auto-complete functionality;
DropDownBox with predefined options;
MenuButton - button, which calls pop-up layer with button list;
PopupButton - button, which opens user defined layer;
ToggleButton - two statuses button (checked or unchecked);
Separator - item groups separator for the ToolBar;
TextBox for text input.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays ''This name is already taken''.
- There is a simple way to protect your email address against email harvesting. Write your email in a textbox and you will get a javascript code that you can copy on your site. You will confuse the spam-bots.
- Html TextBox ASP.NET web control is an online web based WYSIWYG HTML editor that allows you to enable the users of your web or intranet site to provide documents in rich text format without needing to know the HTML language. Html TextBox V2.0 allows ...
- This is a quick search interface to various search engines. You type a keyword into the textbox and select a search engine. The browser will automatically initiate a search query to the corresponding search engine. This is an variant of &<...
- This script shows show to use the Date object, make some manipulations on the date object and update a form textbox every second to keep the time current.