The use of this extension is very simple, You must create your page with a form in the standard mode with the standard HTML form fields and when you open the page in the browser the extension apply to the form fields the graphic layout you setup in the extension. Compatible with all the form behaviors like forms validators because the extension don't remove the HTML form fields but only apply the graphic layout to them and when the form is submit to the server the behavior is exactly the same of a standard form so you can use all the insert/update/delete behavior you use normally. There is only a limit: the extension can be apply only one time each page, so all the form you have in a page get the same layout. The extension create the images at run-time with asp.net 2.0 technologie to define the graphics layout for the form fields.
Main panel
Apply to form:
The list of forms in the page where apply the extension. The extension can be apply only one time each page so all the forms in the page get the same layout but you can exclude some of them with this option.
Use antialias:
Define if use the antialias filter to create the images.
Bg page color:
The Bg color of your page.
Angle diameter:
The diameter of the 4 circle that define the round angle of the image, can be 0 (zero) to define a angle at 90°
Font face:
Font color:
Font size:
Font weight:
Define the font style of the form fields
Testarea height:
You must setup the height of the textarea you have in the page.
You must setup this parameter because, like you can see in the textarea panel, you can define a vertical gradient for the bgColor of your textarea and to create the images the extension need the height of the textarea
Example on how setup this parameter in your textarea:
<textarea style="width:250px;height:130px"
Input and textarea panel
In this panel you can define the background color, border color, gradient mode, etc. for the input and for the textarea form fields.
If the gradient is setup to vertical the extension create a Background-Color with a linear gradient from BgColor1 to BgColor2, if is setup to none the background-color is create with a unique color from BgColor1
Combo box panel
In this panel you can define the background color, border color, gradient mode, etc. for the combo box form fields.
The Options Styles define the color of the combo options in the 2 events OnMouseOver and OnMouseOut
Radio button and chexkbox panel
In this panel you can define the background color, border color, gradient mode, etc. for the radio button and for the checkbox form fields.
Button panel
In this panel you can define the background color, border color, gradient mode, etc. for the button form fields.