Last active
July 20, 2017 09:58
-
-
Save jetsloth/18b235710a06622a8ff43602c115da40 to your computer and use it in GitHub Desktop.
Example markup of Collapsible Section field with section description within section title bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li id="field_x" class="gfield gsection collapsible-sections-field collapsible-sections-description-title"> | |
<h2 class="gsection_title">Section Title</h2> | |
<div class="gsection_description">Section Description</div> | |
</li> | |
<div class="collapsible-sections-collapsible-body" id="collapsible-section_x"> | |
<li id="field_x" class="gfield"> | |
<label class="gfield_label" for="input_x">Field Label</label> | |
<div class="ginput_container"> | |
<input name="input_x" id="input_x" type="text" value="" class="medium"> | |
</div> | |
</li> | |
<!-- remaining fields in section... --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment