Form Image
The Form Image component is a wrapper of the form image
element component an image that acts like a submit button.
Properties
name
- Description: (REQUIRED) Enter unique name of the
control. Must exactly match the name of the corresponding
JavaScript object on the page.
- Type: String
- Default Value: FormImage1
imageName
- Description: (REQUIRED) Enter unique name of
FormImage form tag. Must not match the 'name' property.
- Type: String
- Default Value: FormImageName1
formName
- Description: Enter the name of the form in which
the Image resides.
- Type: String
align
- Description: Select the alignment.
- Value Set: LEFT | RIGHT | TOP | MIDDLE | BOTTOM |
ABSMIDDLE | ABSBOTTOM | BASELINE | TEXTTOP
- Type: String
- Default Value: LEFT
src
- Description: Enter the image URL.
- Type: String
border
- Description: Enter the border width.
- Type: Number
testMode
- Description: Select the test mode.
- Value Set: off | alerts | text
- Type: String
- Default Value: off
Methods
Render
- Name: render()
- Description: Renders control.
Events
On Click
- Name: onClick()
- Description: Event fires on click of the Image.
On Focus
- Name: onFocus()
- Description: Event fires on focus of Image.
On Blur
- Name: onBlur()
- Description: Event fires on blur of Image.
On Render
- Name: onRender()
- Description: Event fires on render of Image.
Other Information
Environment: Client