Printing and Opening All Accordion Entries
- enktesisllc
- Topic Author
- Offline
- New Member
-
3 years 11 months ago #60747
by enktesisllc
Printing and Opening All Accordion Entries was created by enktesisllc
Printing and Opening All Accordion Entries
We have a test page at:
cs4md.com/31-annotated-cs-standards/203-testing-accordion
The problem is, we can't print because the accordions stay closed or only one prints.
How can we choose to open all or have them all print?
We have a test page at:
cs4md.com/31-annotated-cs-standards/203-testing-accordion
The problem is, we can't print because the accordions stay closed or only one prints.
How can we choose to open all or have them all print?
Please Log in or Create an account to join the conversation.
3 years 11 months ago #60751
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Printing and Opening All Accordion Entries
Hi
you can use a print css and include something like this
it will open all the accordions
CEd
you can use a print css and include something like this
Code:
.cktype .ui-accordion .ui-accordion-content {
display: block !important;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds