To Our Amazing Educators Everywhere,
Happy Teacher Appreciation Week!
Found this content helpful? Log in or sign up to leave a like!
Linking information in dropdowns
I would like to link within the same page from one drop down to another. When the link is clicked it will automatically open the dropdown it is directed to.
For example: I want to drop down #1 to open automatically with an anchor link in a drop down #2 on the same page.
Drop down #1:
<p><span class="element_toggler btn btn-primary" style="font-size: 18px; width: 95%; text-align: left;" role="button" aria-controls="group_1" aria-label="Toggler toggle list visibility" aria-expanded="false"><i class="icon-mini-arrow-down"></i> Title 1</span></p>
<p id="group_1" class="content-box" style="margin-top: 0px; margin-left: 20px; margin-right: 20px; display: none; text-align: left;">PLACE YOUR OWN TEXT HERE.</p>
Drop down #2:
<p><span class="element_toggler btn btn-primary" style="font-size: 18px; width: 95%; text-align: left;" role="button" aria-controls="group_2" aria-label="Toggler toggle list visibility" aria-expanded="false"><i class="icon-mini-arrow-down"></i> Title 2</span></p>
<p id="group_2" class="content-box" style="margin-top: 0px; margin-left: 20px; margin-right: 20px; display: none;">PLACE YOUR OWN TEXT HERE.</p>
<p><span style="color: #000000; font-size: 24pt;"><a style="color: #000000;" title="Boom, now you have additional info that pops up." data-tooltip="{"tooltipClass":"popover popover-padded", "position":"right"}"> </a></span></p>
Hi @MfldIT_Keena,
I don't think this is possible with build-in Canvas RCE functionality, but I'm going to move this to the developers group as there are some people there who know some pretty advanced tricks and may be able to offer you some assistance or alternatives.
-Chris
To participate in the Instructure Community, you need to sign up or log in:
Sign In