Keeping an OK button visible at the bottom of the screen

Hello,

I’m having trouble finding information on how to keep the “editActions” buttons visible at the bottom of an editor screen even if a user has not scrolled down to the bottom of the opened editor screen. Am I just missing something in documentation?

Thanks,
Chris Krozel

Hi,

By default, the layout element of a scaffolded editor expands the editActions box.

<layout expand="editActions" spacing="true">
    ...
</layout>

So, you can change the value of the expand attribute, e.g. expand the form element.

Regards,
Gleb