How to use toggle
-
Hi I’m new to wordpress and coding in general.
I am currently trying to create a table, where the tabs expand to show more information.
I’ve got the below code (toggle), which brings up the correct layout, and expanding tabs, but I can’t get any content into the expanding area.
Does anyone know how to do this?
Thanks
[table type="simple"] <table> <tbody> <tr> <td>[toggle title="Time Patterns and Report Scheduling"] </td> </tr> <tr> <td>[toggle title="Temporary Token Flow"]</td> </tr> <tr> <td>[toggle title="Simplex Fire Panel Interface"]</td> </tr> <tr> <td>[toggle title="Galaxy Intruder Panel Interface"]</td> </tr> <tr> <td>[toggle title="Backup Tool and Scheduling"]</td> </tr> <tr> <td>[toggle title="Salto Lock Integration"]</td> </tr> <tr> <td>[toggle title="ASSA Abloy Aperio Lock Integration"]</td> </tr> <tr> <td>[toggle title="Event Gateway - User Interface Enhancements"]</td> </tr> <tr> <td>[toggle title="Card Designs Stored in Database"]</td> </tr> <tr> <td>[toggle title="Panels Assign to Time Zone"]</td> </tr> <tr> <td>[toggle title="Set Incident Sounds"]</td> </tr> </tr> </tbody> </table> [/table]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to use toggle’ is closed to new replies.