DragonByte Tech
Well-known member
- Affected version
- 2.2.1
Given this HTML
This is not possible, as these attributes are not being treated as row-level options, so they do not get included in
<xf:submitrow icon="save" sticky="true" />
you would expect to be able to override certain options on the XF.FormSubmitRow
or XF.Sticky
element handlers, via data-sticky-class
etc. This is not possible, as these attributes are not being treated as row-level options, so they do not get included in
$this->addElementHandler($rowOptions, 'form-submit-row', 'rowclass');
.