<< Click to Display Table of Contents >>
eform.show_prev_next_input
Sets whether to display the [Prev]/[Next] buttons in the input window.
Values
true |
Display |
false |
Do not display(The default value) |
Reference
The position of the [Prev]/[Next] buttons are different for each component.
•SignPad: Depends on the value of eform.signpad_prev_next_iconposition. Please set the eform.signpad_type to keypad or zoom.
•TextBox: Depends on the value of eform.textbox_iconalignment.
•RadioButton, ComboBox, DateTimePicker, NumericUpDown: The [Prev]/[Next] buttons are displayed on the top-left of the dialog, the [Cancel]/[OK] buttons are displayed on the top-right of the dialog. Please set eform.radiobutton_type to dialog when using the RadioButton.
•ImagePicker: Depends on the value of eform.imagepicker_camera_prev_next_iconposition.
•VoiceRecorder: The [Prev] button is displayed on the top-left of the raecording window, the [Next] button is displayed on the top-right of the recording window.
If the viewer.pagedisplay parameter value is singlepage or doublepage, you can move to previous/next components only in the current page. In other cases, you can move in other pages. But if you set viewer.pagenavigate_by_prev_next parameter value to true, you can move in other pages.
If there are no movable components, the [Prev]/[Next] buttons are not displayed on the screen regardless of the value of the parameter.