Changes between Initial Version and Version 1 of Ticket #7364
- Timestamp:
- 11/24/2016 05:42:14 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7364 – Description
initial v1 1 1 This patch just adds some additional args passable to the markup to increase flexibility in styling the form controls and allows access to the label class attr. 2 2 3 * Adds `'before_controls'`, `'after_controls'` to allow wrapping the form controls for additional styling hooks these are inside the form loop avoiding wrapping the 'else' notoggle element too while the existing `'before & `'after'` remain as overall wrapper options.3 * Adds `'before_controls'`, `'after_controls'` to allow wrapping the form controls for additional styling hooks these are inside the form loop avoiding wrapping the 'else' notoggle element too while the existing `'before'` & `'after'` remain as overall wrapper options. 4 4 5 5 * Change label class to take an arg defaulting it to the 'bp-screen-reader-text' string as was before.