Navigation:  Enterprise Forms Modules > Form Template Manager > Form Template Details > Form Template Designer > Edit Field Elements >

Button Element

Previous pageReturn to chapter overviewNext page

The Button element is used for triggering a form post back to perform server-side processing such as tokens parsing.

 

The following properties are available for a Button element

 

General Tab

 

ButtonGeneralTab

Property Name

Description

Name

Specifies the Name of the Button element.  This is a required field

ButtonType

Specifies the type of Button.  Supported types include

Standard Button - Standard push/submit button
Link Button - button with only Text that looks similar to the HTML link
Image Button - button with a selectable image

Text

Specifies the Text to display on button

ImageSource

Specifies the locate of the image to use for Image type button

FieldGroupName

This property represents the Name of the Group the field element belongs to.  FieldGroupName property is generally used with Conditional Visibility where it could be applied to a group of field elements with the same FieldGroupName value.

 

 

Layout Tab

 

LabelLayoutTab

Property Name

Description

Class

Name of the CSS style class.  Some the CSS classes available for use are

Normal

Head

SubHead

SubSubHead

NormalRed

NormalBold

Refer to the module style sheet and/or skin style sheet for more available CSS classes.  It is also possible to reference external CSS style sheets by adding a link reference via the HTML element.

 

Style

Additional CSS styles to include the field.  Please refer to here for more information on CSS styles.

 

Height

This optional property specifies the physical height of the field.  The height value can be specified in pixels (e.g. 100px) or percentage (e.g. 40%) format

Width

This optional property specifies the physical width of the field.  The width value can be specified in pixels (e.g. 100px) or percentage (e.g. 40%) format

Hidden

Indicates if the field element is rendered hidden via CSS (i.e. Display=None)

Tooltip

Property to display an inline help message when the mouse pointer hovers over the field element

 

 

Client Action Tab

 

Refer to here for more information each property of the Client Action tab

 

 

Conditional Visibility Tab

 

Refer to here for more information each property of the Conditional Visibility tab