XenForo
Administrative
- Thread starter
- Admin
- #1
Got a disabler target container with a bunch of form fields inside.
Some of the fields have individual disable conditions on them so that even if the parent div is active, individual fields can still be disabled based on field specific conditions, however when the parent container is active the disabler is setting all of the fields contained within it to active rather than returning them to their initial state.
Pseudocode:
HTML:
Read more
ادامه مطلب...
Some of the fields have individual disable conditions on them so that even if the parent div is active, individual fields can still be disabled based on field specific conditions, however when the parent container is active the disabler is setting all of the fields contained within it to active rather than returning them to their initial state.
Pseudocode:
HTML:
Code:
<xf:checkboxrow label="Cool feature">
<xf:option...
Read more
ادامه مطلب...