<< Click to Display Table of Contents >>
eform.imagepicker_camera_iconposition
Sets the position of the [Shoot]/[Close] buttons when taking a picture using ImagePicker.
Values
camera_bottom |
The [Shoot]/[Close] buttons are displayed on the outer bottom-center of the camera area(The default value) |
camera_top |
The [Shoot]/[Close] buttons are displayed on the outer top-center of the camera area |
viewer_bottom |
The [Shoot] button is displayed on the bottom-left of the viewer area and the [Close] button is displayed on the bottom-right of the viewer area |
viewer_middle |
The [Shoot] button is displayed on the middle-left of the viewer area and the [Close] button is displayed on the middle-right of the viewer area |
viewer_top |
The [Shoot] button is displayed on the top-left of the viewer area and the [Close] button is displayed on the top-right of the viewer area |
Reference
The [Shoot]/[Close] buttons are displayed in the"[Shoot], [Close]" order by default. But if the [Shoot]/[Close] buttons are displayed in a position like the [Prev]/[Next] buttons and the button positions are set to a value that ends in "_left", the order of the [Shoot], [Close] buttons can be reversed and the [Close]/[Shoot] buttons are displayed on the rightmost area. For example, when set to "eform.imagepicker_camera_prev_next_iconposition=camera_top_left" and "eform.imagepicker_camera_iconposition=camera_top", the [Prev]/[Next] buttons are displayed on the top-leftmost of the outer camera area, the [Close]/[Shoot] buttons are displayed on the top-rightmost of the outer camera area.