Blink

make marketing affordable now!

Printing Hosting Email Marketing

 
Button

A button is a form element that gives the user a visual cue for completing a form action.

Form button element comes in three variants. The first one is a standard button with arbitrary text. The second one is a submit button that submits the form data to the server. The third one is a reset button that resets the form elements to their default values.

To insert a button into a document in CKEditor, place the cursor inside the form element and press the Button toolbar button. The Button Properties dialog window that will open lets you set the name, value, and type of the button element.

Button Properties dialog window in CKEditor


Below is an overview of all Button Properties dialog window elements:

  • Name – the name of the button element (name attribute).
  • Text (Value) – the text displayed on the button (value attribute).
  • Type – the button type. Possible options are Button (standard button with arbitrary text; type="button" attribute), Submit (a button that submits the form data to the server; type="submit" attribute), and Reset (a button resetting the form fields to their default values; type="reset" attribute.

Once you configure the button element and click OK, the button will be visible in CKEditor editing area with the text specified in the Text (Value) field.

Buttons of three different types added to a form in CKEditor


The figure above shows three buttons added to a form. The first one is a Button type with an arbitrary text, the second one is a Submit type submitting the form to the server, and the third one is a Reset type resetting the form input fields to their initial values.


 

 

 

 

Return to editing tools