PreferencesForm =============== .. granite:servercomponent:: /libs/granite/ui/components/coral/foundation/authorizable/preferencesform A form component that set the ``action`` to path of preferences resource (``UserPropertiesService.PREFERENCES_PATH``) of the current user. The value of the ``method`` attribute of this form is always ``post``. It has the following content structure: .. gnd:gnd:: [granite:AuthorizablePreferencesForm] > granite:commonAttrs, granite:renderCondition, granite:container /** * The ``enctype`` attribute. */ - enctype (String) /** * The ``target`` attribute. */ - target (String) /** * Indicates if input elements can by default have their values automatically completed by the browser. * * See also `MDN documentation regarding autocomplete attribute `_. */ - autocomplete (String) /** * The ``novalidate`` attribute to indicate that the form is not to be validated when submitted. */ - novalidate (Boolean) /** * The layout style of the form. * * (no value) * No style is applied. * vertical * The form fields (and their labels) are laid out in vertical manner. * aligned * The each form field is laid out side-by-side with its label. */ - style (String) < 'vertical', 'aligned' /** * Put vertical margin to the root element. */ - margin (Boolean) /** * Make the element maximized to fill the available space. */ - maximized (Boolean)